Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.c59 data[3].block = V4L2_RDS_BLOCK_D | (V4L2_RDS_BLOCK_D << 3); in vivid_rds_generate()
/linux/drivers/mfd/
H A Dsi476x-cmd.c944 report->ble[V4L2_RDS_BLOCK_D] = 0x03 & resp[7]; in si476x_core_cmd_fm_rds_status()
958 report->rds[V4L2_RDS_BLOCK_D].block = V4L2_RDS_BLOCK_D; in si476x_core_cmd_fm_rds_status()
959 report->rds[V4L2_RDS_BLOCK_D].msb = resp[14]; in si476x_core_cmd_fm_rds_status()
960 report->rds[V4L2_RDS_BLOCK_D].lsb = resp[15]; in si476x_core_cmd_fm_rds_status()
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-rds.rst157 * - V4L2_RDS_BLOCK_D
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions440 replace define V4L2_RDS_BLOCK_D v4l2-rds-block
/linux/include/uapi/linux/
H A Dvideodev2.h2130 #define V4L2_RDS_BLOCK_D 3 macro