Home
last modified time | relevance | path

Searched defs:slave (Results 76 – 100 of 281) sorted by relevance

12345678910>>...12

/openbmc/u-boot/drivers/spi/
H A Dsandbox_spi.c46 struct udevice *bus, struct udevice *slave, in sandbox_spi_get_emul()
52 static int sandbox_spi_xfer(struct udevice *slave, unsigned int bitlen, in sandbox_spi_xfer()
H A Dpic32_spi.c197 static int pic32_spi_claim_bus(struct udevice *slave) in pic32_spi_claim_bus()
207 static int pic32_spi_release_bus(struct udevice *slave) in pic32_spi_release_bus()
233 static int pic32_spi_xfer(struct udevice *slave, unsigned int bitlen, in pic32_spi_xfer()
337 static int pic32_spi_set_wordlen(struct udevice *slave, unsigned int wordlen) in pic32_spi_set_wordlen()
H A Dfsl_dspi.c102 struct spi_slave slave; member
478 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
483 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
502 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
510 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
H A Dsh_spi.h58 struct spi_slave slave; member
62 static inline struct sh_spi *to_sh_spi(struct spi_slave *slave) in to_sh_spi()
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw.c211 #define for_active_slave(slave, priv) \ argument
213 #define for_each_slave(slave, priv) \ argument
470 static void cpsw_set_slave_mac(struct cpsw_slave *slave, in cpsw_set_slave_mac()
484 static int cpsw_slave_update_link(struct cpsw_slave *slave, in cpsw_slave_update_link()
533 struct cpsw_slave *slave; in cpsw_update_link() local
671 struct cpsw_slave *slave; in _cpsw_init() local
842 static void cpsw_slave_setup(struct cpsw_slave *slave, int slave_num, in cpsw_slave_setup()
901 struct cpsw_slave *slave; in _cpsw_register() local
1082 int slave = priv->data.active_slave; in cpsw_gmii_sel_am3352() local
1136 int slave = priv->data.active_slave; in cpsw_gmii_sel_dra7xx() local
[all …]
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c228 static int send_mad_to_slave(int slave, struct mlx4_ib_demux_ctx *ctx, in send_mad_to_slave()
318 static int send_reply_to_slave(int slave, struct mcast_group *group, in send_reply_to_slave()
495 static int join_group(struct mcast_group *group, int slave, u8 join_mask) in join_group()
511 static int leave_group(struct mcast_group *group, int slave, u8 leave_state) in leave_group()
524 static int check_leave(struct mcast_group *group, int slave, u8 leave_mask) in check_leave()
882 int mlx4_ib_mcg_demux_handler(struct ib_device *ibdev, int port, int slave, in mlx4_ib_mcg_demux_handler()
932 int slave, struct ib_sa_mad *sa_mad) in mlx4_ib_mcg_multiplex_handler()
1206 static int push_deleteing_req(struct mcast_group *group, int slave) in push_deleteing_req()
1235 void clean_vf_mcast(struct mlx4_ib_demux_ctx *ctx, int slave) in clean_vf_mcast()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_new.c588 struct cpsw_slave *slave) in cpsw_port_add_dual_emac_def_ale_entries()
614 struct cpsw_slave *slave) in cpsw_port_add_switch_def_ale_entries()
652 struct cpsw_slave *slave; in cpsw_adjust_link() local
718 static void cpsw_slave_open(struct cpsw_slave *slave, struct cpsw_priv *priv) in cpsw_slave_open()
794 struct cpsw_slave *slave; in cpsw_ndo_stop() local
1653 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local
1666 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local
1694 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local
1723 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local
H A Dcpsw.h21 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel()
/openbmc/u-boot/board/ids/ids8313/
H A Dids8313.c190 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
201 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
/openbmc/linux/sound/soc/codecs/
H A Dwcd938x-sdw.c161 static int wcd9380_update_status(struct sdw_slave *slave, in wcd9380_update_status()
175 static int wcd9380_bus_config(struct sdw_slave *slave, in wcd9380_bus_config()
183 static int wcd9380_interrupt_callback(struct sdw_slave *slave, in wcd9380_interrupt_callback()
/openbmc/u-boot/board/zipitz2/
H A Dzipitz2.c165 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
171 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c1092 int mlx4_get_slave_num_gids(struct mlx4_dev *dev, int slave, int port) in mlx4_get_slave_num_gids()
1128 int mlx4_get_base_gid_ix(struct mlx4_dev *dev, int slave, int port) in mlx4_get_base_gid_ix()
1169 static int mlx4_reset_roce_port_gids(struct mlx4_dev *dev, int slave, in mlx4_reset_roce_port_gids()
1204 void mlx4_reset_roce_gids(struct mlx4_dev *dev, int slave) in mlx4_reset_roce_gids()
1248 mlx4_en_set_port_mtu(struct mlx4_dev *dev, int slave, int port, in mlx4_en_set_port_mtu()
1280 mlx4_en_set_port_user_mtu(struct mlx4_dev *dev, int slave, int port, in mlx4_en_set_port_user_mtu()
1312 mlx4_en_set_port_global_pause(struct mlx4_dev *dev, int slave, in mlx4_en_set_port_global_pause()
1540 int mlx4_SET_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_PORT_wrapper()
1817 int mlx4_SET_MCAST_FLTR_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_MCAST_FLTR_wrapper()
1837 int mlx4_SET_VLAN_FLTR_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_VLAN_FLTR_wrapper()
[all …]
/openbmc/u-boot/board/mini-box/picosam9g45/
H A Dpicosam9g45.c319 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
332 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-emev2.c71 struct i2c_client *slave; member
317 static int em_i2c_reg_slave(struct i2c_client *slave) in em_i2c_reg_slave()
335 static int em_i2c_unreg_slave(struct i2c_client *slave) in em_i2c_unreg_slave()
H A Di2c-gxp.c90 struct i2c_client *slave; member
151 static int gxp_i2c_reg_slave(struct i2c_client *slave) in gxp_i2c_reg_slave()
170 static int gxp_i2c_unreg_slave(struct i2c_client *slave) in gxp_i2c_unreg_slave()
/openbmc/linux/drivers/soundwire/
H A Dslave.c13 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_slave_release() local
28 struct sdw_slave *slave; in sdw_slave_add() local
H A Dbus.h40 static inline void sdw_slave_debugfs_init(struct sdw_slave *slave) {} in sdw_slave_debugfs_init()
41 static inline void sdw_slave_debugfs_exit(struct sdw_slave *slave) {} in sdw_slave_debugfs_exit()
116 struct sdw_slave *slave; member
/openbmc/linux/sound/soc/spear/
H A Dspear_pcm.c42 bool (*filter)(struct dma_chan *chan, void *slave)) in devm_spear_pcm_platform_register()
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c68 struct mtd_info *slave; in mtd_partitions_used() local
534 struct mtd_info *slave, *next; in do_del_mtd_partitions() local
574 struct mtd_info *slave; in allocate_partition() local
835 struct mtd_info *slave, *next; in mtd_del_partition() local
869 struct mtd_info *slave; in add_mtd_partitions() local
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h1087 static inline int sdw_stream_add_slave(struct sdw_slave *slave, in sdw_stream_add_slave()
1097 static inline int sdw_stream_remove_slave(struct sdw_slave *slave, in sdw_stream_remove_slave()
1105 static inline int sdw_read(struct sdw_slave *slave, u32 addr) in sdw_read()
1111 static inline int sdw_write(struct sdw_slave *slave, u32 addr, u8 value) in sdw_write()
1117 static inline int sdw_write_no_pm(struct sdw_slave *slave, u32 addr, u8 value) in sdw_write_no_pm()
1123 static inline int sdw_read_no_pm(struct sdw_slave *slave, u32 addr) in sdw_read_no_pm()
1129 static inline int sdw_nread(struct sdw_slave *slave, u32 addr, size_t count, u8 *val) in sdw_nread()
1135 static inline int sdw_nread_no_pm(struct sdw_slave *slave, u32 addr, size_t count, u8 *val) in sdw_nread_no_pm()
1141 static inline int sdw_nwrite(struct sdw_slave *slave, u32 addr, size_t count, const u8 *val) in sdw_nwrite()
1153 static inline int sdw_update(struct sdw_slave *slave, u32 addr, u8 mask, u8 val) in sdw_update()
[all …]
/openbmc/u-boot/board/siemens/taurus/
H A Dtaurus.c292 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
297 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
/openbmc/linux/drivers/mfd/
H A Dpalmas.c428 int ret, slave; in palmas_power_off() local
514 int slave; in palmas_i2c_probe() local
/openbmc/linux/drivers/net/bonding/
H A Dbond_netlink.c38 struct slave *slave = bond_slave_get_rtnl(slave_dev); in bond_fill_slave_info() local
623 const struct net_device *slave; in bond_option_active_slave_get_ifindex() local
845 struct slave *slave = NULL; in bond_fill_linkxstats() local
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/
H A Dnfp_xpb.h22 #define NFP_XPB_DEVICE(island, slave, device) \ argument
/openbmc/linux/drivers/dma/dw/
H A Dacpi.c12 struct dw_dma_slave slave = { in dw_dma_acpi_filter() local

12345678910>>...12