Lines Matching defs:mod

48 module_alias_printf(struct module *mod, bool append_wildcard,  in module_alias_printf()
185 unsigned char max, struct module *mod) in do_usb_entry()
287 static void do_usb_entry_multi(struct module *mod, void *symval) in do_usb_entry_multi()
352 static void do_of_entry(struct module *mod, void *symval) in do_of_entry()
379 static void do_hid_entry(struct module *mod, void *symval) in do_hid_entry()
397 static void do_ieee1394_entry(struct module *mod, void *symval) in do_ieee1394_entry()
420 static void do_pci_entry(struct module *mod, void *symval) in do_pci_entry()
475 static void do_ccw_entry(struct module *mod, void *symval) in do_ccw_entry()
498 static void do_ap_entry(struct module *mod, void *symval) in do_ap_entry()
506 static void do_css_entry(struct module *mod, void *symval) in do_css_entry()
514 static void do_serio_entry(struct module *mod, void *symval) in do_serio_entry()
538 static void do_acpi_entry(struct module *mod, void *symval) in do_acpi_entry()
566 static void do_pnp_device_entry(struct module *mod, void *symval) in do_pnp_device_entry()
579 static void do_pnp_card_entry(struct module *mod, void *symval) in do_pnp_card_entry()
601 static void do_pcmcia_entry(struct module *mod, void *symval) in do_pcmcia_entry()
635 static void do_vio_entry(struct module *mod, void *symval) in do_vio_entry()
665 static void do_input_entry(struct module *mod, void *symval) in do_input_entry()
722 static void do_eisa_entry(struct module *mod, void *symval) in do_eisa_entry()
729 static void do_parisc_entry(struct module *mod, void *symval) in do_parisc_entry()
747 static void do_sdio_entry(struct module *mod, void *symval) in do_sdio_entry()
763 static void do_ssb_entry(struct module *mod, void *symval) in do_ssb_entry()
779 static void do_bcma_entry(struct module *mod, void *symval) in do_bcma_entry()
797 static void do_virtio_entry(struct module *mod, void *symval) in do_virtio_entry()
815 static void do_vmbus_entry(struct module *mod, void *symval) in do_vmbus_entry()
827 static void do_rpmsg_entry(struct module *mod, void *symval) in do_rpmsg_entry()
835 static void do_i2c_entry(struct module *mod, void *symval) in do_i2c_entry()
842 static void do_i3c_entry(struct module *mod, void *symval) in do_i3c_entry()
860 static void do_slim_entry(struct module *mod, void *symval) in do_slim_entry()
869 static void do_spi_entry(struct module *mod, void *symval) in do_spi_entry()
908 static void do_dmi_entry(struct module *mod, void *symval) in do_dmi_entry()
930 static void do_platform_entry(struct module *mod, void *symval) in do_platform_entry()
937 static void do_mdio_entry(struct module *mod, void *symval) in do_mdio_entry()
960 static void do_zorro_entry(struct module *mod, void *symval) in do_zorro_entry()
971 static void do_isapnp_entry(struct module *mod, void *symval) in do_isapnp_entry()
984 static void do_ipack_entry(struct module *mod, void *symval) in do_ipack_entry()
1046 static void do_amba_entry(struct module *mod, void *symval) in do_amba_entry()
1072 static void do_mips_cdmm_entry(struct module *mod, void *symval) in do_mips_cdmm_entry()
1085 static void do_x86cpu_entry(struct module *mod, void *symval) in do_x86cpu_entry()
1105 static void do_cpu_entry(struct module *mod, void *symval) in do_cpu_entry()
1113 static void do_mei_entry(struct module *mod, void *symval) in do_mei_entry()
1129 static void do_rio_entry(struct module *mod, void *symval) in do_rio_entry()
1147 static void do_ulpi_entry(struct module *mod, void *symval) in do_ulpi_entry()
1156 static void do_hda_entry(struct module *mod, void *symval) in do_hda_entry()
1172 static void do_sdw_entry(struct module *mod, void *symval) in do_sdw_entry()
1190 static void do_fsl_mc_entry(struct module *mod, void *symval) in do_fsl_mc_entry()
1199 static void do_tbsvc_entry(struct module *mod, void *symval) in do_tbsvc_entry()
1223 static void do_typec_entry(struct module *mod, void *symval) in do_typec_entry()
1231 static void do_tee_entry(struct module *mod, void *symval) in do_tee_entry()
1244 static void do_wmi_entry(struct module *mod, void *symval) in do_wmi_entry()
1258 static void do_mhi_entry(struct module *mod, void *symval) in do_mhi_entry()
1265 static void do_mhi_ep_entry(struct module *mod, void *symval) in do_mhi_ep_entry()
1273 static void do_ishtp_entry(struct module *mod, void *symval) in do_ishtp_entry()
1283 static void do_auxiliary_entry(struct module *mod, void *symval) in do_auxiliary_entry()
1295 static void do_ssam_entry(struct module *mod, void *symval) in do_ssam_entry()
1315 static void do_dfl_entry(struct module *mod, void *symval) in do_dfl_entry()
1324 static void do_cdx_entry(struct module *mod, void *symval) in do_cdx_entry()
1358 static void do_vchiq_entry(struct module *mod, void *symval) in do_vchiq_entry()
1366 static void do_coreboot_entry(struct module *mod, void *symval) in do_coreboot_entry()
1385 void (*do_entry)(struct module *mod, void *symval), in do_table()
1474 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()