Searched refs:greybus_set_drvdata (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/staging/greybus/ |
H A D | audio_module.c | 195 greybus_set_drvdata(bundle, gbmodule); in gb_audio_add_mgmt_connection() 220 greybus_set_drvdata(bundle, gbmodule); in gb_audio_add_data_connection() 265 greybus_set_drvdata(bundle, gbmodule); in gb_audio_probe()
|
H A D | log.c | 92 greybus_set_drvdata(bundle, log); in gb_log_probe()
|
H A D | vibrator.c | 145 greybus_set_drvdata(bundle, vib); in gb_vibrator_probe()
|
H A D | fw-core.c | 209 greybus_set_drvdata(bundle, fw_core); in gb_fw_core_probe()
|
H A D | gbphy.c | 291 greybus_set_drvdata(bundle, gbphy_host); in gb_gbphy_probe()
|
H A D | raw.c | 182 greybus_set_drvdata(bundle, raw); in gb_raw_probe()
|
H A D | bootrom.c | 445 greybus_set_drvdata(bundle, bootrom); in gb_bootrom_probe()
|
H A D | hid.c | 460 greybus_set_drvdata(bundle, ghid); in gb_hid_probe()
|
H A D | power_supply.c | 1083 greybus_set_drvdata(bundle, supplies); in gb_power_supply_probe()
|
H A D | loopback.c | 1004 greybus_set_drvdata(bundle, gb); in gb_loopback_probe()
|
H A D | camera.c | 1294 greybus_set_drvdata(bundle, gcam); in gb_camera_probe()
|
H A D | light.c | 1277 greybus_set_drvdata(bundle, glights); in gb_lights_probe()
|
/linux/include/linux/ |
H A D | greybus.h | 69 static inline void greybus_set_drvdata(struct gb_bundle *bundle, void *data) in greybus_set_drvdata() function
|