| /linux/lib/dim/ |
| H A D | net_dim.c | 100 u8 coal_flags, u8 rx_mode, u8 tx_mode, in net_dim_init_irq_moder() argument 130 moder->dim_tx_mode = tx_mode; in net_dim_init_irq_moder() 131 txp = kmemdup(tx_profile[tx_mode], len, GFP_KERNEL); in net_dim_init_irq_moder() 230 void net_dim_set_tx_mode(struct net_device *dev, u8 tx_mode) in net_dim_set_tx_mode() argument 232 WRITE_ONCE(dev->irq_moder->dim_tx_mode, tx_mode); in net_dim_set_tx_mode()
|
| /linux/sound/soc/codecs/ |
| H A D | tas2764.c | 49 int tx_mode; member 536 int tx_mode, int rx_mode) in tas2764_set_dai_tdm_idle() argument 547 tas2764->idle_slot_config.tx_mode == tx_mode) in tas2764_set_dai_tdm_idle() 550 switch (tx_mode) { in tas2764_set_dai_tdm_idle() 567 tas2764->idle_slot_config.tx_mode = tx_mode; in tas2764_set_dai_tdm_idle() 583 tas2764->idle_slot_config.tx_mode = tx_mode; in tas2764_set_dai_tdm_idle()
|
| H A D | tas2770.c | 498 int tx_mode, int rx_mode) in tas2770_set_dai_tdm_idle() argument 508 if (tas2770->idle_tx_mode == tx_mode) in tas2770_set_dai_tdm_idle() 511 switch (tx_mode) { in tas2770_set_dai_tdm_idle() 564 tas2770->idle_tx_mode = tx_mode; in tas2770_set_dai_tdm_idle()
|
| H A D | wcd938x.c | 167 u32 tx_mode[TX_ADC_MAX]; member 1103 mode |= tx_mode_bit[wcd938x->tx_mode[WCD_ADC1]]; in wcd938x_tx_swr_ctrl() 1105 mode |= tx_mode_bit[wcd938x->tx_mode[WCD_ADC2]]; in wcd938x_tx_swr_ctrl() 1107 mode |= tx_mode_bit[wcd938x->tx_mode[WCD_ADC3]]; in wcd938x_tx_swr_ctrl() 1109 mode |= tx_mode_bit[wcd938x->tx_mode[WCD_ADC4]]; in wcd938x_tx_swr_ctrl() 1241 mode = wcd938x_get_adc_mode(wcd938x->tx_mode[w->shift]); in wcd938x_adc_enable_req() 1487 ucontrol->value.enumerated.item[0] = wcd938x->tx_mode[path]; in wcd938x_tx_mode_get() 1500 if (wcd938x->tx_mode[path] == ucontrol->value.enumerated.item[0]) in wcd938x_tx_mode_put() 1503 wcd938x->tx_mode[path] = ucontrol->value.enumerated.item[0]; in wcd938x_tx_mode_put()
|
| H A D | wcd939x.c | 203 u32 tx_mode[TX_ADC_MAX]; member 1026 mode |= tx_mode_bit[wcd939x->tx_mode[WCD_ADC1]]; in wcd939x_tx_swr_ctrl() 1028 mode |= tx_mode_bit[wcd939x->tx_mode[WCD_ADC2]]; in wcd939x_tx_swr_ctrl() 1030 mode |= tx_mode_bit[wcd939x->tx_mode[WCD_ADC3]]; in wcd939x_tx_swr_ctrl() 1032 mode |= tx_mode_bit[wcd939x->tx_mode[WCD_ADC4]]; in wcd939x_tx_swr_ctrl() 1160 mode = wcd939x_get_adc_mode(wcd939x->tx_mode[w->shift]); in wcd939x_adc_enable_req() 1441 ucontrol->value.enumerated.item[0] = wcd939x->tx_mode[path]; in wcd939x_tx_mode_get() 1454 if (wcd939x->tx_mode[path] == ucontrol->value.enumerated.item[0]) in wcd939x_tx_mode_put() 1457 wcd939x->tx_mode[path] = ucontrol->value.enumerated.item[0]; in wcd939x_tx_mode_put()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_dsps.c | 56 u16 tx_mode; member 95 u32 tx_mode; member 938 .tx_mode = 0x70, 993 glue->context.tx_mode = musb_readl(mbase, wrp->tx_mode); in dsps_suspend() 1019 musb_writel(mbase, wrp->tx_mode, glue->context.tx_mode); in dsps_resume()
|
| H A D | musb_cppi41.c | 43 u32 tx_mode; member 349 old_mode = controller->tx_mode; in cppi41_set_dma_mode() 358 controller->tx_mode = new_mode; in cppi41_set_dma_mode() 376 old_mode = controller->tx_mode; in da8xx_set_dma_mode() 387 controller->tx_mode = new_mode; in da8xx_set_dma_mode()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_mtl.h | 75 int tx_mode);
|
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-vp9.c | 149 u32 tx_mode : 3; member 551 regs->vp9.reg28.tx_mode = vp9_ctx->cur.tx_mode; in config_registers() 724 vp9_ctx->cur.tx_mode = prob_updates->tx_mode; in rkvdec_vp9_run_preamble() 885 vp9_ctx->cur.tx_mode, vp9_ctx->cur.flags); in rkvdec_vp9_done()
|
| /linux/drivers/net/ethernet/adaptec/ |
| H A D | starfire.c | 548 u32 tx_mode; member 961 np->tx_mode = TxFlowEnable|RxFlowEnable|PadEnable; /* modified when link is up. */ in netdev_open() 962 writel(MiiSoftReset | np->tx_mode, ioaddr + TxMode); in netdev_open() 964 writel(np->tx_mode, ioaddr + TxMode); in netdev_open() 1659 new_tx_mode = np->tx_mode & ~FullDuplex; /* duplex setting */ in netdev_media_change() 1662 if (np->tx_mode != new_tx_mode) { in netdev_media_change() 1663 np->tx_mode = new_tx_mode; in netdev_media_change() 1664 writel(np->tx_mode | MiiSoftReset, ioaddr + TxMode); in netdev_media_change() 1666 writel(np->tx_mode, ioaddr + TxMode); in netdev_media_change()
|
| /linux/include/media/ |
| H A D | v4l2-vp9.h | 216 u8 reference_mode, u8 interpolation_filter, u8 tx_mode,
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-vp9.c | 1234 if (deltas->tx_mode == i) in update_coef_probs() 1419 if (deltas->tx_mode == V4L2_VP9_TX_MODE_SELECT) in v4l2_vp9_fw_update_probs() 1761 u8 reference_mode, u8 interpolation_filter, u8 tx_mode, in v4l2_vp9_adapt_noncoef_probs() argument 1800 if (tx_mode == V4L2_VP9_TX_MODE_SELECT) in v4l2_vp9_adapt_noncoef_probs()
|
| /linux/include/linux/greybus/ |
| H A D | svc.h | 89 u8 tx_mode, u8 tx_gear, u8 tx_nlanes,
|
| /linux/drivers/tty/serial/ |
| H A D | samsung_tty.c | 142 unsigned int tx_mode; member 317 ourport->tx_mode = 0; in s3c24xx_serial_stop_tx() 377 ourport->tx_mode = S3C24XX_TX_DMA; in enable_tx_dma() 411 ourport->tx_mode = S3C24XX_TX_PIO; in enable_tx_pio() 423 if (ourport->tx_mode != S3C24XX_TX_PIO) in s3c24xx_serial_start_tx_pio() 432 if (ourport->tx_mode != S3C24XX_TX_DMA) in s3c24xx_serial_start_tx_dma() 1167 ourport->tx_mode = 0; in s3c64xx_serial_shutdown() 1199 ourport->tx_mode = 0; in apple_s5l_serial_shutdown()
|
| H A D | ucc_uart.c | 134 u8 tx_mode; /* 0xC5, mode, 0=AHDLC, 1=UART */ member 717 &uccup->tx_mode); in qe_uart_init_ucc()
|
| /linux/drivers/greybus/ |
| H A D | svc.c | 553 u8 tx_mode, u8 tx_gear, u8 tx_nlanes, in gb_svc_intf_set_power_mode() argument 569 request.tx_mode = tx_mode; in gb_svc_intf_set_power_mode() 611 request.tx_mode = GB_SVC_UNIPRO_HIBERNATE_MODE; in gb_svc_intf_set_power_mode_hibernate()
|
| /linux/sound/soc/mediatek/mt8365/ |
| H A D | mt8365-afe-common.h | 326 bool tx_mode; member
|
| /linux/drivers/media/test-drivers/visl/ |
| H A D | visl-trace-vp9.h | 147 __print_symbolic(__entry->h.tx_mode,
|
| /linux/drivers/net/fddi/ |
| H A D | defza.h | 421 u32 tx_mode; /* transmit mode */ member
|
| H A D | defza.c | 312 writel_u(FZA_RING_TX_MODE, &buf->init.tx_mode); in fza_cmd_send() 1427 pr_debug(" tx_mode: %u\n", readl_u(&init->tx_mode)); in fza_probe()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.h | 756 enum dim_cq_period_mode tx_mode,
|
| H A D | hns3_ethtool.c | 1581 enum dim_cq_period_mode tx_mode; in hns3_set_coalesce() local 1608 tx_mode = kernel_coal->use_cqe_mode_tx ? in hns3_set_coalesce() 1614 hns3_cq_period_mode_init(priv, tx_mode, rx_mode); in hns3_set_coalesce()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_av1_req_lat_if.c | 466 u8 tx_mode; member 1327 uh->tx_mode = ctrl_fh->tx_mode; in vdec_av1_slice_setup_uh()
|
| H A D | vdec_vp9_req_lat_if.c | 239 u8 tx_mode; member 1575 vsi->frame.ch.tx_mode, in vdec_vp9_slice_update_prob()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 1880 u8 tx_mode; member 2311 u8 tx_mode; member
|