Home
last modified time | relevance | path

Searched refs:slave (Results 551 - 575 of 591) sorted by relevance

1...<<21222324

/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H A Dfelix.c833 return dsa_to_port(ds, port)->slave; in felix_port_to_netdev()
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-sbefifo.c293 rc = fsi_slave_read(sbefifo->fsi_dev->slave, CFAM_GP_MBOX_SBM_ADDR, in sbefifo_check_sbe_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c629 if (dsi->slave->mode_flags & MIPI_DSI_MODE_VIDEO) in sprd_crtc_mode_set_nofb()
/third_party/alsa-lib/src/pcm/
H A Dpcm_dshare.c240 status->appl_ptr = *pcm->appl.ptr; /* slave PCM doesn't set appl_ptr */ in snd_pcm_dshare_status()
646 * \param params Parameters for slave
701 SNDERR("unable to open slave"); in snd_pcm_dshare_open()
712 SNDERR("unable to initialize slave"); in snd_pcm_dshare_open()
756 SNDERR("unable to open slave"); in snd_pcm_dshare_open()
767 SNDERR("unable to initialize slave"); in snd_pcm_dshare_open()
855 slave STR
857 slave { # Slave definition
858 pcm STR # slave PCM name
860 pcm { } # slave PC
[all...]
/third_party/python/Lib/
H A Dnntplib.py804 def slave(self): member in NNTP
/kernel/linux/linux-5.10/drivers/dma/
H A Dat_hdmac.c1326 /* Check if it is chan is configured for slave transfers */ in atc_config()
1522 * We need controller-specific data to set up slave in atc_alloc_chan_resources()
1589 static bool at_dma_filter(struct dma_chan *chan, void *slave) in at_dma_filter() argument
1591 struct at_dma_slave *atslave = slave; in at_dma_filter()
1883 /* controller can do slave DMA: can trigger cyclic transfers */ in at_dma_probe()
1901 dma_has_cap(DMA_SLAVE, atdma->dma_common.cap_mask) ? "slave " : "", in at_dma_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c1558 int mlx4_PROMISC_wrapper(struct mlx4_dev *dev, int slave, in mlx4_PROMISC_wrapper() argument
1565 int port = mlx4_slave_convert_port(dev, slave, vhcr->in_param >> 62); in mlx4_PROMISC_wrapper()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dpch_uart.c676 static bool filter(struct dma_chan *chan, void *slave) in filter() argument
678 struct pch_dma_slave *param = slave; in filter()
/kernel/linux/linux-5.10/net/ax25/
H A Daf_ax25.c396 if (ax25_dev->dama.slave && ax25->ax25_dev->values[AX25_VALUES_PROTOCOL] == AX25_PROTO_DAMA_SLAVE) in ax25_ctl_ioctl()
1310 if (ax25->ax25_dev->dama.slave) in ax25_connect()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-topcliff-pch.c531 dev_dbg(&pspi->dev, "%s : different slave\n", __func__); in pch_spi_select_chip()
834 static bool pch_spi_filter(struct dma_chan *chan, void *slave) in pch_spi_filter() argument
836 struct pch_dma_slave *param = slave; in pch_spi_filter()
H A Dspi-fsl-dspi.c1287 if (of_property_read_bool(np, "spi-slave")) in dspi_probe()
1288 ctlr->slave = true; in dspi_probe()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dpch_uart.c659 static bool filter(struct dma_chan *chan, void *slave) in filter() argument
661 struct pch_dma_slave *param = slave; in filter()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-topcliff-pch.c503 dev_dbg(&pspi->dev, "%s : different slave\n", __func__); in pch_spi_select_chip()
806 static bool pch_spi_filter(struct dma_chan *chan, void *slave) in pch_spi_filter() argument
808 struct pch_dma_slave *param = slave; in pch_spi_filter()
/kernel/linux/linux-6.6/drivers/dma/
H A Dat_hdmac.c270 * @dma_sconfig: configuration for slave transfers, passed via
514 * struct at_dma_slave - Controller-specific information about a slave
1556 /* Check if it is chan is configured for slave transfers */ in atc_config()
1735 * We need controller-specific data to set up slave in atc_alloc_chan_resources()
1774 static bool at_dma_filter(struct dma_chan *chan, void *slave) in at_dma_filter() argument
1776 struct at_dma_slave *atslave = slave; in at_dma_filter()
2047 /* controller can do slave DMA: can trigger cyclic transfers */ in at_dma_probe()
2065 dma_has_cap(DMA_SLAVE, atdma->dma_device.cap_mask) ? "slave " : "", in at_dma_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c1558 int mlx4_PROMISC_wrapper(struct mlx4_dev *dev, int slave, in mlx4_PROMISC_wrapper() argument
1565 int port = mlx4_slave_convert_port(dev, slave, vhcr->in_param >> 62); in mlx4_PROMISC_wrapper()
/kernel/linux/linux-6.6/net/ax25/
H A Daf_ax25.c400 if (ax25_dev->dama.slave && ax25->ax25_dev->values[AX25_VALUES_PROTOCOL] == AX25_PROTO_DAMA_SLAVE) in ax25_ctl_ioctl()
1319 if (ax25->ax25_dev->dama.slave) in ax25_connect()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7724.c188 .slave = sh7724_dmae_slaves,
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dbcm_sf2.c513 priv->slave_mii_bus->name = "sf2 slave mii"; in bcm_sf2_mdio_register()
820 netif_carrier_off(dsa_to_port(ds, port)->slave); in bcm_sf2_sw_fixed_state()
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H A Dsleep-tegra30.S494 orreq r1, r1, #(1 << 27) @ set slave mode for channel 1
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7724.c188 .slave = sh7724_dmae_slaves,
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Ddriver.h1099 struct net_device *slave);
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt5682.h1405 struct sdw_slave *slave; member
/kernel/linux/linux-6.6/drivers/net/dsa/
H A Dbcm_sf2.c633 priv->slave_mii_bus->name = "sf2 slave mii"; in bcm_sf2_mdio_register()
918 netif_carrier_off(dsa_to_port(ds, port)->slave); in bcm_sf2_sw_fixed_state()
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Ddriver.h1173 struct net_device *slave);
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt5682.h1444 struct sdw_slave *slave; member

Completed in 53 milliseconds

1...<<21222324