/linux-6.14.4/drivers/irqchip/ |
D | irq-renesas-rzv2h.c | 61 /* TINT */ 269 u32 tint, sense; in rzv2h_tint_set_type() local 293 tint = (u32)(uintptr_t)irq_data_get_irq_chip_data(d); in rzv2h_tint_set_type() 294 if (tint > ICU_PB5_TINT) in rzv2h_tint_set_type() 313 tssr |= ICU_TSSR_TSSEL_PREP(tint, tssel_n); in rzv2h_tint_set_type() 367 unsigned long tint = 0; in rzv2h_icu_alloc() local 377 * For TINT interrupts the hwirq and TINT are encoded in in rzv2h_icu_alloc() 380 * TINT is embedded in bits 16-31. in rzv2h_icu_alloc() 383 tint = ICU_TINT_EXTRACT_GPIOINT(hwirq); in rzv2h_icu_alloc() 394 (void *)(uintptr_t)tint); in rzv2h_icu_alloc()
|
D | irq-renesas-rzg2l.c | 332 u32 tint = (u32)(uintptr_t)irq_data_get_irq_chip_data(d); in rzg2l_disable_tint_and_set_tint_source() local 337 /* Set TINT and leave TIEN clear */ in rzg2l_disable_tint_and_set_tint_source() 338 reg |= tint << TSSEL_SHIFT(tssr_offset); in rzg2l_disable_tint_and_set_tint_source() 472 unsigned long tint = 0; in rzg2l_irqc_alloc() local 482 * For TINT interrupts ie where pinctrl driver is child of irqc domain in rzg2l_irqc_alloc() 483 * the hwirq and TINT are encoded in fwspec->param[0]. in rzg2l_irqc_alloc() 484 * hwirq for TINT range from 9-40, hwirq is embedded 0-15 bits and TINT in rzg2l_irqc_alloc() 485 * from 16-31 bits. TINT from the pinctrl driver needs to be programmed in rzg2l_irqc_alloc() 489 tint = TINT_EXTRACT_GPIOINT(hwirq); in rzg2l_irqc_alloc() 500 (void *)(uintptr_t)tint); in rzg2l_irqc_alloc()
|
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 23 11: TINT 64Hz tick
|
D | renesas,rzv2h-icu.yaml | 18 TINT), error interrupts, DMAC requests, GPT interrupts, and internal
|
/linux-6.14.4/drivers/mmc/host/ |
D | pxamci.h | 61 #define TINT (1 << 7) macro
|
/linux-6.14.4/drivers/net/ethernet/amd/ |
D | ariadne.c | 255 while ((csr0 = lance->RDP) & (ERR | RINT | TINT) && --boguscnt >= 0) { in ariadne_interrupt() 291 if (csr0 & TINT) in ariadne_interrupt() 292 pr_cont(" TINT"); in ariadne_interrupt() 304 if (csr0 & TINT) { /* Tx-done interrupt */ in ariadne_interrupt()
|
D | 7990.h | 150 = BABL | MISS | MERR | RINT | TINT | IDON */
|
D | ariadne.h | 185 #define TINT 0x0002 /* Transmit Interrupt */ macro
|
D | amd8111e.c | 1105 /* Current driver processes 4 interrupts : RINT,TINT,LCINT,STINT */ in amd8111e_interrupt()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ |
D | ia_css_eed1_8_types.h | 42 s32 fc_coring_prm; /** Chroma coring coefficient for tint color suppression. */
|
D | ia_css_eed1_8_param.h | 25 * Used in Tint color suppression.
|
/linux-6.14.4/drivers/gpu/drm/sti/ |
D | sti_vid.c | 201 /* Brightness, contrast, tint, saturation */ in sti_vid_init()
|
/linux-6.14.4/arch/microblaze/kernel/ |
D | timer.c | 90 * TINT - clear interrupt status in xilinx_timer0_start_periodic()
|
/linux-6.14.4/tools/bpf/bpftool/ |
D | gen.c | 581 printf("\tint fd = skel_raw_tracepoint_open(\"%s\", prog_fd);\n", tp_name); in codegen_attach_detach() 586 printf("\tint fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER);\n"); in codegen_attach_detach() 588 printf("\tint fd = skel_raw_tracepoint_open(NULL, prog_fd);\n"); in codegen_attach_detach() 591 printf("\tint fd = ((void)prog_fd, 0); /* auto-attach not supported */\n"); in codegen_attach_detach() 1336 printf("\t\tint %s_fd;\n", in do_skeleton() 1350 printf("t\tint %s_fd;\n", ident); in do_skeleton()
|
/linux-6.14.4/drivers/power/supply/ |
D | 88pm860x_battery.c | 78 /* TBAT for batt, TINT for chip itself */ 109 unsigned temp_type:1; /* TINT or TBAT */
|
/linux-6.14.4/drivers/media/i2c/ |
D | vpx3220.c | 172 0x1c, 0x00, /* NTSC tint angle */
|
/linux-6.14.4/include/uapi/linux/ |
D | rkisp1-config.h | 433 * @eff_tint: Chrominance increment values of tint (used for sepia effect)
|
/linux-6.14.4/Documentation/driver-api/media/drivers/ |
D | cx2341x-devel.rst | 3545 Green tint 3551 Red tint
|
/linux-6.14.4/drivers/pinctrl/renesas/ |
D | pinctrl-rzg2l.c | 255 * @tint_start_index: the start index for the TINT interrupts
|