Searched refs:FLAG_GET (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/ |
H A D | fmdrv_rx.c | 70 ret = fmc_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, 2, NULL, NULL); in fm_rx_set_freq() 214 ret = fmc_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, 2, NULL, NULL); in fm_rx_seek() 687 ret = fmc_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, 2, in fm_rx_set_rds_mode()
|
H A D | fmdrv_common.h | 27 #define FLAG_GET 3 macro 161 /* FLAG_GET register bits */
|
H A D | fmdrv_common.c | 566 /* Send FLAG_GET command , to know the source of interrupt */ in fm_irq_send_flag_getcmd() 567 if (!fm_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, sizeof(flag), NULL)) in fm_irq_send_flag_getcmd()
|
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/ |
H A D | fmdrv_rx.c | 70 ret = fmc_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, 2, NULL, NULL); in fm_rx_set_freq() 214 ret = fmc_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, 2, NULL, NULL); in fm_rx_seek() 687 ret = fmc_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, 2, in fm_rx_set_rds_mode()
|
H A D | fmdrv_common.h | 27 #define FLAG_GET 3 macro 161 /* FLAG_GET register bits */
|
H A D | fmdrv_common.c | 567 /* Send FLAG_GET command , to know the source of interrupt */ in fm_irq_send_flag_getcmd() 568 if (!fm_send_cmd(fmdev, FLAG_GET, REG_RD, NULL, sizeof(flag), NULL)) in fm_irq_send_flag_getcmd()
|
Completed in 9 milliseconds