Home
last modified time | relevance | path

Searched refs:pci_bus_type (Results 1 – 25 of 44) sorted by relevance

12

/linux/drivers/pci/pwrctrl/
H A Dcore.c84 ret = bus_register_notifier(&pci_bus_type, &pwrctrl->nb); in pci_pwrctrl_device_set_ready()
106 bus_unregister_notifier(&pci_bus_type, &pwrctrl->nb); in pci_pwrctrl_device_unset_ready()
/linux/Documentation/driver-api/driver-model/
H A Dporting.rst41 struct bus_type pci_bus_type = {
53 return bus_register(&pci_bus_type);
62 bus_unregister(&pci_bus_type);
72 extern struct bus_type pci_bus_type;
77 EXPORT_SYMBOL(pci_bus_type);
313 drv->driver.bus = &pci_bus_type;
H A Dbus.rst19 struct bus_type pci_bus_type = {
26 extern struct bus_type pci_bus_type;
H A Ddriver.rst33 .bus = &pci_bus_type,
66 .bus = &pci_bus_type,
/linux/drivers/spi/
H A Dspi-loongson-pci.c46 .bus = &pci_bus_type,
/linux/drivers/pci/
H A Dsearch.c279 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
296 dev = bus_find_device_reverse(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id_reverse()
H A Dpci-driver.c1467 drv->driver.bus = &pci_bus_type; in __pci_register_driver()
1723 const struct bus_type pci_bus_type = { variable
1739 EXPORT_SYMBOL(pci_bus_type);
1749 ret = bus_register(&pci_bus_type); in pci_driver_init()
1758 dma_debug_add_bus(&pci_bus_type); in pci_driver_init()
H A Dslot.c331 pci_bus_kset = bus_get_kset(&pci_bus_type); in pci_slot_init()
/linux/arch/arm/mach-mvebu/
H A Dcoherency.c296 bus_register_notifier(&pci_bus_type, in coherency_pci_init()
/linux/arch/powerpc/kernel/
H A Disa-bridge.c273 bus_register_notifier(&pci_bus_type, &isa_bridge_notifier); in isa_bridge_init()
H A Dpci_of_scan.c189 dev->dev.bus = &pci_bus_type; in of_create_pci_dev()
/linux/Documentation/driver-api/media/
H A Dv4l2-device.rst96 pci_bus_type is a global. For USB buses use usb_bus_type. */
97 drv = driver_find("ivtv", &pci_bus_type);
/linux/drivers/media/pci/cx18/
H A Dcx18-alsa-main.c265 drv = driver_find("cx18", &pci_bus_type); in cx18_alsa_exit()
/linux/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c265 drv = driver_find("ivtv", &pci_bus_type); in ivtv_alsa_exit()
H A Divtvfb.c1280 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_init()
1297 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_cleanup()
/linux/arch/arm/mach-footbridge/
H A Ddc21285.c286 bus_register_notifier(&pci_bus_type, &dc21285_pci_bus_nb); in dc21285_setup()
/linux/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c787 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_audio_fini()
813 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_alsa_init()
/linux/drivers/xen/
H A Dpci.c253 return bus_register_notifier(&pci_bus_type, &device_nb); in register_xen_pci_notifier()
/linux/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt170 pci_bus_type是全局的. 对于USB总线使用usb_bus_type。 */
171 drv = driver_find("ivtv", &pci_bus_type);
/linux/drivers/perf/
H A Ddwc_pcie_pmu.c859 ret = bus_register_notifier(&pci_bus_type, &dwc_pcie_pmu_nb); in dwc_pcie_pmu_init()
878 bus_unregister_notifier(&pci_bus_type, &dwc_pcie_pmu_nb); in dwc_pcie_pmu_exit()
/linux/arch/x86/events/intel/
H A Duncore.c1338 if (notify && bus_register_notifier(&pci_bus_type, &uncore_pci_sub_notifier)) in uncore_pci_sub_driver_init()
1381 bus_register_notifier(&pci_bus_type, &uncore_pci_notifier); in uncore_pci_pmus_register()
1431 bus_unregister_notifier(&pci_bus_type, &uncore_pci_sub_notifier); in uncore_pci_exit()
1435 bus_unregister_notifier(&pci_bus_type, &uncore_pci_notifier); in uncore_pci_exit()
/linux/drivers/media/cec/i2c/
H A Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/linux/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c352 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c186 pdev = bus_find_device_by_name(&pci_bus_type, NULL, client_info->adapter_path); in get_i2c_adap_by_pci_parent()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c1260 bus_unregister_notifier(&pci_bus_type, &hisi_ptt->hisi_ptt_nb); in hisi_ptt_unregister_filter_update_notifier()
1272 ret = bus_register_notifier(&pci_bus_type, &hisi_ptt->hisi_ptt_nb); in hisi_ptt_register_filter_update_notifier()

12