Lines Matching refs:device_ref

495 	void *device_ref
615 void *device_ref
949 void *device_ref in ca8210_spi_exchange() argument
953 struct spi_device *spi = device_ref; in ca8210_spi_exchange()
1050 void *device_ref
1068 void *device_ref in tdme_setsfr_request_sync() argument
1073 struct spi_device *spi = device_ref; in tdme_setsfr_request_sync()
1085 device_ref in tdme_setsfr_request_sync()
1110 static u8 tdme_chipinit(void *device_ref) in tdme_chipinit() argument
1114 struct spi_device *spi = device_ref; in tdme_chipinit()
1123 LNAGX40_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1128 LNAGX41_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1133 LNAGX42_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1138 LNAGX43_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1143 LNAGX44_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1148 LNAGX45_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1153 LNAGX46_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1158 LNAGX47_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1164 *((u8 *)&pre_cfg_value), device_ref); in tdme_chipinit()
1170 PTHRH_DEFAULT_THRESHOLD, device_ref); in tdme_chipinit()
1176 PACFGIB_DEFAULT_CURRENT, device_ref); in tdme_chipinit()
1199 static u8 tdme_channelinit(u8 channel, void *device_ref) in tdme_channelinit() argument
1229 device_ref in tdme_channelinit()
1343 static u8 tdme_settxpower(u8 txp, void *device_ref) in tdme_settxpower() argument
1373 device_ref in tdme_settxpower()
1407 device_ref in tdme_settxpower()
1439 void *device_ref in mcps_data_request() argument
1481 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1497 void *device_ref in mlme_reset_request_sync() argument
1502 struct spi_device *spi = device_ref; in mlme_reset_request_sync()
1512 device_ref)) { in mlme_reset_request_sync()
1528 device_ref in mlme_reset_request_sync()
1550 void *device_ref in mlme_set_request_sync() argument
1567 device_ref in mlme_set_request_sync()
1576 device_ref in mlme_set_request_sync()
1596 device_ref)) { in mlme_set_request_sync()
1619 void *device_ref in hwme_set_request_sync() argument
1638 device_ref)) { in hwme_set_request_sync()
1661 void *device_ref in hwme_get_request_sync() argument
1674 device_ref)) { in hwme_get_request_sync()
2387 static int ca8210_test_check_upstream(u8 *buf, void *device_ref) in ca8210_test_check_upstream() argument
2401 cascoda_api_upstream(response, 5, device_ref); in ca8210_test_check_upstream()
2406 return tdme_channelinit(buf[2], device_ref); in ca8210_test_check_upstream()
2408 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2413 return tdme_channelinit(buf[5], device_ref); in ca8210_test_check_upstream()
2418 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2429 device_ref in ca8210_test_check_upstream()