Home
last modified time | relevance | path

Searched defs:slave_id (Results 1 – 21 of 21) sorted by relevance

/linux/include/linux/
H A Dinterconnect-clk.h15 unsigned int slave_id; member
H A Dsh_dma.h27 int slave_id; member
/linux/drivers/dma/sh/
H A Dshdma-base.c291 int slave_id = (long)arg; in shdma_chan_filter() local
680 int slave_id = schan->slave_id; in shdma_prep_slave_sg() local
713 int slave_id = schan->slave_id; in shdma_prep_dma_cyclic() local
H A Dshdmac.c303 static int sh_dmae_setup_xfer(struct shdma_chan *schan, int slave_id) in sh_dmae_setup_xfer()
360 int slave_id, dma_addr_t slave_addr, bool try) in sh_dmae_set_slave()
/linux/drivers/fsi/
H A Dfsi-master-gpio.c298 static void build_dpoll_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_dpoll_command()
308 static void build_epoll_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_epoll_command()
318 static void build_term_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_term_command()
H A Dfsi-master-ast-cf.c274 static void build_dpoll_command(struct fsi_msg *cmd, uint8_t slave_id) in build_dpoll_command()
285 static void build_epoll_command(struct fsi_msg *cmd, uint8_t slave_id) in build_epoll_command()
296 static void build_term_command(struct fsi_msg *cmd, uint8_t slave_id) in build_term_command()
H A Dfsi-core.c1192 uint8_t slave_id, uint32_t addr, void *val, size_t size) in fsi_master_read()
1209 uint8_t slave_id, uint32_t addr, const void *val, size_t size) in fsi_master_write()
/linux/include/uapi/linux/
H A Dif_bonding.h116 __s32 slave_id; /* Used as an IN param to the BOND_SLAVE_INFO_QUERY ioctl */ member
/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.h95 u32 slave_id; member
/linux/drivers/dma/
H A Dmilbeaut-hdmac.c72 unsigned int slave_id; member
H A Dtegra20-apb-dma.c202 unsigned int slave_id; member
H A Dsprd-dma.c1104 u32 slave_id = *(u32 *)param; in sprd_dma_filter_fn() local
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_bond.c780 int slave_id; in hns_roce_bond_upper_event() local
/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c689 u8 *slave_id; in mlx4_ib_demux_mad() local
1485 u8 *slave_id; in mlx4_ib_multiplex_mad() local
/linux/drivers/net/bonding/
H A Dbond_main.c4901 int slave_id) in bond_get_slave_by_id()
4937 u32 slave_id; in bond_rr_gen_slave_id() local
4965 u32 slave_id; in bond_xmit_roundrobin_slave_get() local
5003 u32 slave_id; in bond_xdp_xmit_roundrobin_slave_get() local
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c1838 int *slave_id) in mlx4_get_slave_from_roce_gid()
1936 int mlx4_get_roce_gid_from_slave(struct mlx4_dev *dev, int port, int slave_id, in mlx4_get_roce_gid_from_slave()
/linux/drivers/mmc/host/
H A Dsh_mmcif.c384 sh_mmcif_request_dma_pdata(struct sh_mmcif_host *host, uintptr_t slave_id) in sh_mmcif_request_dma_pdata()
/linux/include/linux/mfd/
H A Dpalmas.h3746 int slave_id = PALMAS_BASE_TO_SLAVE(base); in palmas_read() local
3755 int slave_id = PALMAS_BASE_TO_SLAVE(base); in palmas_write() local
3764 int slave_id = PALMAS_BASE_TO_SLAVE(base); in palmas_bulk_write() local
3774 int slave_id = PALMAS_BASE_TO_SLAVE(base); in palmas_bulk_read() local
3784 int slave_id = PALMAS_BASE_TO_SLAVE(base); in palmas_update_bits() local
/linux/sound/core/
H A Dtimer.c346 unsigned int slave_id) in snd_timer_open()
/linux/include/linux/mlx4/
H A Ddevice.h950 __be32 slave_id; member
983 u8 slave_id; member
/linux/drivers/spmi/
H A Dspmi-pmic-arb.c117 #define spec_to_hwirq(slave_id, periph_id, irq_id, apid) \ argument