| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-4.19/drivers/isdn/mISDN/ |
| D | layer1.c | 31 struct FsmTimer timer3; member 187 mISDN_FsmDelTimer(&l1->timer3, 3); in l1_info4_ind() 238 mISDN_FsmRestartTimer(&l1->timer3, l1->t3_value, EV_TIMER3, NULL, 2); in l1_activate_s() 309 mISDN_FsmDelTimer(&l1->timer3, 0); in release_l1() 401 mISDN_FsmInitTimer(&nl1->l1m, &nl1->timer3); in create_l1()
|
| /kernel/linux/linux-4.19/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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pinctrl/ |
| D | pinctrl-aspeed.txt | 71 SIOPWRGD SIOS3 SIOS5 SIOSCI SPI1 SPI1DEBUG SPI1PASSTHRU SPICS1 TIMER3 TIMER4 89 SPI2CS1 SPI2MISO SPI2MOSI TIMER3 TIMER4 TIMER5 TIMER6 TIMER7 TIMER8 TXD1 TXD2
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/timer/ |
| D | actions,owl-timer.txt | 10 "timer0", "timer1", "timer2", "timer3"
|
| /kernel/linux/linux-5.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",
|
| /kernel/linux/linux-4.19/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, 1051 if (dn_db->parms.timer3) { in dn_dev_timer_func() 1056 dn_db->parms.timer3(dev, ifa); in dn_dev_timer_func() 1357 …seq_puts(seq, "Name Flags T1 Timer1 T3 Timer3 BlkSize Pri State DevType Router Peer\n"); in dn_dev_seq_show()
|
| /kernel/linux/linux-5.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()
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/ |
| D | gd32vf103_dbg.h | 62 #define DBG_CTL_TIMER3_HOLD BIT(13) /*!< hold TIMER3 counter when core is h… 80 …DBG_TIMER3_HOLD = BIT(13), /*!< hold TIMER3 counter when core is halt…
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | dra7-ipu-dsp-common.dtsi | 25 ti,timers = <&timer3>;
|
| D | socfpga_vt.dts | 56 timer3@ffd01000 {
|
| /kernel/linux/linux-5.10/arch/c6x/boot/dts/ |
| D | evmc6474.dts | 34 timer3: timer@2940000 { label
|
| D | evmc6472.dts | 49 timer3: timer@2610000 { label
|
| /kernel/linux/linux-4.19/arch/c6x/boot/dts/ |
| D | evmc6474.dts | 39 timer3: timer@2940000 { label
|
| D | evmc6472.dts | 54 timer3: timer@2610000 { label
|
| /kernel/linux/linux-4.19/arch/arm/mach-w90x900/ |
| D | cpu.c | 78 static DEFINE_CLK(timer3, 22); 105 DEF_CLKLOOK(&clk_timer3, NULL, "timer3"),
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | socfpga_vt.dts | 68 timer3@ffd01000 {
|
| D | omap2.dtsi | 190 timer3: timer@48078000 { label 194 ti,hwmods = "timer3";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
| D | nxp,lpc1850-rgu.txt | 36 35 Timer3
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/sgi/ |
| D | pi1.h | 65 volatile u8 timer3; member
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
| D | pi1.h | 65 volatile u8 timer3; member
|