/drivers/media/v4l2-core/ |
D | v4l2-fwnode.c | 124 enum v4l2_mbus_type bus_type) in v4l2_fwnode_endpoint_parse_csi2_bus() argument 138 if (bus_type == V4L2_MBUS_CSI2_DPHY || in v4l2_fwnode_endpoint_parse_csi2_bus() 139 bus_type == V4L2_MBUS_CSI2_CPHY) { in v4l2_fwnode_endpoint_parse_csi2_bus() 216 if (bus_type == V4L2_MBUS_CSI2_DPHY || in v4l2_fwnode_endpoint_parse_csi2_bus() 217 bus_type == V4L2_MBUS_CSI2_CPHY || in v4l2_fwnode_endpoint_parse_csi2_bus() 221 bus_type == V4L2_MBUS_CSI2_DPHY; in v4l2_fwnode_endpoint_parse_csi2_bus() 224 if (bus_type == V4L2_MBUS_UNKNOWN) in v4l2_fwnode_endpoint_parse_csi2_bus() 225 vep->bus_type = V4L2_MBUS_CSI2_DPHY; in v4l2_fwnode_endpoint_parse_csi2_bus() 266 enum v4l2_mbus_type bus_type) in v4l2_fwnode_endpoint_parse_parallel_bus() argument 272 if (bus_type == V4L2_MBUS_PARALLEL || bus_type == V4L2_MBUS_BT656) in v4l2_fwnode_endpoint_parse_parallel_bus() [all …]
|
/drivers/base/ |
D | bus.c | 42 static struct bus_type *bus_get(struct bus_type *bus) in bus_get() 51 static void bus_put(struct bus_type *bus) in bus_put() 131 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file() 143 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file() 155 struct bus_type *bus = priv->bus; in bus_release() 185 struct bus_type *bus = bus_get(drv->bus); in unbind_store() 208 struct bus_type *bus = bus_get(drv->bus); in bind_store() 226 static ssize_t drivers_autoprobe_show(struct bus_type *bus, char *buf) in drivers_autoprobe_show() 231 static ssize_t drivers_autoprobe_store(struct bus_type *bus, in drivers_autoprobe_store() 241 static ssize_t drivers_probe_store(struct bus_type *bus, in drivers_probe_store() [all …]
|
/drivers/net/wireless/broadcom/b43/ |
D | bus.h | 15 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()
|
D | bus.c | 81 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/platform/x86/ |
D | serial-multi-instantiate.c | 39 enum smi_bus_type bus_type; member 258 switch (node->bus_type) { in smi_probe() 297 .bus_type = SMI_I2C, 308 .bus_type = SMI_I2C, 319 .bus_type = SMI_I2C, 330 .bus_type = SMI_AUTO_DETECT, 343 .bus_type = SMI_AUTO_DETECT,
|
/drivers/s390/crypto/ |
D | ap_bus.c | 132 static struct bus_type ap_bus_type; 1173 static ssize_t ap_domain_show(struct bus_type *bus, char *buf) in ap_domain_show() 1178 static ssize_t ap_domain_store(struct bus_type *bus, in ap_domain_store() 1200 static ssize_t ap_control_domain_mask_show(struct bus_type *bus, char *buf) in ap_control_domain_mask_show() 1215 static ssize_t ap_usage_domain_mask_show(struct bus_type *bus, char *buf) in ap_usage_domain_mask_show() 1230 static ssize_t ap_adapter_mask_show(struct bus_type *bus, char *buf) in ap_adapter_mask_show() 1245 static ssize_t ap_interrupts_show(struct bus_type *bus, char *buf) in ap_interrupts_show() 1253 static ssize_t config_time_show(struct bus_type *bus, char *buf) in config_time_show() 1258 static ssize_t config_time_store(struct bus_type *bus, in config_time_store() 1272 static ssize_t poll_thread_show(struct bus_type *bus, char *buf) in poll_thread_show() [all …]
|
/drivers/gpu/host1x/ |
D | bus.h | 10 struct bus_type; 13 extern struct bus_type host1x_bus_type;
|
D | context_bus.c | 9 struct bus_type host1x_context_device_bus_type = {
|
D | context.h | 16 extern struct bus_type host1x_context_device_bus_type;
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | of.h | 6 void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, 9 static void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_of_probe() argument
|
D | common.c | 437 enum brcmf_bus_type bus_type, in brcmf_get_module_param() argument 445 brcmf_dbg(INFO, "Enter, bus=%d, chip=%d, rev=%d\n", bus_type, chip, in brcmf_get_module_param() 461 if (bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param() 469 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param() 476 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param() 488 brcmf_of_probe(dev, bus_type, settings); in brcmf_get_module_param()
|
D | of.c | 68 void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_of_probe() argument 118 if (bus_type != BRCMF_BUSTYPE_SDIO) in brcmf_of_probe()
|
/drivers/usb/typec/ |
D | bus.h | 9 struct bus_type; 31 extern struct bus_type typec_bus;
|
/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-dev.c | 217 vep.bus_type = V4L2_MBUS_CSI2_DPHY; in rkisp1_subdev_notifier_register() 226 vep.bus_type = V4L2_MBUS_UNKNOWN; in rkisp1_subdev_notifier_register() 239 if (vep.bus_type != V4L2_MBUS_PARALLEL && in rkisp1_subdev_notifier_register() 240 vep.bus_type != V4L2_MBUS_BT656) { in rkisp1_subdev_notifier_register() 268 rk_asd->mbus_type = vep.bus_type; in rkisp1_subdev_notifier_register() 271 if (vep.bus_type == V4L2_MBUS_CSI2_DPHY) { in rkisp1_subdev_notifier_register()
|
/drivers/edac/ |
D | edac_module.c | 70 static struct bus_type edac_subsys = { 93 struct bus_type *edac_get_sysfs_subsys(void) in edac_get_sysfs_subsys()
|
/drivers/dma/idxd/ |
D | compat.c | 19 struct bus_type *bus = drv->bus; in unbind_store() 35 struct bus_type *bus = drv->bus; in bind_store()
|
/drivers/media/platform/marvell/ |
D | mmp-driver.c | 200 mcam->bus_type = pdata->bus_type; in mmpcam_probe() 213 if (mcam->bus_type == V4L2_MBUS_CSI2_DPHY) { in mmpcam_probe()
|
/drivers/net/netdevsim/ |
D | bus.c | 135 new_device_store(struct bus_type *bus, const char *buf, size_t count) in new_device_store() 189 del_device_store(struct bus_type *bus, const char *buf, size_t count) in del_device_store() 256 static struct bus_type nsim_bus = {
|
/drivers/net/ethernet/seeq/ |
D | ether3.c | 751 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/atmel/ |
D | microchip-csi2dc.c | 579 if (input_endpoint.bus_type == V4L2_MBUS_PARALLEL || in csi2dc_of_parse() 580 input_endpoint.bus_type == V4L2_MBUS_BT656) { in csi2dc_of_parse() 586 if (input_endpoint.bus_type == V4L2_MBUS_CSI2_DPHY) { in csi2dc_of_parse() 609 if (output_endpoint.bus_type != V4L2_MBUS_PARALLEL && in csi2dc_of_parse() 610 output_endpoint.bus_type != V4L2_MBUS_BT656) { in csi2dc_of_parse()
|
/drivers/message/fusion/ |
D | mptscsih.c | 396 if (ioc->bus_type != SAS) in mptscsih_issue_sep_command() 630 if (ioc->bus_type == SAS) { in mptscsih_io_done() 718 if (ioc->bus_type != FC) in mptscsih_io_done() 739 if ( ioc->bus_type == SAS ) { in mptscsih_io_done() 771 } else if (ioc->bus_type == FC) { in mptscsih_io_done() 797 if (ioc->bus_type == FC) in mptscsih_io_done() 829 if (ioc->bus_type == SPI) { in mptscsih_io_done() 901 if ((ioc->bus_type == SPI) && in mptscsih_io_done() 1646 retval = (ioc->bus_type == SAS) ? in mptscsih_IssueTaskMgmt() 1661 switch (ioc->bus_type) { in mptscsih_get_tm_timeout() [all …]
|
/drivers/zorro/ |
D | zorro.h | 7 extern struct bus_type zorro_bus_type;
|
/drivers/media/platform/sunxi/sun6i-csi/ |
D | sun6i_csi.c | 44 if ((v4l2->v4l2_ep.bus_type == V4L2_MBUS_PARALLEL in sun6i_csi_is_format_supported() 45 || v4l2->v4l2_ep.bus_type == V4L2_MBUS_BT656) in sun6i_csi_is_format_supported() 358 switch (endpoint->bus_type) { in sun6i_csi_setup_bus() 394 endpoint->bus_type); in sun6i_csi_setup_bus() 666 switch (vep->bus_type) { in sun6i_csi_fwnode_parse()
|
/drivers/ntb/ |
D | core.c | 75 static struct bus_type ntb_bus; 295 static struct bus_type ntb_bus = {
|
/drivers/i3c/ |
D | internals.h | 13 extern struct bus_type i3c_bus_type;
|