Lines Matching refs:device_ref

536 	void *device_ref
656 void *device_ref
989 void *device_ref in ca8210_spi_exchange() argument
993 struct spi_device *spi = device_ref; in ca8210_spi_exchange()
1090 void *device_ref
1108 void *device_ref in tdme_setsfr_request_sync() argument
1113 struct spi_device *spi = device_ref; in tdme_setsfr_request_sync()
1125 device_ref in tdme_setsfr_request_sync()
1150 static u8 tdme_chipinit(void *device_ref) in tdme_chipinit() argument
1154 struct spi_device *spi = device_ref; in tdme_chipinit()
1163 LNAGX40_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1168 LNAGX41_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1173 LNAGX42_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1178 LNAGX43_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1183 LNAGX44_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1188 LNAGX45_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1193 LNAGX46_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1198 LNAGX47_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1204 *((u8 *)&pre_cfg_value), device_ref); in tdme_chipinit()
1210 PTHRH_DEFAULT_THRESHOLD, device_ref); in tdme_chipinit()
1216 PACFGIB_DEFAULT_CURRENT, device_ref); in tdme_chipinit()
1239 static u8 tdme_channelinit(u8 channel, void *device_ref) in tdme_channelinit() argument
1269 device_ref in tdme_channelinit()
1384 static u8 tdme_settxpower(u8 txp, void *device_ref) in tdme_settxpower() argument
1414 device_ref in tdme_settxpower()
1448 device_ref in tdme_settxpower()
1480 void *device_ref in mcps_data_request() argument
1522 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1538 void *device_ref in mlme_reset_request_sync() argument
1543 struct spi_device *spi = device_ref; in mlme_reset_request_sync()
1553 device_ref)) { in mlme_reset_request_sync()
1569 device_ref in mlme_reset_request_sync()
1591 void *device_ref in mlme_set_request_sync() argument
1608 device_ref in mlme_set_request_sync()
1617 device_ref in mlme_set_request_sync()
1637 device_ref)) { in mlme_set_request_sync()
1660 void *device_ref in hwme_set_request_sync() argument
1679 device_ref)) { in hwme_set_request_sync()
1702 void *device_ref in hwme_get_request_sync() argument
1715 device_ref)) { in hwme_get_request_sync()
2427 static int ca8210_test_check_upstream(u8 *buf, void *device_ref) in ca8210_test_check_upstream() argument
2441 cascoda_api_upstream(response, 5, device_ref); in ca8210_test_check_upstream()
2446 return tdme_channelinit(buf[2], device_ref); in ca8210_test_check_upstream()
2448 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2453 return tdme_channelinit(buf[5], device_ref); in ca8210_test_check_upstream()
2458 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2469 device_ref in ca8210_test_check_upstream()