/Linux-v5.10/drivers/isdn/mISDN/ |
D | layer1.c | 22 struct FsmTimer timer3; member 178 mISDN_FsmDelTimer(&l1->timer3, 3); in l1_info4_ind() 229 mISDN_FsmRestartTimer(&l1->timer3, l1->t3_value, EV_TIMER3, NULL, 2); in l1_activate_s() 300 mISDN_FsmDelTimer(&l1->timer3, 0); in release_l1() 392 mISDN_FsmInitTimer(&nl1->l1m, &nl1->timer3); in create_l1()
|
/Linux-v5.10/drivers/pinctrl/ |
D | pinctrl-lpc18xx.c | 171 [FUNC_TIMER3] = "timer3", 261 LPC_P(2,0, SGPIO, UART0, EMC, USB0, GPIO, R, TIMER3, ENET, 0, ND); 262 LPC_P(2,1, SGPIO, UART0, EMC, USB0, GPIO, R, TIMER3, R, 0, ND); 263 LPC_P(2,2, SGPIO, UART0, EMC, USB0, GPIO, CTIN, TIMER3, R, 0, ND); 264 LPC_P(2,3, SGPIO, I2C1, UART3, CTIN, GPIO, R, TIMER3, USB0, 0, HD); 265 LPC_P(2,4, SGPIO, I2C1, UART3, CTIN, GPIO, R, TIMER3, USB0, 0, HD); 266 LPC_P(2,5, SGPIO, CTIN, USB1, ADCTRIG, GPIO, R, TIMER3, USB0, 0, HD); 267 LPC_P(2,6, SGPIO, UART0, EMC, USB0, GPIO, CTIN, TIMER3, R, 0, ND); 268 LPC_P(2,7, GPIO, CTOUT, UART3, EMC, R, R, TIMER3, R, 0, ND); 353 LPC_P(c,1, USB1, R, UART1, ENET, GPIO, R, TIMER3, SDMMC, 0, ND); [all …]
|
/Linux-v5.10/include/net/ |
D | dn_dev.h | 63 * timer3() - Called once for each ifaddr when timer 3 goes off 82 void (*timer3)(struct net_device *, struct dn_ifaddr *ifa); member
|
/Linux-v5.10/net/decnet/ |
D | dn_dev.c | 96 .timer3 = dn_send_brd_hello, 105 .timer3 = dn_send_brd_hello, 115 .timer3 = dn_send_ptp_hello, 126 .timer3 = dn_send_brd_hello, 136 .timer3 = dn_send_ptp_hello, 145 .timer3 = dn_send_brd_hello, 1048 if (dn_db->parms.timer3) { in dn_dev_timer_func() 1053 dn_db->parms.timer3(dev, ifa); in dn_dev_timer_func() 1354 …seq_puts(seq, "Name Flags T1 Timer1 T3 Timer3 BlkSize Pri State DevType Router Peer\n"); in dn_dev_seq_show()
|
/Linux-v5.10/Documentation/devicetree/bindings/timer/ |
D | actions,owl-timer.txt | 10 "timer0", "timer1", "timer2", "timer3"
|
D | ingenic,tcu.yaml | 166 - const: timer3 270 clock-names = "timer0", "timer1", "timer2", "timer3",
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | dra7-ipu-dsp-common.dtsi | 25 ti,timers = <&timer3>;
|
D | socfpga_vt.dts | 56 timer3@ffd01000 {
|
D | omap2.dtsi | 232 timer3: timer@48078000 { label 236 ti,hwmods = "timer3";
|
D | socfpga.dtsi | 18 timer3 = &timer3; 892 timer3: timer3@ffd01000 { label
|
/Linux-v5.10/arch/c6x/boot/dts/ |
D | evmc6474.dts | 34 timer3: timer@2940000 { label
|
D | evmc6472.dts | 49 timer3: timer@2610000 { label
|
D | tms320c6474.dtsi | 54 timer3: timer@2940000 { label
|
D | tms320c6472.dtsi | 87 timer3: timer@2610000 { label
|
/Linux-v5.10/arch/mips/include/asm/sgi/ |
D | pi1.h | 65 volatile u8 timer3; member
|
/Linux-v5.10/Documentation/devicetree/bindings/reset/ |
D | nxp,lpc1850-rgu.txt | 36 35 Timer3
|
/Linux-v5.10/drivers/net/wireless/ath/ath5k/ |
D | pcu.c | 650 u32 timer1, timer2, timer3; in ath5k_hw_init_beacon_timers() local 684 /* Timer3 marks the end of our ATIM window in ath5k_hw_init_beacon_timers() 687 timer3 = next_beacon + 1; in ath5k_hw_init_beacon_timers() 700 ath5k_hw_reg_write(ah, timer3, AR5K_TIMER3); in ath5k_hw_init_beacon_timers() 765 * HW timer registers (TIMER0 - TIMER3), which are closely related to the
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | aspeed,ast2400-pinctrl.yaml | 50 SPICS1, TIMER3, TIMER4, TIMER5, TIMER6, TIMER7, TIMER8, TXD1, TXD2,
|
D | cirrus,madera.yaml | 82 timer3-sts, timer4-sts, timer5-sts, timer6-sts,
|
D | aspeed,ast2500-pinctrl.yaml | 60 SPI1PASSTHRU, SPI2CK, SPI2CS0, SPI2CS1, SPI2MISO, SPI2MOSI, TIMER3,
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm2835-armctrl-ic.txt | 48 3: TIMER3
|
/Linux-v5.10/drivers/clk/ |
D | clk-efm32gg.c | 61 hws[clk_HFPERCLKTIMER3] = clk_hw_register_gate(NULL, "HFPERCLK.TIMER3", in efm32gg_cmu_init()
|
/Linux-v5.10/drivers/clk/davinci/ |
D | psc-dm355.c | 42 LPSC(5, 0, timer3, pll1_auxclk, NULL, 0),
|
/Linux-v5.10/arch/arm/mach-s3c/ |
D | irq-s3c24xx.c | 648 { .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */ 717 { .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */ 819 { .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */ 922 { .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */ 997 { .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */ 1070 { .type = S3C_IRQTYPE_EDGE, }, /* TIMER3 */
|
/Linux-v5.10/arch/arm/mach-omap2/ |
D | omap_hwmod_2xxx_ipblock_data.c | 198 /* timer3 */ 200 .name = "timer3",
|