Searched refs:gb_connection_create (Results 1 – 21 of 21) sorted by relevance
/linux-6.1.9/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 | log.c | 84 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 | 136 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_vibrator_probe()
|
D | i2c.c | 243 gb_connection_create(gbphy_dev->bundle, in gb_i2c_probe()
|
D | pwm.c | 275 connection = gb_connection_create(gbphy_dev->bundle, in gb_pwm_probe()
|
D | raw.c | 168 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_raw_probe()
|
D | bootrom.c | 431 connection = gb_connection_create(bundle, in gb_bootrom_probe()
|
D | hid.c | 441 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_hid_probe()
|
D | audio_module.c | 190 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_audio_add_mgmt_connection()
|
D | gpio.c | 513 gb_connection_create(gbphy_dev->bundle, in gb_gpio_probe()
|
D | sdio.c | 774 connection = gb_connection_create(gbphy_dev->bundle, in gb_sdio_probe()
|
D | power_supply.c | 1071 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_power_supply_probe()
|
D | uart.c | 813 connection = gb_connection_create(gbphy_dev->bundle, in gb_uart_probe()
|
D | loopback.c | 996 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_loopback_probe()
|
D | camera.c | 1273 conn = gb_connection_create(bundle, mgmt_cport_id, in gb_camera_probe()
|
D | light.c | 1282 connection = gb_connection_create(bundle, le16_to_cpu(cport_desc->id), in gb_lights_probe()
|
/linux-6.1.9/include/linux/greybus/ |
D | connection.h | 70 struct gb_connection *gb_connection_create(struct gb_bundle *bundle,
|
/linux-6.1.9/drivers/greybus/ |
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);
|
D | greybus_trace.h | 201 DEFINE_CONNECTION_EVENT(gb_connection_create);
|