Searched refs:gb_connection_create (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/staging/greybus/ |
| H A 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()
|
| H A D | spi.c | 23 connection = gb_connection_create(gbphy_dev->bundle, in gb_spi_probe()
|
| H A D | log.c | 84 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_log_probe()
|
| H A D | usb.c | 171 connection = gb_connection_create(gbphy_dev->bundle, in gb_usb_probe()
|
| H A D | i2c.c | 243 gb_connection_create(gbphy_dev->bundle, in gb_i2c_probe()
|
| H A D | raw.c | 196 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_raw_probe()
|
| H A D | bootrom.c | 431 connection = gb_connection_create(bundle, in gb_bootrom_probe()
|
| H A D | gpio.c | 510 gb_connection_create(gbphy_dev->bundle, in gb_gpio_probe()
|
| H A D | camera.c | 1257 conn = gb_connection_create(bundle, mgmt_cport_id, in gb_camera_probe()
|
| H A D | light.c | 1268 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_lights_probe()
|
| /linux/include/linux/greybus/ |
| H A D | connection.h | 70 struct gb_connection *gb_connection_create(struct gb_bundle *bundle,
|
| /linux/drivers/greybus/ |
| H A D | connection.c | 244 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create() function 252 EXPORT_SYMBOL_GPL(gb_connection_create);
|
| H A D | greybus_trace.h | 201 DEFINE_CONNECTION_EVENT(gb_connection_create);
|