Searched refs:ich_func (Results 1 – 25 of 45) sorted by relevance
12
| /trueos/sys/kern/ |
| HD | subr_autoconf.c | 82 (caddr_t)hook_entry->ich_func, namebuf, in run_interrupt_driven_config_hooks_warning() 86 printf(" %p", hook_entry->ich_func); in run_interrupt_driven_config_hooks_warning() 118 (*hook_entry->ich_func)(hook_entry->ich_arg); in run_interrupt_driven_config_hooks() 219 (caddr_t)hook_entry->ich_func, namebuf, sizeof(namebuf), in DB_SHOW_COMMAND() 222 hook_entry->ich_func, namebuf, offset, in DB_SHOW_COMMAND() 226 hook_entry->ich_func, hook_entry->ich_arg); in DB_SHOW_COMMAND()
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_enc.c | 192 if (enc->enc_boot_hold_ch.ich_func != NULL) { in enc_dtor() 194 enc->enc_boot_hold_ch.ich_func = NULL; in enc_dtor() 841 if (hook->ich_func != NULL) { in enc_daemon() 843 hook->ich_func = NULL; in enc_daemon() 955 enc->enc_boot_hold_ch.ich_func = enc_nop_confighook_cb; in enc_ctor()
|
| /trueos/sys/arm/ti/am335x/ |
| HD | am335x_pmic.c | 170 sc->enum_hook.ich_func = am335x_pmic_start; in am335x_pmic_attach()
|
| /trueos/sys/powerpc/powermac/ |
| HD | windtunnel.c | 159 sc->enum_hook.ich_func = adm1030_start; in adm1030_attach()
|
| /trueos/sys/dev/iicbus/ |
| HD | ds1775.c | 153 sc->enum_hook.ich_func = ds1775_start; in ds1775_attach()
|
| HD | ds1631.c | 234 sc->enum_hook.ich_func = ds1631_start; in ds1631_attach()
|
| HD | max6690.c | 231 sc->enum_hook.ich_func = max6690_start; in max6690_attach()
|
| /trueos/sys/sys/ |
| HD | kernel.h | 373 void (*ich_func)(void *arg); member
|
| /trueos/sys/dev/sound/pci/ |
| HD | ich.c | 719 if (sc->intrhook.ich_func != NULL) { in ich_calibrate() 721 sc->intrhook.ich_func = NULL; in ich_calibrate() 1083 sc->intrhook.ich_func = ich_calibrate; in ich_pci_attach() 1087 sc->intrhook.ich_func = NULL; in ich_pci_attach()
|
| 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()
|
| /trueos/sys/dev/ips/ |
| HD | ips_pci.c | 150 sc->ips_ich.ich_func = ips_intrhook; in ips_pci_attach()
|
| /trueos/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_fbd.c | 255 sc->init_hook.ich_func = bcm_fb_init; in bcm_fb_attach()
|
| /trueos/sys/arm/ti/twl/ |
| HD | twl.c | 414 sc->sc_scan_hook.ich_func = twl_scan; in twl_attach()
|
| HD | twl_clks.c | 624 sc->sc_init_hook.ich_func = twl_clks_init; in twl_clks_attach()
|
| /trueos/sys/dev/nvme/ |
| HD | nvme.c | 277 ctrlr->config_hook.ich_func = nvme_ctrlr_start_config_hook; in nvme_attach()
|
| /trueos/sys/dev/adb/ |
| HD | adb_bus.c | 92 sc->enum_hook.ich_func = adb_bus_enumerate; in adb_bus_attach()
|
| /trueos/sys/dev/sound/pci/hda/ |
| HD | hdac.c | 1293 sc->intrhook.ich_func = hdac_attach2; in hdac_attach() 1296 sc->intrhook.ich_func = NULL; in hdac_attach() 1484 if (sc->intrhook.ich_func != NULL) { in hdac_attach2() 1486 sc->intrhook.ich_func = NULL; in hdac_attach2()
|
| /trueos/sys/arm/arm/ |
| HD | pl310.c | 509 sc->sc_ich->ich_func = pl310_config_intr; in pl310_attach()
|
| /trueos/sys/dev/isci/ |
| HD | isci.c | 381 isci->config_hook.ich_func = &isci_controller_start; in isci_initialize()
|
| /trueos/sys/dev/amdtemp/ |
| HD | amdtemp.c | 413 sc->sc_ich.ich_func = amdtemp_intrhook; in amdtemp_attach()
|
| /trueos/sys/dev/flash/ |
| HD | at45d.c | 198 sc->config_intrhook.ich_func = at45d_delayed_attach; in at45d_attach()
|
| /trueos/sys/dev/sound/macio/ |
| HD | i2s.c | 252 i2s_delayed_attach->ich_func = i2s_postattach; in i2s_attach()
|
| /trueos/sys/dev/pst/ |
| HD | pst-iop.c | 92 sc->iop_delayed_attach->ich_func = iop_attach; in iop_init()
|
| /trueos/sys/arm/freescale/imx/ |
| HD | imx6_anatop.c | 702 sc->intr_setup_hook.ich_func = intr_setup; in imx6_anatop_attach()
|
| /trueos/sys/dev/amr/ |
| HD | amr.c | 277 sc->amr_ich.ich_func = amr_startup; in amr_attach() 306 if (sc->amr_ich.ich_func) in amr_startup() 308 sc->amr_ich.ich_func = NULL; in amr_startup()
|
12