Searched refs:gb_connection_create (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | fw-core.c | 91 connection = gb_connection_create(bundle, cport_id, in gb_fw_core_probe() 112 connection = gb_connection_create(bundle, cport_id, in gb_fw_core_probe() 131 connection = gb_connection_create(bundle, cport_id, in gb_fw_core_probe() 149 connection = gb_connection_create(bundle, cport_id, in gb_fw_core_probe()
|
D | spi.c | 23 connection = gb_connection_create(gbphy_dev->bundle, in gb_spi_probe()
|
D | connection.h | 67 struct gb_connection *gb_connection_create(struct gb_bundle *bundle,
|
D | log.c | 85 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_log_probe()
|
D | usb.c | 171 connection = gb_connection_create(gbphy_dev->bundle, in gb_usb_probe()
|
D | vibrator.c | 137 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_vibrator_probe()
|
D | i2c.c | 263 connection = gb_connection_create(gbphy_dev->bundle, in gb_i2c_probe()
|
D | connection.c | 248 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create() function 256 EXPORT_SYMBOL_GPL(gb_connection_create);
|
D | pwm.c | 259 connection = gb_connection_create(gbphy_dev->bundle, in gb_pwm_probe()
|
D | greybus_trace.h | 201 DEFINE_CONNECTION_EVENT(gb_connection_create);
|
D | raw.c | 169 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_raw_probe()
|
D | audio_module.c | 190 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_audio_add_mgmt_connection()
|
D | bootrom.c | 430 connection = gb_connection_create(bundle, in gb_bootrom_probe()
|
D | hid.c | 442 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_hid_probe()
|
D | gpio.c | 651 connection = gb_connection_create(gbphy_dev->bundle, in gb_gpio_probe()
|
D | sdio.c | 772 connection = gb_connection_create(gbphy_dev->bundle, in gb_sdio_probe()
|
D | power_supply.c | 1072 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_power_supply_probe()
|
D | uart.c | 843 connection = gb_connection_create(gbphy_dev->bundle, in gb_uart_probe()
|
D | camera.c | 1281 conn = gb_connection_create(bundle, mgmt_cport_id,
|
D | loopback.c | 1053 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_loopback_probe()
|
D | light.c | 1284 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_lights_probe()
|