| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-rds-gen.c | 15 static u8 vivid_get_di(const struct vivid_rds_gen *rds, unsigned grp) in vivid_get_di() argument 19 return (rds->dyn_pty << 2) | (grp & 3); in vivid_get_di() 21 return (rds->compressed << 2) | (grp & 3); in vivid_get_di() 23 return (rds->art_head << 2) | (grp & 3); in vivid_get_di() 25 return (rds->mono_stereo << 2) | (grp & 3); in vivid_get_di() 42 void vivid_rds_generate(struct vivid_rds_gen *rds) in vivid_rds_generate() argument 44 struct v4l2_rds_data *data = rds->data; in vivid_rds_generate() 53 data[0].lsb = rds->picode & 0xff; in vivid_rds_generate() 54 data[0].msb = rds->picode >> 8; in vivid_rds_generate() 56 data[1].lsb = rds->pty << 5; in vivid_rds_generate() [all …]
|
| H A D | vivid-radio-common.c | 61 struct vivid_rds_gen *rds = &dev->rds_gen; in vivid_radio_rds_init() local 70 rds->picode = dev->radio_tx_rds_pi->cur.val; in vivid_radio_rds_init() 71 rds->pty = dev->radio_tx_rds_pty->cur.val; in vivid_radio_rds_init() 72 rds->mono_stereo = dev->radio_tx_rds_mono_stereo->cur.val; in vivid_radio_rds_init() 73 rds->art_head = dev->radio_tx_rds_art_head->cur.val; in vivid_radio_rds_init() 74 rds->compressed = dev->radio_tx_rds_compressed->cur.val; in vivid_radio_rds_init() 75 rds->dyn_pty = dev->radio_tx_rds_dyn_pty->cur.val; in vivid_radio_rds_init() 76 rds->ta = dev->radio_tx_rds_ta->cur.val; in vivid_radio_rds_init() 77 rds->tp = dev->radio_tx_rds_tp->cur.val; in vivid_radio_rds_init() 78 rds->ms = dev->radio_tx_rds_ms->cur.val; in vivid_radio_rds_init() [all …]
|
| H A D | vivid-rds-gen.h | 38 void vivid_rds_gen_fill(struct vivid_rds_gen *rds, unsigned freq, 40 void vivid_rds_generate(struct vivid_rds_gen *rds);
|
| /linux/tools/testing/selftests/net/rds/ |
| H A D | README.txt | 32 -t Test timeout. Defaults to tools/testing/selftests/net/rds/settings 57 tools/testing/selftests/net/rds/config.sh -g 60 tools/testing/selftests/net/rds/config.sh -r 63 tools/testing/selftests/net/rds/config.sh 66 tools/testing/selftests/net/rds/config.sh -c .config.local 75 export RDS_LOG_DIR=tools/testing/selftests/net/rds/rds_logs; \ 76 tools/testing/selftests/net/rds/rds_run.sh -T tcp,rdma"
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-rds.rst | 43 :ref:`Reading RDS data <reading-rds-data>`. For future use the flag 68 :ref:`Writing RDS data <writing-rds-data>` and 71 .. _reading-rds-data: 80 .. _writing-rds-data: 110 .. _v4l2-rds-block: 132 .. _v4l2-rds-block-codes:
|
| H A D | devices.rst | 22 dev-rds
|
| H A D | vidioc-querycap.rst | 194 - The device supports the :ref:`RDS <rds>` capture interface. 210 - The device supports the :ref:`RDS <rds>` output interface.
|
| H A D | hist-v4l2.rst | 980 2. Finalized the RDS capture API. See :ref:`rds` for more information.
|
| /linux/net/rds/ |
| H A D | Makefile | 2 obj-$(CONFIG_RDS) += rds.o 3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
| /linux/drivers/mfd/ |
| H A D | si476x-cmd.c | 946 report->rds[V4L2_RDS_BLOCK_A].block = V4L2_RDS_BLOCK_A; in si476x_core_cmd_fm_rds_status() 947 report->rds[V4L2_RDS_BLOCK_A].msb = resp[8]; in si476x_core_cmd_fm_rds_status() 948 report->rds[V4L2_RDS_BLOCK_A].lsb = resp[9]; 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() 954 report->rds[V4L2_RDS_BLOCK_C].block = V4L2_RDS_BLOCK_C; in si476x_core_cmd_fm_rds_status() 955 report->rds[V4L2_RDS_BLOCK_C].msb = resp[12]; in si476x_core_cmd_fm_rds_status() 956 report->rds[V4L2_RDS_BLOCK_C].lsb = resp[13]; 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() [all …]
|
| /linux/Documentation/networking/ |
| H A D | index.rst | 104 rds
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | index.rst | 122 * rds
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_83xx_hw.c | 1175 struct qlcnic_host_rds_ring *rds; in qlcnic_83xx_create_rx_ctx() local 1237 rds = &recv_ctx->rds_rings[0]; in qlcnic_83xx_create_rx_ctx() 1238 rds->producer = 0; in qlcnic_83xx_create_rx_ctx() 1240 rds_mbx.phy_addr_reg_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1241 rds_mbx.phy_addr_reg_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1242 rds_mbx.reg_ring_sz = rds->dma_size; in qlcnic_83xx_create_rx_ctx() 1243 rds_mbx.reg_ring_len = rds->num_desc; in qlcnic_83xx_create_rx_ctx() 1245 rds = &recv_ctx->rds_rings[1]; in qlcnic_83xx_create_rx_ctx() 1246 rds->producer = 0; in qlcnic_83xx_create_rx_ctx() 1247 rds_mbx.phy_addr_jmb_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx() [all …]
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 90 TARGETS += net/rds
|
| /linux/Documentation/dev-tools/ |
| H A D | gcov.rst | 85 lines are executed. This config is used by the rds selftest to
|
| /linux/sound/pci/asihpi/ |
| H A D | hpifunc.c | 2695 *(u32 *)&p_data[0] = hr.u.cu.tuner.rds.data[0]; in hpi_tuner_get_rds() 2696 *(u32 *)&p_data[4] = hr.u.cu.tuner.rds.data[1]; in hpi_tuner_get_rds() 2697 *(u32 *)&p_data[8] = hr.u.cu.tuner.rds.bLER; in hpi_tuner_get_rds()
|
| H A D | hpi_internal.h | 872 } rds; member
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drx_driver.h | 1407 bool rds; /*< RDS data array present */ member
|
| /linux/drivers/perf/ |
| H A D | xgene_pmu.c | 552 XGENE_PMU_EVENT_ATTR(queue-rds-gt-thresh, 0x23),
|
| /linux/Documentation/ |
| H A D | .renames.txt | 531 media/uapi/v4l/dev-rds userspace-api/media/v4l/dev-rds
|
| /linux/ |
| H A D | MAINTAINERS | 22809 L: rds-devel@oss.oracle.com (moderated for non-subscribers) 22811 W: https://oss.oracle.com/projects/rds/ 22812 F: Documentation/networking/rds.rst 22813 F: net/rds/ 22814 F: tools/testing/selftests/net/rds/
|