Searched refs:bus_type (Results 151 - 175 of 445) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dtee_drv.h485 extern const struct bus_type tee_bus_type;
H A Ddio.h71 extern const struct bus_type dio_bus_type;
H A Ddevice.h65 const struct bus_type *subsys;
74 int subsys_system_register(const struct bus_type *subsys,
76 int subsys_virtual_register(const struct bus_type *subsys,
712 const struct bus_type *bus; /* type of bus device is on */
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c130 static const struct bus_type dp_aux_bus_type = {
/linux-master/drivers/firmware/google/
H A Dcoreboot_table.c73 static const struct bus_type coreboot_bus_type = {
/linux-master/drivers/platform/x86/
H A Dibm_rtl.c182 static const struct bus_type rtl_subsys = {
/linux-master/sound/core/
H A Dseq_device.c52 static const struct bus_type snd_seq_bus_type = {
/linux-master/drivers/media/mc/
H A Dmc-devnode.c66 static const struct bus_type media_bus_type = {
/linux-master/drivers/media/pci/intel/
H A Dipu-bridge.c72 .bus_type = "bus-type",
318 PROPERTY_ENTRY_U32(names->bus_type,
329 PROPERTY_ENTRY_U32(names->bus_type,
362 sensor->prop_names.bus_type,
/linux-master/drivers/soundwire/
H A Dbus_type.c75 const struct bus_type sdw_bus_type = {
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c600 static const struct bus_type fcoe_bus_type;
646 static ssize_t ctlr_create_store(const struct bus_type *bus, const char *buf,
653 static ssize_t ctlr_destroy_store(const struct bus_type *bus, const char *buf,
667 static const struct bus_type fcoe_bus_type = {
/linux-master/arch/powerpc/include/asm/
H A Dmpic.h339 extern const struct bus_type mpic_subsys;
/linux-master/arch/sh/drivers/dma/
H A Ddma-sysfs.c18 static const struct bus_type dma_subsys = {
/linux-master/drivers/tty/serial/
H A Dserial_base_bus.c44 static const struct bus_type serial_base_bus_type = {
/linux-master/drivers/usb/core/
H A Dusb.h145 extern const struct bus_type usb_bus_type;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.c2077 buscfg->bus.parallel.bt656 = vep->bus_type == V4L2_MBUS_BT656;
2132 buscfg->bus.ccp2.ccp2_mode = vep->bus_type == V4L2_MBUS_CCP2;
2161 .bus_type = V4L2_MBUS_PARALLEL
2182 .bus_type = V4L2_MBUS_CSI2_DPHY
2199 { .bus_type = V4L2_MBUS_CSI1 };
2204 { .bus_type = V4L2_MBUS_CCP2 };
2216 switch (vep.bus_type) {
/linux-master/drivers/input/misc/
H A Dad714x.c962 struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq, argument
1046 input->id.bustype = bus_type;
1076 input->id.bustype = bus_type;
1109 input->id.bustype = bus_type;
1139 input->id.bustype = bus_type;
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c311 .bus_type = V4L2_MBUS_CSI2_DPHY,
656 .bus_type = V4L2_MBUS_UNKNOWN,
674 switch (vep.bus_type) {
678 vep.bus_type == V4L2_MBUS_PARALLEL ?
680 vin->parallel.mbus_type = vep.bus_type;
/linux-master/drivers/media/i2c/
H A Dmt9m114.c474 if (sensor->bus_cfg.bus_type == V4L2_MBUS_CSI2_DPHY)
492 if (sensor->bus_cfg.bus_type == V4L2_MBUS_CSI2_DPHY)
758 if (sensor->bus_cfg.bus_type == V4L2_MBUS_CSI2_DPHY) {
1713 if (sensor->bus_cfg.bus_type == V4L2_MBUS_CSI2_DPHY)
2165 if (sensor->bus_cfg.bus_type == V4L2_MBUS_PARALLEL) {
2255 link_freq = sensor->bus_cfg.bus_type == V4L2_MBUS_CSI2_DPHY
2313 sensor->bus_cfg.bus_type = V4L2_MBUS_UNKNOWN;
2321 switch (sensor->bus_cfg.bus_type) {
2328 sensor->bus_cfg.bus_type);
H A Ds5k5baf.c282 enum v4l2_mbus_type bus_type; member in struct:s5k5baf
759 if (state->bus_type == V4L2_MBUS_CSI2_DPHY)
1836 struct v4l2_fwnode_endpoint ep = { .bus_type = 0 };
1863 state->bus_type = ep.bus_type;
1865 switch (state->bus_type) {
/linux-master/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c154 enum v4l2_mbus_type bus_type; member in struct:stm32_dcmi
760 if (dcmi->bus_type == V4L2_MBUS_BT656) {
1065 dcmi->bus_type != V4L2_MBUS_BT656)
1659 dcmi->bus_type == V4L2_MBUS_BT656)
1892 struct v4l2_fwnode_endpoint ep = { .bus_type = 0 };
1923 if (ep.bus_type == V4L2_MBUS_CSI2_DPHY) {
1928 if (ep.bus_type == V4L2_MBUS_BT656 &&
1938 dcmi->bus_type = ep.bus_type;
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-sama5d2-isc.c364 struct v4l2_fwnode_endpoint v4l2_epn = { .bus_type = 0 };
397 if (v4l2_epn.bus_type == V4L2_MBUS_BT656)
H A Dmicrochip-sama7g5-isc.c350 struct v4l2_fwnode_endpoint v4l2_epn = { .bus_type = 0 };
383 if (v4l2_epn.bus_type == V4L2_MBUS_BT656)
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-sama5d2-isc.c344 struct v4l2_fwnode_endpoint v4l2_epn = { .bus_type = 0 };
377 if (v4l2_epn.bus_type == V4L2_MBUS_BT656)
H A Datmel-sama7g5-isc.c330 struct v4l2_fwnode_endpoint v4l2_epn = { .bus_type = 0 };
363 if (v4l2_epn.bus_type == V4L2_MBUS_BT656)

Completed in 229 milliseconds

1234567891011>>