Searched refs:ich_func (Results 1 – 25 of 57) sorted by relevance
123
| /freebsd-head/sys/kern/ |
| HD | subr_autoconf.c | 102 (caddr_t)hook_entry->ich_func, namebuf, in run_interrupt_driven_config_hooks_warning() 106 printf(" %p", hook_entry->ich_func); in run_interrupt_driven_config_hooks_warning() 140 (*hook_entry->ich_func)(hook_entry->ich_arg); in run_interrupt_driven_config_hooks() 224 ohook->och_hook.ich_func = config_intrhook_oneshot_func; in config_intrhook_oneshot() 305 (caddr_t)hook_entry->ich_func, namebuf, sizeof(namebuf), in DB_SHOW_COMMAND_FLAGS() 308 hook_entry->ich_func, namebuf, offset, in DB_SHOW_COMMAND_FLAGS() 312 hook_entry->ich_func, hook_entry->ich_arg); in DB_SHOW_COMMAND_FLAGS()
|
| /freebsd-head/sys/dev/iicbus/pmic/rockchip/ |
| HD | rk8xx.c | 150 sc->intr_hook.ich_func = rk8xx_start; in rk8xx_attach()
|
| /freebsd-head/sys/dev/iicbus/pwm/ |
| HD | adm1030.c | 154 sc->enum_hook.ich_func = adm1030_start; in adm1030_attach()
|
| /freebsd-head/sys/dev/iicbus/sensor/ |
| HD | ds1775.c | 149 sc->enum_hook.ich_func = ds1775_start; in ds1775_attach()
|
| HD | max6690.c | 236 sc->enum_hook.ich_func = max6690_start; in max6690_attach()
|
| HD | ds1631.c | 230 sc->enum_hook.ich_func = ds1631_start; in ds1631_attach()
|
| /freebsd-head/sys/dev/sound/pci/ |
| HD | atiixp.c | 1011 if (sc->delayed_attach.ich_func) { in atiixp_chip_post_init() 1013 sc->delayed_attach.ich_func = NULL; in atiixp_chip_post_init() 1294 sc->delayed_attach.ich_func = atiixp_chip_post_init; in atiixp_pci_attach() 1298 sc->delayed_attach.ich_func = NULL; in atiixp_pci_attach()
|
| HD | ich.c | 719 if (sc->intrhook.ich_func != NULL) { in ich_calibrate() 721 sc->intrhook.ich_func = NULL; in ich_calibrate() 1082 sc->intrhook.ich_func = ich_calibrate; in ich_pci_attach() 1086 sc->intrhook.ich_func = NULL; in ich_pci_attach()
|
| /freebsd-head/sys/dev/ips/ |
| HD | ips_pci.c | 140 sc->ips_ich.ich_func = ips_intrhook; in ips_pci_attach()
|
| /freebsd-head/sys/dev/iicbus/rtc/ |
| HD | hym8563.c | 277 sc->init_hook.ich_func = hym8563_init; in hym8563_attach()
|
| HD | isl12xx.c | 216 sc->init_hook.ich_func = isl12xx_init; in isl12xx_attach()
|
| HD | rtc8583.c | 173 sc->init_hook.ich_func = rtc8583_init; in rtc8583_attach()
|
| HD | rv3032.c | 356 sc->init_hook.ich_func = rv3032_init; in rv3032_attach()
|
| HD | ds1307.c | 264 sc->enum_hook.ich_func = ds1307_start; in ds1307_attach()
|
| /freebsd-head/sys/dev/iicbus/pmic/silergy/ |
| HD | syr827.c | 285 sc->intr_hook.ich_func = syr827_start; in syr827_attach()
|
| /freebsd-head/sys/dev/nvme/ |
| HD | nvme.c | 94 ctrlr->config_hook.ich_func = nvme_ctrlr_start_config_hook; in nvme_attach()
|
| /freebsd-head/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_ft5406.c | 288 sc->sc_init_hook.ich_func = ft5406ts_init; in ft5406ts_attach()
|
| /freebsd-head/sys/sys/ |
| HD | kernel.h | 484 ich_func_t ich_func; member
|
| /freebsd-head/sys/dev/xdma/ |
| HD | xdma_fdt_test.c | 385 sc->config_intrhook.ich_func = xdmatest_delayed_attach; in xdmatest_attach()
|
| /freebsd-head/sys/dev/adb/ |
| HD | adb_bus.c | 88 sc->enum_hook.ich_func = adb_bus_enumerate; in adb_bus_attach()
|
| /freebsd-head/sys/dev/sound/pci/hda/ |
| HD | hdac.c | 1356 sc->intrhook.ich_func = hdac_attach2; in hdac_attach() 1359 sc->intrhook.ich_func = NULL; in hdac_attach() 1546 if (sc->intrhook.ich_func != NULL) { in hdac_attach2() 1548 sc->intrhook.ich_func = NULL; in hdac_attach2()
|
| /freebsd-head/sys/dev/isci/ |
| HD | isci.c | 381 isci->config_hook.ich_func = &isci_controller_start; in isci_initialize()
|
| /freebsd-head/sys/arm/arm/ |
| HD | pl310.c | 554 sc->sc_ich->ich_func = pl310_config_intr; in pl310_attach()
|
| /freebsd-head/sys/dev/sound/macio/ |
| HD | i2s.c | 246 i2s_delayed_attach->ich_func = i2s_postattach; in i2s_attach()
|
| /freebsd-head/sys/dev/sound/fdt/ |
| HD | audio_soc.c | 496 sc->init_hook.ich_func = audio_soc_init; in audio_soc_attach()
|
123