/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | device.h | 33 struct bus_type; 51 struct bus_type *bus; /**< type of bus device is on */ 67 struct bus_type *bus; 91 struct bus_type { struct 272 * @param bus [IN]A pointer to bus_type. 281 extern UINT32 bus_register(struct bus_type *bus); 292 * @param bus [IN]A pointer to bus_type.bus_type bus can not be NULL. 297 extern void bus_unregister(struct bus_type *bus); 298 extern UINT32 bus_rescan_devices(struct bus_type *bu [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_platdev.c | 104 wifi_adapter_info_t* dhd_wifi_platform_attach_adapter(uint32 bus_type, in dhd_wifi_platform_attach_adapter() argument 114 if ((adapter->bus_type == -1 || adapter->bus_type == bus_type) && in dhd_wifi_platform_attach_adapter() 128 wifi_adapter_info_t* dhd_wifi_platform_get_adapter(uint32 bus_type, uint32 bus_num, uint32 slot_num) in dhd_wifi_platform_get_adapter() argument 137 if ((adapter->bus_type == -1 || adapter->bus_type == bus_type) && in dhd_wifi_platform_get_adapter() 534 adapter->bus_type = -1; in wifi_ctrlfunc_register_drv() 735 adapter->bus_type, adapte in dhd_wifi_platform_load_pcie() [all...] |
H A D | dhd_linux.h | 257 uint bus_type; member 410 wifi_adapter_info_t* dhd_wifi_platform_attach_adapter(uint32 bus_type, 412 wifi_adapter_info_t* dhd_wifi_platform_get_adapter(uint32 bus_type, uint32 bus_num,
|
H A D | bcmsdh_linux.c | 138 void* bcmsdh_probe(osl_t *osh, void *dev, void *sdioh, void *adapter_info, uint bus_type, in bcmsdh_probe() argument 182 slot_num, 0, bus_type, (void *)regs, osh, bcmsdh); in bcmsdh_probe()
|
H A D | dhd_bus.h | 152 extern int dhd_bus_get_ids(struct dhd_bus *bus, uint32 *bus_type, uint32 *bus_num,
|
H A D | bcmsdh_sdmmc_linux.c | 58 extern void* bcmsdh_probe(osl_t *osh, void *dev, void *sdioh, void *adapter_info, uint bus_type,
|
H A D | dhd_pcie_linux.c | 1743 adapter->bus_type = PCI_BUS; in dhdpcie_init() 1965 adapter->bus_type = -1; in dhdpcie_init()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | iommu.h | 57 struct bus_type; 431 extern int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops); 432 extern int bus_iommu_probe(struct bus_type *bus); 433 extern bool iommu_present(struct bus_type *bus); 434 extern bool iommu_capable(struct bus_type *bus, enum iommu_cap cap); 435 extern struct iommu_domain *iommu_domain_alloc(struct bus_type *bus); 644 static inline bool iommu_present(struct bus_type *bus) in iommu_present() 649 static inline bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) in iommu_capable() 654 static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) in iommu_domain_alloc()
|
H A D | dma-map-ops.h | 362 void dma_debug_add_bus(struct bus_type *bus); 365 static inline void dma_debug_add_bus(struct bus_type *bus) in dma_debug_add_bus()
|
H A D | i2c.h | 24 extern struct bus_type i2c_bus_type;
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.c | 1219 if (vep->bus_type != V4L2_MBUS_BT656 && vep->bus_type != V4L2_MBUS_PARALLEL &&
in rkcif_fwnode_parse() 1220 vep->bus_type != V4L2_MBUS_CSI2_DPHY && vep->bus_type != V4L2_MBUS_CSI2_CPHY &&
in rkcif_fwnode_parse() 1221 vep->bus_type != V4L2_MBUS_CCP2) {
in rkcif_fwnode_parse() 1225 rk_asd->mbus.type = vep->bus_type;
in rkcif_fwnode_parse() 1227 if (vep->bus_type == V4L2_MBUS_CSI2_DPHY || vep->bus_type == V4L2_MBUS_CSI2_CPHY) {
in rkcif_fwnode_parse() 1230 } else if (vep->bus_type == V4L2_MBUS_CCP2) {
in rkcif_fwnode_parse()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | dev.c | 1318 if (vep->bus_type != V4L2_MBUS_BT656 && in rkcif_fwnode_parse() 1319 vep->bus_type != V4L2_MBUS_PARALLEL && in rkcif_fwnode_parse() 1320 vep->bus_type != V4L2_MBUS_CSI2_DPHY && in rkcif_fwnode_parse() 1321 vep->bus_type != V4L2_MBUS_CSI2_CPHY && in rkcif_fwnode_parse() 1322 vep->bus_type != V4L2_MBUS_CCP2) in rkcif_fwnode_parse() 1325 rk_asd->mbus.type = vep->bus_type; in rkcif_fwnode_parse() 1327 if (vep->bus_type == V4L2_MBUS_CSI2_DPHY || in rkcif_fwnode_parse() 1328 vep->bus_type == V4L2_MBUS_CSI2_CPHY) { in rkcif_fwnode_parse() 1331 } else if (vep->bus_type == V4L2_MBUS_CCP2) { in rkcif_fwnode_parse()
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 82 static struct iommu_domain *iommu_domain_alloc_ext(struct bus_type *bus, unsigned type);
1501 static int iommu_group_alloc_default_domain(struct bus_type *bus, struct iommu_group *group, unsigned int type)
in iommu_group_alloc_default_domain() 1712 static void probe_alloc_default_domain(struct bus_type *bus, struct iommu_group *group)
in probe_alloc_default_domain() 1775 int bus_iommu_probe(struct bus_type *bus)
in bus_iommu_probe() 1822 static int iommu_bus_init(struct bus_type *bus, const struct iommu_ops *ops)
in iommu_bus_init() 1870 int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops)
in bus_set_iommu() 1895 bool iommu_present(struct bus_type *bus)
in iommu_present() 1901 bool iommu_capable(struct bus_type *bus, enum iommu_cap cap)
in iommu_capable() 1932 static struct iommu_domain *iommu_domain_alloc_ext(struct bus_type *bus, unsigned type)
in iommu_domain_alloc_ext() 1953 struct iommu_domain *iommu_domain_alloc(struct bus_type *bu [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/ |
H A D | sys_config.c | 80 } bus_type;
typedef 170 bus_type parse_sensor_bus_type(const char *name)
in parse_sensor_bus_type() 173 bus_type type;
in parse_sensor_bus_type() 898 void sensor_bus_pin_mux(int index, bus_type type, const char *name)
in sensor_bus_pin_mux() 932 bus_type type;
in sensor_clk_config()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | dev.c | 568 if (vep->bus_type != V4L2_MBUS_BT656 && vep->bus_type != V4L2_MBUS_PARALLEL) { in rkisp_fwnode_parse() 573 rk_asd->mbus.type = vep->bus_type; in rkisp_fwnode_parse()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | dev.c | 544 if (vep->bus_type != V4L2_MBUS_BT656 && in rkisp_fwnode_parse() 545 vep->bus_type != V4L2_MBUS_PARALLEL) in rkisp_fwnode_parse() 549 rk_asd->mbus.type = vep->bus_type; in rkisp_fwnode_parse()
|
/device/soc/rockchip/common/sdk_linux/scripts/dtc/ |
H A D | checks.c | 844 static const struct bus_type pci_bus = { 976 static const struct bus_type simple_bus = { 1049 static const struct bus_type i2c_bus = { 1135 static const struct bus_type spi_bus = { 1734 static const struct bus_type graph_port_bus = { 1738 static const struct bus_type graph_ports_bus = {
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/ |
H A D | base.c | 251 struct bus_type g_himedia_bus_type = {
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rk-camera-module.h | 178 __u32 bus_type; member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/ |
H A D | himedia_base.c | 448 struct bus_type g_himedia_bus_type = {
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-csi2-dphy.c | 390 if (vep->bus_type == V4L2_MBUS_CSI2_DPHY) {
in rockchip_csi2_dphy_fwnode_parse()
|
H A D | phy-rockchip-mipi-rx.c | 1569 if (vep->bus_type == V4L2_MBUS_CSI2_DPHY) {
in rockchip_mipidphy_fwnode_parse() 1573 } else if (vep->bus_type == V4L2_MBUS_CCP2) {
in rockchip_mipidphy_fwnode_parse()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 93 static struct bus_type mipi_dsi_bus_type = {
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-csi2-dphy.c | 398 if (vep->bus_type == V4L2_MBUS_CSI2_DPHY) { in rockchip_csi2_dphy_fwnode_parse()
|
H A D | phy-rockchip-mipi-rx.c | 1616 if (vep->bus_type == V4L2_MBUS_CSI2_DPHY) { in rockchip_mipidphy_fwnode_parse() 1620 } else if (vep->bus_type == V4L2_MBUS_CCP2) { in rockchip_mipidphy_fwnode_parse()
|