Searched refs:shark_device (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/media/radio/ |
D | radio-shark.c | 56 #define v4l2_dev_to_shark(d) container_of(d, struct shark_device, v4l2_dev) 61 struct shark_device { struct 82 struct shark_device *shark = tea->private_data; in shark_write_val() argument 106 struct shark_device *shark = tea->private_data; in shark_read_val() 157 struct shark_device *shark = in shark_led_work() 158 container_of(work, struct shark_device, led_work); in shark_led_work() 185 struct shark_device *shark = in shark_led_set_blue() 186 container_of(led_cdev, struct shark_device, leds[BLUE_LED]); in shark_led_set_blue() 197 struct shark_device *shark = container_of(led_cdev, in shark_led_set_blue_pulse() 198 struct shark_device, leds[BLUE_PULSE_LED]); in shark_led_set_blue_pulse() [all …]
|
D | radio-shark2.c | 53 #define v4l2_dev_to_shark(d) container_of(d, struct shark_device, v4l2_dev) 57 struct shark_device { struct 77 struct shark_device *shark = tea->private_data; in shark_write_reg() argument 102 struct shark_device *shark = tea->private_data; in shark_read_reg() 144 struct shark_device *shark = in shark_led_work() 145 container_of(work, struct shark_device, led_work); in shark_led_work() 170 struct shark_device *shark = in shark_led_set_blue() 171 container_of(led_cdev, struct shark_device, leds[BLUE_LED]); in shark_led_set_blue() 181 struct shark_device *shark = in shark_led_set_red() 182 container_of(led_cdev, struct shark_device, leds[RED_LED]); in shark_led_set_red() [all …]
|