Home
last modified time | relevance | path

Searched refs:bus_type (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/drivers/media/v4l2-core/
A Dv4l2-fwnode.c315 if (bus_type == V4L2_MBUS_PARALLEL || bus_type == V4L2_MBUS_BT656) in v4l2_fwnode_endpoint_parse_parallel_bus()
408 switch (bus_type) { in v4l2_fwnode_endpoint_parse_parallel_bus()
455 if (bus_type == V4L2_MBUS_CCP2) in v4l2_fwnode_endpoint_parse_csi1_bus()
456 vep->bus_type = V4L2_MBUS_CCP2; in v4l2_fwnode_endpoint_parse_csi1_bus()
472 v4l2_fwnode_bus_type_to_string(bus_type), bus_type, in __v4l2_fwnode_endpoint_parse()
474 vep->bus_type); in __v4l2_fwnode_endpoint_parse()
489 vep->bus_type = mbus_type; in __v4l2_fwnode_endpoint_parse()
492 switch (vep->bus_type) { in __v4l2_fwnode_endpoint_parse()
505 vep->bus_type); in __v4l2_fwnode_endpoint_parse()
516 vep->bus_type); in __v4l2_fwnode_endpoint_parse()
[all …]
/drivers/base/
A Dbus.c87 static const struct bus_type *bus_get(const struct bus_type *bus) in bus_get()
96 static void bus_put(const struct bus_type *bus) in bus_put()
238 const struct bus_type *bus = bus_get(drv->bus); in unbind_store()
261 const struct bus_type *bus = bus_get(drv->bus); in bind_store()
612 static int add_probe_files(const struct bus_type *bus) in add_probe_files()
784 int bus_rescan_devices(const struct bus_type *bus) in bus_rescan_devices()
856 int bus_register(const struct bus_type *bus) in bus_register()
943 void bus_unregister(const struct bus_type *bus) in bus_unregister()
1005 struct kset *bus_get_kset(const struct bus_type *bus) in bus_get_kset()
1047 void bus_sort_breadthfirst(const struct bus_type *bus, in bus_sort_breadthfirst()
[all …]
A Dbase.h53 const struct bus_type *bus;
76 struct subsys_private *bus_to_subsys(const struct bus_type *bus);
156 bool bus_is_registered(const struct bus_type *bus);
/drivers/platform/x86/
A Dserial-multi-instantiate.c39 enum smi_bus_type bus_type; member
263 switch (node->bus_type) { in smi_probe()
312 .bus_type = SMI_I2C,
323 .bus_type = SMI_I2C,
334 .bus_type = SMI_I2C,
345 .bus_type = SMI_AUTO_DETECT,
358 .bus_type = SMI_AUTO_DETECT,
371 .bus_type = SMI_AUTO_DETECT,
384 .bus_type = SMI_AUTO_DETECT,
395 .bus_type = SMI_AUTO_DETECT,
/drivers/net/wireless/broadcom/b43/
A Dbus.h15 enum b43_bus_type bus_type; member
60 return (dev->bus_type == B43_BUS_SSB && in b43_bus_host_is_pcmcia()
70 if (dev->bus_type == B43_BUS_BCMA) in b43_bus_host_is_pci()
74 if (dev->bus_type == B43_BUS_SSB) in b43_bus_host_is_pci()
83 return (dev->bus_type == B43_BUS_SSB && in b43_bus_host_is_sdio()
A Dbus.c81 dev->bus_type = B43_BUS_BCMA; in b43_bus_dev_bcma_init()
186 dev->bus_type = B43_BUS_SSB; in b43_bus_dev_ssb_init()
225 switch (dev->bus_type) { in b43_bus_get_wldev()
240 switch (dev->bus_type) { in b43_bus_set_wldev()
/drivers/s390/crypto/
A Dap_bus.c168 static const struct bus_type ap_bus_type;
1267 static ssize_t ap_domain_show(const struct bus_type *bus, char *buf) in ap_domain_show()
1272 static ssize_t ap_domain_store(const struct bus_type *bus, in ap_domain_store()
1348 static ssize_t config_time_store(const struct bus_type *bus, in config_time_store()
1367 static ssize_t poll_thread_store(const struct bus_type *bus, in poll_thread_store()
1436 static ssize_t apmask_show(const struct bus_type *bus, char *buf) in apmask_show()
1528 static ssize_t aqmask_show(const struct bus_type *bus, char *buf) in aqmask_show()
1620 static ssize_t scans_show(const struct bus_type *bus, char *buf) in scans_show()
1637 static ssize_t bindings_show(const struct bus_type *bus, char *buf) in bindings_show()
1653 static ssize_t features_show(const struct bus_type *bus, char *buf) in features_show()
[all …]
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dcommon.h67 enum brcmf_bus_type bus_type,
83 void brcmf_acpi_probe(struct device *dev, enum brcmf_bus_type bus_type,
87 enum brcmf_bus_type bus_type, in brcmf_acpi_probe() argument
A Dcommon.c514 enum brcmf_bus_type bus_type, in brcmf_get_module_param() argument
522 brcmf_dbg(INFO, "Enter, bus=%d, chip=%d, rev=%d\n", bus_type, chip, in brcmf_get_module_param()
538 if (bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()
546 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param()
553 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()
565 if (brcmf_of_probe(dev, bus_type, settings) == -EPROBE_DEFER) { in brcmf_get_module_param()
569 brcmf_acpi_probe(dev, bus_type, settings); in brcmf_get_module_param()
A Dof.h6 int brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,
9 static int brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_of_probe() argument
A Dof.c69 int brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_of_probe() argument
133 if (bus_type != BRCMF_BUSTYPE_SDIO) in brcmf_of_probe()
/drivers/gpu/drm/i915/gt/uc/
A Dintel_huc.h17 struct bus_type;
69 void intel_huc_register_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus);
70 void intel_huc_unregister_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus);
/drivers/gpu/host1x/
A Dbus.h10 struct bus_type;
13 extern const struct bus_type host1x_bus_type;
/drivers/media/platform/st/stm32/stm32-dcmipp/
A Ddcmipp-input.c247 inp->ved.bus_type == V4L2_MBUS_BT656) in dcmipp_inp_adjust_fmt()
326 if (inp->ved.bus_type == V4L2_MBUS_BT656) { in dcmipp_inp_configure_parallel()
419 if (inp->ved.bus_type == V4L2_MBUS_PARALLEL || in dcmipp_inp_enable_streams()
420 inp->ved.bus_type == V4L2_MBUS_BT656) in dcmipp_inp_enable_streams()
422 else if (inp->ved.bus_type == V4L2_MBUS_CSI2_DPHY) in dcmipp_inp_enable_streams()
460 if (inp->ved.bus_type == V4L2_MBUS_PARALLEL || in dcmipp_inp_disable_streams()
461 inp->ved.bus_type == V4L2_MBUS_BT656) { in dcmipp_inp_disable_streams()
A Ddcmipp-core.c337 vep.bus_type = supported_types[i]; in dcmipp_graph_notify_bound()
350 if (vep.bus_type != V4L2_MBUS_CSI2_DPHY && in dcmipp_graph_notify_bound()
357 if (vep.bus_type == V4L2_MBUS_BT656 && in dcmipp_graph_notify_bound()
366 if (vep.bus_type != V4L2_MBUS_CSI2_DPHY) { in dcmipp_graph_notify_bound()
371 sink->bus_type = vep.bus_type; in dcmipp_graph_notify_bound()
/drivers/usb/typec/
A Dbus.h8 struct bus_type;
31 extern const struct bus_type typec_bus;
/drivers/iommu/
A Diommu-priv.h34 const struct bus_type *bus,
37 const struct bus_type *bus,
/drivers/net/netdevsim/
A Dbus.c159 new_device_store(const struct bus_type *bus, const char *buf, size_t count) in new_device_store()
214 del_device_store(const struct bus_type *bus, const char *buf, size_t count) in del_device_store()
253 static ssize_t link_device_store(const struct bus_type *bus, const char *buf, size_t count) in link_device_store()
344 static ssize_t unlink_device_store(const struct bus_type *bus, const char *buf, size_t count) in unlink_device_store()
429 static const struct bus_type nsim_bus = {
/drivers/edac/
A Dedac_module.c70 static const struct bus_type edac_subsys = {
93 const struct bus_type *edac_get_sysfs_subsys(void) in edac_get_sysfs_subsys()
/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-dev.c218 vep.bus_type = V4L2_MBUS_CSI2_DPHY; in rkisp1_subdev_notifier_register()
227 vep.bus_type = V4L2_MBUS_UNKNOWN; in rkisp1_subdev_notifier_register()
243 if (vep.bus_type != V4L2_MBUS_PARALLEL && in rkisp1_subdev_notifier_register()
244 vep.bus_type != V4L2_MBUS_BT656) { in rkisp1_subdev_notifier_register()
272 rk_asd->mbus_type = vep.bus_type; in rkisp1_subdev_notifier_register()
275 if (vep.bus_type == V4L2_MBUS_CSI2_DPHY) { in rkisp1_subdev_notifier_register()
/drivers/dma/idxd/
A Dcompat.c18 const struct bus_type *bus = drv->bus; in unbind_store()
34 const struct bus_type *bus = drv->bus; in bind_store()
/drivers/media/platform/marvell/
A Dmmp-driver.c201 mcam->bus_type = pdata->bus_type; in mmpcam_probe()
214 if (mcam->bus_type == V4L2_MBUS_CSI2_DPHY) { in mmpcam_probe()
/drivers/net/ethernet/seeq/
A Dether3.c751 int bus_type, ret; in ether3_probe() local
789 bus_type = BUS_UNKNOWN; in ether3_probe()
797 bus_type = BUS_8; in ether3_probe()
799 if (bus_type == BUS_UNKNOWN && in ether3_probe()
802 bus_type = BUS_16; in ether3_probe()
804 switch (bus_type) { in ether3_probe()
/drivers/media/platform/microchip/
A Dmicrochip-csi2dc.c580 if (input_endpoint.bus_type == V4L2_MBUS_PARALLEL || in csi2dc_of_parse()
581 input_endpoint.bus_type == V4L2_MBUS_BT656) { in csi2dc_of_parse()
587 if (input_endpoint.bus_type == V4L2_MBUS_CSI2_DPHY) { in csi2dc_of_parse()
610 if (output_endpoint.bus_type != V4L2_MBUS_PARALLEL && in csi2dc_of_parse()
611 output_endpoint.bus_type != V4L2_MBUS_BT656) { in csi2dc_of_parse()
/drivers/acpi/
A Dmipi-disco-img.c284 unsigned int bus_type; in extract_crs_csi2_conn_info() local
299 bus_type = V4L2_FWNODE_BUS_TYPE_CSI2_CPHY; in extract_crs_csi2_conn_info()
303 bus_type = V4L2_FWNODE_BUS_TYPE_CSI2_DPHY; in extract_crs_csi2_conn_info()
337 PROPERTY_ENTRY_U32("bus-type", bus_type); in extract_crs_csi2_conn_info()
355 PROPERTY_ENTRY_U32("bus-type", bus_type); in extract_crs_csi2_conn_info()

Completed in 43 milliseconds

12345678910>>...15