Home | History | Annotate | Download | only in radio

Lines Matching refs:device

39 void list_all_properties(radio_hw_device_t *device) {
41 device->get_properties(device, &hal_properties);
70 void tune(radio_hw_device_t *device, int band_number) {
73 ret = device->get_properties(device, &hal_properties);
94 ret = device->open_tuner(
95 device, (const radio_hal_band_config_t *) (&(hal_properties.bands[band_number])), false,
116 void get_tuner_metadata(radio_hw_device_t *device) {
160 ret = device->close_tuner(device, hal_tuner);
179 printf("Cannot open the device. Check that HAL implementation. %d\n", rc);