/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max98363.h | 32 struct sdw_slave *slave; member
|
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/ |
H A D | fs_bind07-2.sh | 12 tst_res TINFO "bind: create slave then mount master - slave still propagates" 18 EXPECT_PASS mount --make-slave parent2
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.c | 10 * range locking"). Some slave processes try to perform operations on 50 /* The operations the slave processes will try to perform */ 92 void *slave(void *data); 253 P("Running slave num: %d\n", df->dpr->whoami); in loadProcess() 255 slave((void *)df); in loadProcess() 305 /* Synchronize slave processes */ in serverSendLocal() 423 int serverSendLockLocal(struct flock *request, int slave) in serverSendLockLocal() argument 426 return write(dp.lclnt[slave][1], message, M_SIZE); in serverSendLockLocal() 506 /* Add slave and server pipe file descriptors */ in masterClient() 658 /* The main idea is to lock all the bytes in a file. Each slave proces in master() 748 void *slave(void *data) slave() function [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-switchdev.c | 184 cpsw_ale_add_ucast(cpsw->ale, port->slave.mac_addr, in am65_cpsw_port_vlan_add() 218 cpsw_ale_del_ucast(cpsw->ale, port->slave.mac_addr, in am65_cpsw_port_vlan_del() 386 if (memcmp(port->slave.mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in am65_cpsw_switchdev_event_work() 402 if (memcmp(port->slave.mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in am65_cpsw_switchdev_event_work()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 117 bool slave = !!(ttm->page_flags & TTM_TT_FLAG_EXTERNAL); in lsdc_ttm_tt_populate() local 119 if (slave && ttm->sg) { in lsdc_ttm_tt_populate() 133 bool slave = !!(ttm->page_flags & TTM_TT_FLAG_EXTERNAL); in lsdc_ttm_tt_unpopulate() local 135 if (slave) in lsdc_ttm_tt_unpopulate()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | Makefile | 7 soundwire-bus-y := bus_type.o bus.o master.o slave.o mipi_disco.o stream.o \
|
/kernel/linux/linux-5.10/sound/soc/spear/ |
H A D | spear_pcm.c | 42 bool (*filter)(struct dma_chan *chan, void *slave)) in devm_spear_pcm_platform_register() 40 devm_spear_pcm_platform_register(struct device *dev, struct snd_dmaengine_pcm_config *config, bool (*filter)(struct dma_chan *chan, void *slave)) devm_spear_pcm_platform_register() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_frad.h | 54 struct net_device *slave; member
|
H A D | sh_dma.h | 17 /* Used by slave DMA clients to request DMA to/from a specific peripheral */ 51 * @slave: array of slaves 72 const struct sh_dmae_slave_config *slave; member
|
/kernel/linux/linux-6.6/sound/soc/spear/ |
H A D | spear_pcm.c | 42 bool (*filter)(struct dma_chan *chan, void *slave)) in devm_spear_pcm_platform_register() 40 devm_spear_pcm_platform_register(struct device *dev, struct snd_dmaengine_pcm_config *config, bool (*filter)(struct dma_chan *chan, void *slave)) devm_spear_pcm_platform_register() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.h | 235 int mlx4_QUERY_FUNC_CAP_wrapper(struct mlx4_dev *dev, int slave, 240 int mlx4_QUERY_FUNC(struct mlx4_dev *dev, struct mlx4_func *func, int slave);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.h | 235 int mlx4_QUERY_FUNC_CAP_wrapper(struct mlx4_dev *dev, int slave, 240 int mlx4_QUERY_FUNC(struct mlx4_dev *dev, struct mlx4_func *func, int slave);
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_local.h | 129 int slave; member 330 int slave);
|
/kernel/linux/linux-5.10/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 414 static int send_term(struct fsi_master_acf *master, uint8_t slave) in send_term() argument 420 build_term_command(&cmd, slave); in send_term() 431 "TERM failed; lost communication with slave\n"); in send_term() 468 uint8_t slave, uint8_t size, void *data) in handle_response() 498 build_epoll_command(&cmd, slave); in handle_response() 522 * Its necessary to clock slave before issuing in handle_response() 524 * spec. < 20 clocks causes slave to hang, 21 ok. in handle_response() 536 build_dpoll_command(&cmd, slave); in handle_response() 545 "ERR slave is stuck in busy state, issuing TERM\n"); in handle_response() 546 send_term(master, slave); in handle_response() 467 handle_response(struct fsi_master_acf *master, uint8_t slave, uint8_t size, void *data) handle_response() argument 571 fsi_master_acf_xfer(struct fsi_master_acf *master, uint8_t slave, struct fsi_msg *cmd, size_t resp_len, void *resp) fsi_master_acf_xfer() argument [all...] |
/kernel/linux/linux-6.6/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 414 static int send_term(struct fsi_master_acf *master, uint8_t slave) in send_term() argument 420 build_term_command(&cmd, slave); in send_term() 431 "TERM failed; lost communication with slave\n"); in send_term() 468 uint8_t slave, uint8_t size, void *data) in handle_response() 498 build_epoll_command(&cmd, slave); in handle_response() 522 * Its necessary to clock slave before issuing in handle_response() 524 * spec. < 20 clocks causes slave to hang, 21 ok. in handle_response() 536 build_dpoll_command(&cmd, slave); in handle_response() 545 "ERR slave is stuck in busy state, issuing TERM\n"); in handle_response() 546 send_term(master, slave); in handle_response() 467 handle_response(struct fsi_master_acf *master, uint8_t slave, uint8_t size, void *data) handle_response() argument 571 fsi_master_acf_xfer(struct fsi_master_acf *master, uint8_t slave, struct fsi_msg *cmd, size_t resp_len, void *resp) fsi_master_acf_xfer() argument [all...] |
/kernel/linux/linux-6.6/net/dsa/ |
H A D | dsa.c | 28 #include "slave.h" 557 if (dp->slave) { in dsa_port_teardown() 558 dsa_slave_destroy(dp->slave); in dsa_port_teardown() 559 dp->slave = NULL; in dsa_port_teardown() 635 /* Initialize ds->phys_mii_mask before registering the slave MDIO bus in dsa_switch_setup() 637 * the slave MDIO bus driver rely on these values for probing PHY in dsa_switch_setup() 1005 if (dp->slave->flags & IFF_UP) in dsa_tree_change_tag_proto() 1151 /* If the master device is not itself a DSA slave in a disjoint DSA in dsa_get_tag_protocol() 1571 * netdev_upper_dev_link. Unlink the DSA slave interfaces from being uppers of 1588 slave_dev = dp->slave; in dsa_switch_shutdown() [all...] |
H A D | Makefile | 16 slave.o \
|
H A D | slave.h | 21 /* Copy of CPU port xmit for faster access in slave transmit hot path */ 47 void dsa_slave_setup_tagger(struct net_device *slave);
|
/kernel/linux/linux-5.10/include/drm/bridge/ |
H A D | dw_mipi_dsi.h | 68 void dw_mipi_dsi_set_slave(struct dw_mipi_dsi *dsi, struct dw_mipi_dsi *slave);
|
/kernel/linux/linux-6.6/include/drm/bridge/ |
H A D | dw_mipi_dsi.h | 70 void dw_mipi_dsi_set_slave(struct dw_mipi_dsi *dsi, struct dw_mipi_dsi *slave);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sh_dma.h | 17 /* Used by slave DMA clients to request DMA to/from a specific peripheral */ 51 * @slave: array of slaves 72 const struct sh_dmae_slave_config *slave; member
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | Makefile | 7 soundwire-bus-y := bus_type.o bus.o master.o slave.o mipi_disco.o stream.o \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
H A D | lag.c | 985 struct slave *slave; in mlx5_handle_changeupper_event() local 997 /* The event may still be of interest if the slave does not belong to in mlx5_handle_changeupper_event() 999 * as slaves (e.g., if a new slave is added to a master that bonds two in mlx5_handle_changeupper_event() 1006 slave = bond_slave_get_rcu(ndev_tmp); in mlx5_handle_changeupper_event() 1007 if (slave) in mlx5_handle_changeupper_event() 1008 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeupper_event() 1088 struct slave *slave; in mlx5_handle_changeinfodata_event() local 1101 slave in mlx5_handle_changeinfodata_event() 1491 mlx5_lag_get_slave_port(struct mlx5_core_dev *dev, struct net_device *slave) mlx5_lag_get_slave_port() argument [all...] |
/kernel/linux/linux-5.10/drivers/dma/sh/ |
H A D | rcar-dmac.c | 120 * @slave_addr: slave memory address 129 * struct rcar_dmac_chan_map - Map of slave device phys to dma address 130 * @addr: slave dma address 132 * @slave: slave configuration that is mapped 137 struct rcar_dmac_chan_slave slave; member 146 * @src: slave memory address and size on the source side 147 * @dst: slave memory address and size on the destination side 893 * Common routine for public (MEMCPY) and slave DMA. The MEMCPY case is also 895 * list manipulation. For slave DM [all...] |
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | rcar-dmac.c | 120 * @slave_addr: slave memory address 129 * struct rcar_dmac_chan_map - Map of slave device phys to dma address 130 * @addr: slave dma address 132 * @slave: slave configuration that is mapped 137 struct rcar_dmac_chan_slave slave; member 146 * @src: slave memory address and size on the source side 147 * @dst: slave memory address and size on the destination side 920 * Common routine for public (MEMCPY) and slave DMA. The MEMCPY case is also 922 * list manipulation. For slave DM [all...] |