Searched refs:gb_connection_get_data (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/greybus/
H A Dsvc.c644 struct gb_svc *svc = gb_connection_get_data(connection);
841 struct gb_svc *svc = gb_connection_get_data(connection);
925 struct gb_svc *svc = gb_connection_get_data(connection);
958 struct gb_svc *svc = gb_connection_get_data(connection);
1006 struct gb_svc *svc = gb_connection_get_data(connection);
1034 struct gb_svc *svc = gb_connection_get_data(connection);
1065 struct gb_svc *svc = gb_connection_get_data(connection);
1098 svc = gb_connection_get_data(operation->connection);
1127 struct gb_svc *svc = gb_connection_get_data(operation->connection);
1146 struct gb_svc *svc = gb_connection_get_data(o
[all...]
/linux-master/include/linux/greybus/
H A Dconnection.h120 static inline void *gb_connection_get_data(struct gb_connection *connection) function
/linux-master/drivers/staging/greybus/
H A Dfw-download.c224 struct fw_download *fw_download = gb_connection_get_data(connection);
271 struct fw_download *fw_download = gb_connection_get_data(connection);
354 struct fw_download *fw_download = gb_connection_get_data(connection);
444 fw_download = gb_connection_get_data(connection);
H A Dbootrom.c190 struct gb_bootrom *bootrom = gb_connection_get_data(op->connection);
243 struct gb_bootrom *bootrom = gb_connection_get_data(op->connection);
314 struct gb_bootrom *bootrom = gb_connection_get_data(connection);
H A Dfw-management.c197 struct fw_mgmt *fw_mgmt = gb_connection_get_data(connection);
346 struct fw_mgmt *fw_mgmt = gb_connection_get_data(connection);
666 fw_mgmt = gb_connection_get_data(connection);
H A Duart.c76 struct gb_tty *gb_tty = gb_connection_get_data(connection);
132 struct gb_tty *gb_tty = gb_connection_get_data(connection);
152 struct gb_tty *gb_tty = gb_connection_get_data(connection);
202 struct gb_tty *gb_tty = gb_connection_get_data(connection);
H A Di2c.c81 struct gb_i2c_device *gb_i2c_dev = gb_connection_get_data(connection);
H A Dspilib.c47 return gb_connection_get_data(spi->connection);
564 struct spi_controller *ctlr = gb_connection_get_data(connection);
H A Dauthentication.c374 cap = gb_connection_get_data(connection);
H A Dhid.c136 struct gb_hid *ghid = gb_connection_get_data(connection);
H A Dgpio.c369 struct gb_gpio_controller *ggc = gb_connection_get_data(connection);
H A Dpower_supply.c991 struct gb_power_supplies *supplies = gb_connection_get_data(connection);
H A Dsdio.c205 struct gb_sdio_host *host = gb_connection_get_data(op->connection);
H A Dcamera.c721 struct gb_camera *gcam = gb_connection_get_data(op->connection);
H A Dlight.c1191 struct gb_lights *glights = gb_connection_get_data(connection);

Completed in 232 milliseconds