Searched refs:is_tuner (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/media/usb/cx231xx/ |
D | cx231xx-i2c.c | 52 static inline bool is_tuner(struct cx231xx *dev, struct cx231xx_i2c *bus, in is_tuner() function 86 if (is_tuner(dev, bus, msg, TUNER_XC5000)) { in cx231xx_i2c_send_bytes() 193 if (is_tuner(dev, bus, msg, TUNER_XC5000)) { in cx231xx_i2c_recv_bytes() 285 if (is_tuner(dev, bus, msg2, TUNER_XC5000)) { in cx231xx_i2c_recv_bytes_with_saddr()
|
/linux-5.19.10/drivers/media/i2c/ |
D | saa717x.c | 915 int is_tuner = input & 0x80; /* tuner input flag */ in saa717x_s_video_routing() local 944 if (is_tuner) { in saa717x_s_video_routing() 953 if (is_tuner) in saa717x_s_video_routing()
|