Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.c58 data[1].block = V4L2_RDS_BLOCK_B | (V4L2_RDS_BLOCK_B << 3); in vivid_rds_generate()
/linux/drivers/mfd/
H A Dsi476x-cmd.c942 report->ble[V4L2_RDS_BLOCK_B] = 0x30 & resp[7]; in si476x_core_cmd_fm_rds_status()
950 report->rds[V4L2_RDS_BLOCK_B].block = V4L2_RDS_BLOCK_B; in si476x_core_cmd_fm_rds_status()
951 report->rds[V4L2_RDS_BLOCK_B].msb = resp[10]; in si476x_core_cmd_fm_rds_status()
952 report->rds[V4L2_RDS_BLOCK_B].lsb = resp[11]; in si476x_core_cmd_fm_rds_status()
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-rds.rst149 * - V4L2_RDS_BLOCK_B
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions438 replace define V4L2_RDS_BLOCK_B v4l2-rds-block
/linux/include/uapi/linux/
H A Dvideodev2.h2128 #define V4L2_RDS_BLOCK_B 1 macro