Lines Matching refs:device_ref
535 void *device_ref
655 void *device_ref
988 void *device_ref in ca8210_spi_exchange() argument
992 struct spi_device *spi = device_ref; in ca8210_spi_exchange()
1089 void *device_ref
1107 void *device_ref in tdme_setsfr_request_sync() argument
1112 struct spi_device *spi = device_ref; in tdme_setsfr_request_sync()
1124 device_ref in tdme_setsfr_request_sync()
1149 static u8 tdme_chipinit(void *device_ref) in tdme_chipinit() argument
1153 struct spi_device *spi = device_ref; in tdme_chipinit()
1162 LNAGX40_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1167 LNAGX41_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1172 LNAGX42_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1177 LNAGX43_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1182 LNAGX44_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1187 LNAGX45_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1192 LNAGX46_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1197 LNAGX47_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1203 *((u8 *)&pre_cfg_value), device_ref); in tdme_chipinit()
1209 PTHRH_DEFAULT_THRESHOLD, device_ref); in tdme_chipinit()
1215 PACFGIB_DEFAULT_CURRENT, device_ref); in tdme_chipinit()
1238 static u8 tdme_channelinit(u8 channel, void *device_ref) in tdme_channelinit() argument
1268 device_ref in tdme_channelinit()
1383 static u8 tdme_settxpower(u8 txp, void *device_ref) in tdme_settxpower() argument
1413 device_ref in tdme_settxpower()
1447 device_ref in tdme_settxpower()
1479 void *device_ref in mcps_data_request() argument
1521 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1537 void *device_ref in mlme_reset_request_sync() argument
1542 struct spi_device *spi = device_ref; in mlme_reset_request_sync()
1552 device_ref)) { in mlme_reset_request_sync()
1568 device_ref in mlme_reset_request_sync()
1590 void *device_ref in mlme_set_request_sync() argument
1607 device_ref in mlme_set_request_sync()
1616 device_ref in mlme_set_request_sync()
1636 device_ref)) { in mlme_set_request_sync()
1659 void *device_ref in hwme_set_request_sync() argument
1678 device_ref)) { in hwme_set_request_sync()
1701 void *device_ref in hwme_get_request_sync() argument
1714 device_ref)) { in hwme_get_request_sync()
2426 static int ca8210_test_check_upstream(u8 *buf, void *device_ref) in ca8210_test_check_upstream() argument
2440 cascoda_api_upstream(response, 5, device_ref); in ca8210_test_check_upstream()
2445 return tdme_channelinit(buf[2], device_ref); in ca8210_test_check_upstream()
2447 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2452 return tdme_channelinit(buf[5], device_ref); in ca8210_test_check_upstream()
2457 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2468 device_ref in ca8210_test_check_upstream()