Searched refs:bus_type (Results 76 - 100 of 445) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/pseries/
H A Dibmebus.c58 const struct bus_type ibmebus_bus_type;
271 static ssize_t probe_store(const struct bus_type *bus, const char *buf, size_t count)
309 static ssize_t remove_store(const struct bus_type *bus, const char *buf, size_t count)
435 const struct bus_type ibmebus_bus_type = {
/linux-master/arch/powerpc/include/asm/
H A Dvio.h42 extern const struct bus_type vio_bus_type;
H A Dmacio.h9 extern const struct bus_type macio_bus_type;
/linux-master/include/linux/
H A Dserio.h18 extern const struct bus_type serio_bus;
H A Dslimbus.h13 extern const struct bus_type slimbus_bus;
H A Dgreybus.h107 extern const struct bus_type greybus_bus_type;
/linux-master/drivers/input/rmi4/
H A Drmi_bus.h188 extern const struct bus_type rmi_bus_type;
/linux-master/drivers/ntb/
H A Dcore.c75 static struct bus_type ntb_bus;
301 static struct bus_type ntb_bus = {
/linux-master/include/net/iucv/
H A Diucv.h84 extern const struct bus_type iucv_bus;
493 const struct bus_type *bus;
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-csi2dc.c580 if (input_endpoint.bus_type == V4L2_MBUS_PARALLEL ||
581 input_endpoint.bus_type == V4L2_MBUS_BT656) {
587 if (input_endpoint.bus_type == V4L2_MBUS_CSI2_DPHY) {
610 if (output_endpoint.bus_type != V4L2_MBUS_PARALLEL &&
611 output_endpoint.bus_type != V4L2_MBUS_BT656) {
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c284 unsigned int bus_type; local
299 bus_type = V4L2_FWNODE_BUS_TYPE_CSI2_CPHY;
303 bus_type = V4L2_FWNODE_BUS_TYPE_CSI2_DPHY;
337 PROPERTY_ENTRY_U32("bus-type", bus_type);
355 PROPERTY_ENTRY_U32("bus-type", bus_type);
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-core.c263 struct v4l2_fwnode_endpoint vep = { .bus_type = V4L2_MBUS_PARALLEL };
287 vep.bus_type = V4L2_MBUS_BT656;
304 if (vep.bus_type == V4L2_MBUS_BT656 &&
316 sink->bus_type = vep.bus_type;
H A Ddcmipp-common.h67 * @bus_type: type of input bus (parallel or BT656)
91 enum v4l2_mbus_type bus_type; member in struct:dcmipp_ent_device
/linux-master/arch/powerpc/platforms/ps3/
H A Ddevice-init.c125 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB);
196 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB);
897 static int __init ps3_start_probe_thread(enum ps3_bus_type bus_type) argument
907 repo.bus_type = bus_type;
909 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index);
925 "ps3-probe-%u", bus_type);
/linux-master/drivers/staging/media/max96712/
H A Dmax96712.c344 .bus_type = V4L2_MBUS_UNKNOWN,
363 switch (v4l2_ep.bus_type) {
374 v4l2_ep.bus_type);
/linux-master/drivers/message/fusion/
H A Dmptscsih.c396 if (ioc->bus_type != SAS)
630 if (ioc->bus_type == SAS) {
718 if (ioc->bus_type != FC)
739 if ( ioc->bus_type == SAS ) {
771 } else if (ioc->bus_type == FC) {
797 if (ioc->bus_type == FC)
829 if (ioc->bus_type == SPI) {
901 if ((ioc->bus_type == SPI) &&
1645 retval = (ioc->bus_type == SAS) ?
1660 switch (ioc->bus_type) {
[all...]
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-common.h73 flexcop_bus_t bus_type; member in struct:flexcop_device
/linux-master/arch/arm/include/asm/
H A Decard.h198 extern struct bus_type ecard_bus_type;
/linux-master/drivers/net/ethernet/i825xx/
H A Dether1.h43 unsigned char bus_type; member in struct:ether1_priv
/linux-master/drivers/peci/
H A Dinternal.h84 extern struct bus_type peci_bus_type;
/linux-master/drivers/rapidio/
H A Drio-driver.c230 struct bus_type rio_bus_type = {
/linux-master/include/linux/amba/
H A Dbus.h108 extern struct bus_type amba_bustype;
/linux-master/include/media/
H A Dipu-bridge.h100 char bus_type[9]; member in struct:ipu_property_names
/linux-master/drivers/base/
H A Disa.c85 static const struct bus_type isa_bus_type = {
/linux-master/drivers/usb/serial/
H A Dbus.c147 const struct bus_type usb_serial_bus_type = {

Completed in 473 milliseconds

1234567891011>>