Home
last modified time | relevance | path

Searched refs:V4L2_RDS_BLOCK_A (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-rds-gen.c55 data[0].block = V4L2_RDS_BLOCK_A | (V4L2_RDS_BLOCK_A << 3); in vivid_rds_generate()
/Linux-v5.4/drivers/mfd/
Dsi476x-cmd.c943 report->ble[V4L2_RDS_BLOCK_A] = 0xc0 & resp[7]; in si476x_core_cmd_fm_rds_status()
948 report->rds[V4L2_RDS_BLOCK_A].block = V4L2_RDS_BLOCK_A; in si476x_core_cmd_fm_rds_status()
949 report->rds[V4L2_RDS_BLOCK_A].msb = resp[8]; in si476x_core_cmd_fm_rds_status()
950 report->rds[V4L2_RDS_BLOCK_A].lsb = resp[9]; in si476x_core_cmd_fm_rds_status()
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-rds.rst160 * - V4L2_RDS_BLOCK_A
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions402 replace define V4L2_RDS_BLOCK_A v4l2-rds-block
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1893 #define V4L2_RDS_BLOCK_A 0 macro