Lines Matching refs:device_ref
537 void *device_ref
657 void *device_ref
991 void *device_ref in ca8210_spi_exchange() argument
995 struct spi_device *spi = device_ref; in ca8210_spi_exchange()
1092 void *device_ref
1110 void *device_ref in tdme_setsfr_request_sync() argument
1115 struct spi_device *spi = device_ref; in tdme_setsfr_request_sync()
1127 device_ref in tdme_setsfr_request_sync()
1152 static u8 tdme_chipinit(void *device_ref) in tdme_chipinit() argument
1156 struct spi_device *spi = device_ref; in tdme_chipinit()
1165 LNAGX40_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1170 LNAGX41_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1175 LNAGX42_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1180 LNAGX43_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1185 LNAGX44_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1190 LNAGX45_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1195 LNAGX46_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1200 LNAGX47_DEFAULT_GAIN, device_ref); in tdme_chipinit()
1206 *((u8 *)&pre_cfg_value), device_ref); in tdme_chipinit()
1212 PTHRH_DEFAULT_THRESHOLD, device_ref); in tdme_chipinit()
1218 PACFGIB_DEFAULT_CURRENT, device_ref); in tdme_chipinit()
1241 static u8 tdme_channelinit(u8 channel, void *device_ref) in tdme_channelinit() argument
1271 device_ref in tdme_channelinit()
1385 static u8 tdme_settxpower(u8 txp, void *device_ref) in tdme_settxpower() argument
1415 device_ref in tdme_settxpower()
1449 device_ref in tdme_settxpower()
1481 void *device_ref in mcps_data_request() argument
1523 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1539 void *device_ref in mlme_reset_request_sync() argument
1544 struct spi_device *spi = device_ref; in mlme_reset_request_sync()
1554 device_ref)) { in mlme_reset_request_sync()
1570 device_ref in mlme_reset_request_sync()
1592 void *device_ref in mlme_set_request_sync() argument
1609 device_ref in mlme_set_request_sync()
1618 device_ref in mlme_set_request_sync()
1638 device_ref)) { in mlme_set_request_sync()
1661 void *device_ref in hwme_set_request_sync() argument
1680 device_ref)) { in hwme_set_request_sync()
1703 void *device_ref in hwme_get_request_sync() argument
1716 device_ref)) { in hwme_get_request_sync()
2428 static int ca8210_test_check_upstream(u8 *buf, void *device_ref) in ca8210_test_check_upstream() argument
2442 cascoda_api_upstream(response, 5, device_ref); in ca8210_test_check_upstream()
2447 return tdme_channelinit(buf[2], device_ref); in ca8210_test_check_upstream()
2449 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2454 return tdme_channelinit(buf[5], device_ref); in ca8210_test_check_upstream()
2459 return tdme_channelinit(buf[4], device_ref); in ca8210_test_check_upstream()
2470 device_ref in ca8210_test_check_upstream()