| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-at91-slave.c | 65 static int at91_reg_slave(struct i2c_client *slave) in at91_reg_slave() 89 static int at91_unreg_slave(struct i2c_client *slave) in at91_unreg_slave()
|
| H A D | i2c-designware-slave.c | 61 static int i2c_dw_reg_slave(struct i2c_client *slave) in i2c_dw_reg_slave() 92 static int i2c_dw_unreg_slave(struct i2c_client *slave) in i2c_dw_unreg_slave()
|
| /OK3568_Linux_fs/kernel/drivers/soundwire/ |
| H A D | bus.h | 38 static inline void sdw_slave_debugfs_init(struct sdw_slave *slave) {} in sdw_slave_debugfs_init() 39 static inline void sdw_slave_debugfs_exit(struct sdw_slave *slave) {} in sdw_slave_debugfs_exit() 114 struct sdw_slave *slave; member 203 static inline int sdw_update(struct sdw_slave *slave, u32 addr, u8 mask, u8 val) in sdw_update()
|
| H A D | slave.c | 13 struct sdw_slave *slave = dev_to_sdw_dev(dev); in sdw_slave_release() local 27 struct sdw_slave *slave; in sdw_slave_add() local
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | share.c | 543 struct parport *slave = port->slaves[i-1]; in parport_announce_port() local 552 struct parport *slave = port->slaves[i-1]; in parport_announce_port() local 592 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local 604 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local 615 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local
|
| /OK3568_Linux_fs/u-boot/board/l+g/vinco/ |
| H A D | vinco.c | 42 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 47 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | lag.c | 86 struct net_device *slave; in rdma_get_xmit_slave_udp() local 114 struct net_device *slave = NULL; in rdma_lag_get_ah_roce_slave() local
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-sdw.c | 12 struct sdw_slave *slave = dev_to_sdw_dev(dev); in regmap_sdw_write() local 20 struct sdw_slave *slave = dev_to_sdw_dev(dev); in regmap_sdw_read() local
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec_spi.c | 27 struct spi_slave *slave = dev_get_parent_priv(dev->dev); in cros_ec_spi_packet() local 87 struct spi_slave *slave = dev_get_parent_priv(dev->dev); in cros_ec_spi_command() local
|
| /OK3568_Linux_fs/u-boot/board/gdsys/common/ |
| H A D | mclink.c | 61 int mclink_send(u8 slave, u16 addr, u16 data) in mclink_send() 96 int mclink_receive(u8 slave, u16 addr, u16 *data) in mclink_receive()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | mcg.c | 228 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() 1196 static int push_deleteing_req(struct mcast_group *group, int slave) in push_deleteing_req() 1225 void clean_vf_mcast(struct mlx4_ib_demux_ctx *ctx, int slave) in clean_vf_mcast()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_new.c | 594 struct cpsw_slave *slave) in cpsw_port_add_dual_emac_def_ale_entries() 620 struct cpsw_slave *slave) in cpsw_port_add_switch_def_ale_entries() 658 struct cpsw_slave *slave; in cpsw_adjust_link() local 724 static void cpsw_slave_open(struct cpsw_slave *slave, struct cpsw_priv *priv) in cpsw_slave_open() 797 struct cpsw_slave *slave; in cpsw_ndo_stop() local 1656 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local 1669 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local 1697 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local 1726 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_dl_switch_mode_set() local
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | omap3_spi.c | 113 struct spi_slave slave; member 463 static inline struct omap3_spi_priv *to_omap3_spi(struct spi_slave *slave) in to_omap3_spi() 473 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 480 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 492 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 577 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
|
| H A D | fsl_qspi.c | 142 struct spi_slave slave; member 869 static inline struct fsl_qspi *to_qspi_spi(struct spi_slave *slave) in to_qspi_spi() 954 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 961 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 966 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 971 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer() 986 struct spi_slave *slave = dev_get_parent_priv(dev); in fsl_qspi_child_pre_probe() local
|
| H A D | pic32_spi.c | 198 static int pic32_spi_claim_bus(struct udevice *slave) in pic32_spi_claim_bus() 208 static int pic32_spi_release_bus(struct udevice *slave) in pic32_spi_release_bus() 234 static int pic32_spi_xfer(struct udevice *slave, unsigned int bitlen, in pic32_spi_xfer() 338 static int pic32_spi_set_wordlen(struct udevice *slave, unsigned int wordlen) in pic32_spi_set_wordlen()
|
| H A D | fsl_dspi.c | 103 struct spi_slave slave; member 484 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 489 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 508 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 516 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
|
| H A D | sandbox_spi.c | 48 struct udevice *bus, struct udevice *slave, in sandbox_spi_get_emul() 54 static int sandbox_spi_xfer(struct udevice *slave, unsigned int bitlen, in sandbox_spi_xfer()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/ |
| H A D | mpc8349emds.c | 264 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 271 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
| /OK3568_Linux_fs/u-boot/board/siemens/corvus/ |
| H A D | board.c | 290 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 303 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/ |
| H A D | mpc8308rdb.c | 37 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 45 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | port.c | 1092 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() 1332 static int mlx4_common_set_port(struct mlx4_dev *dev, int slave, u32 in_mod, in mlx4_common_set_port() 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() [all …]
|
| /OK3568_Linux_fs/u-boot/board/atmel/sama5d2_ptc/ |
| H A D | sama5d2_ptc.c | 35 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 40 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
| /OK3568_Linux_fs/u-boot/board/ids/ids8313/ |
| H A D | ids8313.c | 191 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 202 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
| /OK3568_Linux_fs/u-boot/board/renesas/ulcb/ |
| H A D | cpld.c | 34 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 39 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cpsw.c | 248 #define for_active_slave(slave, priv) \ argument 250 #define for_each_slave(slave, priv) \ argument 601 static void cpsw_set_slave_mac(struct cpsw_slave *slave, in cpsw_set_slave_mac() 615 static int cpsw_slave_update_link(struct cpsw_slave *slave, in cpsw_slave_update_link() 664 struct cpsw_slave *slave; in cpsw_update_link() local 680 static void cpsw_slave_init(struct cpsw_slave *slave, struct cpsw_priv *priv) in cpsw_slave_init() 802 struct cpsw_slave *slave; in _cpsw_init() local 965 static void cpsw_slave_setup(struct cpsw_slave *slave, int slave_num, in cpsw_slave_setup() 976 static int cpsw_phy_init(struct cpsw_priv *priv, struct cpsw_slave *slave) in cpsw_phy_init() 1005 struct cpsw_slave *slave; in _cpsw_register() local [all …]
|