Lines Matching defs:symval

183 static void do_usb_entry(void *symval,  in do_usb_entry()
288 static void do_usb_entry_multi(struct module *mod, void *symval) in do_usb_entry_multi()
353 static void do_of_entry(struct module *mod, void *symval) in do_of_entry()
380 static void do_hid_entry(struct module *mod, void *symval) in do_hid_entry()
398 static void do_ieee1394_entry(struct module *mod, void *symval) in do_ieee1394_entry()
421 static void do_pci_entry(struct module *mod, void *symval) in do_pci_entry()
476 static void do_ccw_entry(struct module *mod, void *symval) in do_ccw_entry()
499 static void do_ap_entry(struct module *mod, void *symval) in do_ap_entry()
507 static void do_css_entry(struct module *mod, void *symval) in do_css_entry()
515 static void do_serio_entry(struct module *mod, void *symval) in do_serio_entry()
539 static void do_acpi_entry(struct module *mod, void *symval) in do_acpi_entry()
567 static void do_pnp_device_entry(struct module *mod, void *symval) in do_pnp_device_entry()
580 static void do_pnp_card_entry(struct module *mod, void *symval) in do_pnp_card_entry()
602 static void do_pcmcia_entry(struct module *mod, void *symval) in do_pcmcia_entry()
636 static void do_vio_entry(struct module *mod, void *symval) in do_vio_entry()
666 static void do_input_entry(struct module *mod, void *symval) in do_input_entry()
723 static void do_eisa_entry(struct module *mod, void *symval) in do_eisa_entry()
730 static void do_parisc_entry(struct module *mod, void *symval) in do_parisc_entry()
748 static void do_sdio_entry(struct module *mod, void *symval) in do_sdio_entry()
764 static void do_ssb_entry(struct module *mod, void *symval) in do_ssb_entry()
780 static void do_bcma_entry(struct module *mod, void *symval) in do_bcma_entry()
798 static void do_virtio_entry(struct module *mod, void *symval) in do_virtio_entry()
816 static void do_vmbus_entry(struct module *mod, void *symval) in do_vmbus_entry()
828 static void do_rpmsg_entry(struct module *mod, void *symval) in do_rpmsg_entry()
836 static void do_i2c_entry(struct module *mod, void *symval) in do_i2c_entry()
843 static void do_i3c_entry(struct module *mod, void *symval) in do_i3c_entry()
861 static void do_slim_entry(struct module *mod, void *symval) in do_slim_entry()
870 static void do_spi_entry(struct module *mod, void *symval) in do_spi_entry()
909 static void do_dmi_entry(struct module *mod, void *symval) in do_dmi_entry()
931 static void do_platform_entry(struct module *mod, void *symval) in do_platform_entry()
938 static void do_mdio_entry(struct module *mod, void *symval) in do_mdio_entry()
961 static void do_zorro_entry(struct module *mod, void *symval) in do_zorro_entry()
972 static void do_isapnp_entry(struct module *mod, void *symval) in do_isapnp_entry()
985 static void do_ipack_entry(struct module *mod, void *symval) in do_ipack_entry()
1047 static void do_amba_entry(struct module *mod, void *symval) in do_amba_entry()
1073 static void do_mips_cdmm_entry(struct module *mod, void *symval) in do_mips_cdmm_entry()
1086 static void do_x86cpu_entry(struct module *mod, void *symval) in do_x86cpu_entry()
1106 static void do_cpu_entry(struct module *mod, void *symval) in do_cpu_entry()
1114 static void do_mcb_entry(struct module *mod, void *symval) in do_mcb_entry()
1122 static void do_mei_entry(struct module *mod, void *symval) in do_mei_entry()
1138 static void do_rio_entry(struct module *mod, void *symval) in do_rio_entry()
1156 static void do_ulpi_entry(struct module *mod, void *symval) in do_ulpi_entry()
1165 static void do_hda_entry(struct module *mod, void *symval) in do_hda_entry()
1181 static void do_sdw_entry(struct module *mod, void *symval) in do_sdw_entry()
1199 static void do_fsl_mc_entry(struct module *mod, void *symval) in do_fsl_mc_entry()
1208 static void do_tbsvc_entry(struct module *mod, void *symval) in do_tbsvc_entry()
1232 static void do_typec_entry(struct module *mod, void *symval) in do_typec_entry()
1240 static void do_tee_entry(struct module *mod, void *symval) in do_tee_entry()
1253 static void do_wmi_entry(struct module *mod, void *symval) in do_wmi_entry()
1267 static void do_mhi_entry(struct module *mod, void *symval) in do_mhi_entry()
1274 static void do_mhi_ep_entry(struct module *mod, void *symval) in do_mhi_ep_entry()
1282 static void do_ishtp_entry(struct module *mod, void *symval) in do_ishtp_entry()
1292 static void do_auxiliary_entry(struct module *mod, void *symval) in do_auxiliary_entry()
1304 static void do_ssam_entry(struct module *mod, void *symval) in do_ssam_entry()
1324 static void do_dfl_entry(struct module *mod, void *symval) in do_dfl_entry()
1333 static void do_cdx_entry(struct module *mod, void *symval) in do_cdx_entry()
1367 static void do_vchiq_entry(struct module *mod, void *symval) in do_vchiq_entry()
1375 static void do_coreboot_entry(struct module *mod, void *symval) in do_coreboot_entry()
1391 static void do_table(const char *name, void *symval, unsigned long size, in do_table()
1394 void (*do_entry)(struct module *mod, void *symval), in do_table()
1487 void *symval; in handle_moddevtable() local