Searched refs:shark_device (Results 1 – 2 of 2) sorted by relevance
/drivers/media/radio/ |
D | radio-shark.c | 60 #define v4l2_dev_to_shark(d) container_of(d, struct shark_device, v4l2_dev) 65 struct shark_device { struct 86 struct shark_device *shark = tea->private_data; in shark_write_val() argument 110 struct shark_device *shark = tea->private_data; in shark_read_val() 161 struct shark_device *shark = in shark_led_work() 162 container_of(work, struct shark_device, led_work); in shark_led_work() 189 struct shark_device *shark = in shark_led_set_blue() 190 container_of(led_cdev, struct shark_device, leds[BLUE_LED]); in shark_led_set_blue() 201 struct shark_device *shark = container_of(led_cdev, in shark_led_set_blue_pulse() 202 struct shark_device, leds[BLUE_PULSE_LED]); in shark_led_set_blue_pulse() [all …]
|
D | radio-shark2.c | 57 #define v4l2_dev_to_shark(d) container_of(d, struct shark_device, v4l2_dev) 61 struct shark_device { struct 81 struct shark_device *shark = tea->private_data; in shark_write_reg() argument 106 struct shark_device *shark = tea->private_data; in shark_read_reg() 148 struct shark_device *shark = in shark_led_work() 149 container_of(work, struct shark_device, led_work); in shark_led_work() 174 struct shark_device *shark = in shark_led_set_blue() 175 container_of(led_cdev, struct shark_device, leds[BLUE_LED]); in shark_led_set_blue() 185 struct shark_device *shark = in shark_led_set_red() 186 container_of(led_cdev, struct shark_device, leds[RED_LED]); in shark_led_set_red() [all …]
|