Searched refs:et_name (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_et.c | 63 et->et_name, et->et_quality); in et_register() 67 et->et_name, (uintmax_t)et->et_frequency, in et_register() 73 SYSCTL_STATIC_CHILDREN(_kern_eventtimer_et), OID_AUTO, et->et_name, in et_register() 145 if (name != NULL && strcasecmp(et->et_name, name) != 0) in et_find() 254 sbuf_printf(&sb, "%s(%d)", et->et_name, et->et_quality); in sysctl_kern_eventtimer_choice()
|
| H A D | kern_clocksource.c | 581 et->et_name); 897 snprintf(buf, sizeof(buf), "%s", et->et_name); 903 strcasecmp(buf, et->et_name) == 0) {
|
| /f-stack/freebsd/sys/ |
| H A D | timeet.h | 58 const char *et_name; member
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_timer.c | 217 sc->et.et_name = "JZ4780 TCU5"; in jz4780_timer_attach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_systimer.c | 252 sc->st[DEFAULT_TIMER].et.et_name = DEFAULT_TIMER_NAME; in bcm_systimer_attach()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | tick.c | 351 sc->et.et_name = "MIPS32"; in clock_attach()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | sp804.c | 270 sc->et.et_name = "SP804-2"; in sp804_timer_attach()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | tick.c | 369 sc->et.et_name = "MIPS32"; in clock_attach()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtimer.c | 193 sc->func.et.et_name = sc->tmr_name; in am335x_dmtimer_et_init()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mpcore_timer.c | 349 sc->et.et_name = "MPCore"; in attach_et()
|
| H A D | generic_timer.c | 475 sc->et.et_name = "ARM MPCore Eventtimer"; in arm_tmr_attach()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_gpt.c | 264 sc->et.et_name = "iMXGPT"; in imx_gpt_attach()
|
| H A D | imx_epit.c | 324 sc->et.et_name = "EPIT"; in epit_et_attach()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_timer.c | 311 sc->et.et_name = "a10_timer Eventtimer"; in a10_timer_eventtimer_setup()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | atrtc.c | 476 sc->et.et_name = "RTC"; in atrtc_attach()
|
| H A D | clock.c | 606 sc->et.et_name = "i8254"; in attimer_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 250 sc->et.et_name = "CPUTimer0"; in mv_timer_attach()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | local_apic.c | 551 lapic_et.et_name = "LAPIC"; in native_lapic_init()
|