Home
last modified time | relevance | path

Searched defs:slave (Results 26 – 50 of 275) sorted by relevance

1234567891011

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dsh_qspi.c71 struct spi_slave slave; member
75 static inline struct sh_qspi_slave *to_sh_qspi(struct spi_slave *slave) in to_sh_qspi()
128 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
151 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
186 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
193 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
198 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
202 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
H A Dsh_spi.c118 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
125 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
130 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
207 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
246 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
251 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
H A Dspi-mem.c105 static int spi_check_buswidth_req(struct spi_slave *slave, u8 buswidth, bool tx) in spi_check_buswidth_req()
140 bool spi_mem_default_supports_op(struct spi_slave *slave, in spi_mem_default_supports_op()
178 bool spi_mem_supports_op(struct spi_slave *slave, in spi_mem_supports_op()
203 int spi_mem_exec_op(struct spi_slave *slave, const struct spi_mem_op *op) in spi_mem_exec_op()
427 int spi_mem_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op) in spi_mem_adjust_op_size()
H A Dfsl_espi.c17 struct spi_slave slave; member
116 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
127 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
178 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
245 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *data_out, in spi_xfer()
368 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
381 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
H A Ddavinci_spi.c123 struct spi_slave slave; member
348 static inline struct davinci_spi_slave *to_davinci_spi(struct spi_slave *slave) in to_davinci_spi()
381 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate()
386 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
432 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
439 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
449 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
461 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
519 struct dm_spi_slave_platdata *slave = in davinci_spi_xfer() local
H A Dspi.c12 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen()
31 struct spi_slave *slave; in spi_do_alloc_slave() local
H A Dmxc_spi.c43 struct spi_slave slave; member
56 static inline struct mxc_spi_slave *to_mxc_spi_slave(struct spi_slave *slave) in to_mxc_spi_slave()
396 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
474 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
481 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
488 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
H A Datmel_spi.c31 static int spi_has_wdrbt(struct atmel_spi_slave *slave) in spi_has_wdrbt()
109 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
116 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus()
132 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
140 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
H A Dspi-mem-nodm.c9 int spi_mem_exec_op(struct spi_slave *slave, in spi_mem_exec_op()
85 int spi_mem_adjust_op_size(struct spi_slave *slave, in spi_mem_adjust_op_size()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c813 int slave, u64 slave_addr, in mlx4_ACCESS_MEM()
891 static int mlx4_MAD_IFC_wrapper(struct mlx4_dev *dev, int slave, in mlx4_MAD_IFC_wrapper()
1025 static int mlx4_CMD_EPERM_wrapper(struct mlx4_dev *dev, int slave, in mlx4_CMD_EPERM_wrapper()
1034 int mlx4_DMA_wrapper(struct mlx4_dev *dev, int slave, in mlx4_DMA_wrapper()
1661 static int mlx4_master_process_vhcr(struct mlx4_dev *dev, int slave, in mlx4_master_process_vhcr()
1842 int slave, int port) in mlx4_master_immediate_activate_vlan_qos()
1995 static int mlx4_master_activate_admin_state(struct mlx4_priv *priv, int slave) in mlx4_master_activate_admin_state()
2064 static void mlx4_master_deactivate_admin_state(struct mlx4_priv *priv, int slave) in mlx4_master_deactivate_admin_state()
2095 static void mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd, in mlx4_master_do_cmd()
2247 int i, j, slave; in mlx4_master_comm_channel() local
[all …]
H A Deq.c147 u8 slave; in mlx4_gen_slave_eqe() local
194 static void slave_event(struct mlx4_dev *dev, u8 slave, struct mlx4_eqe *eqe) in slave_event()
223 static void mlx4_slave_event(struct mlx4_dev *dev, int slave, in mlx4_slave_event()
253 int mlx4_gen_pkey_eqe(struct mlx4_dev *dev, int slave, u8 port) in mlx4_gen_pkey_eqe()
273 int mlx4_gen_guid_change_eqe(struct mlx4_dev *dev, int slave, u8 port) in mlx4_gen_guid_change_eqe()
290 int mlx4_gen_port_state_change_eqe(struct mlx4_dev *dev, int slave, u8 port, in mlx4_gen_port_state_change_eqe()
311 enum slave_port_state mlx4_get_slave_port_state(struct mlx4_dev *dev, int slave, u8 port) in mlx4_get_slave_port_state()
327 static int mlx4_set_slave_port_state(struct mlx4_dev *dev, int slave, u8 port, in mlx4_set_slave_port_state()
366 int set_and_calc_slave_port_state(struct mlx4_dev *dev, int slave, in set_and_calc_slave_port_state()
502 int slave = 0; in mlx4_eq_int() local
[all …]
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Ddebugfs.c33 static ssize_t sdw_sprintf(struct sdw_slave *slave, in sdw_sprintf()
49 struct sdw_slave *slave = s_file->private; in sdw_slave_reg_show() local
121 void sdw_slave_debugfs_init(struct sdw_slave *slave) in sdw_slave_debugfs_init()
138 void sdw_slave_debugfs_exit(struct sdw_slave *slave) in sdw_slave_debugfs_exit()
H A Dmipi_disco.c123 static int sdw_slave_read_dp0(struct sdw_slave *slave, in sdw_slave_read_dp0()
162 static int sdw_slave_read_dpn(struct sdw_slave *slave, in sdw_slave_read_dpn()
287 int sdw_slave_read_prop(struct sdw_slave *slave) in sdw_slave_read_prop()
H A Dstream.c62 struct sdw_slave *slave, in _sdw_program_slave_port_params()
577 struct sdw_slave *slave; in sdw_notify_config() local
973 *sdw_alloc_slave_rt(struct sdw_slave *slave, in sdw_alloc_slave_rt()
1003 struct sdw_slave *slave, in sdw_slave_port_release()
1032 static void sdw_release_slave_stream(struct sdw_slave *slave, in sdw_release_slave_stream()
1119 int sdw_stream_remove_slave(struct sdw_slave *slave, in sdw_stream_remove_slave()
1233 static int sdw_slave_port_config(struct sdw_slave *slave, in sdw_slave_port_config()
1342 int sdw_stream_add_slave(struct sdw_slave *slave, in sdw_stream_add_slave()
1422 struct sdw_dpn_prop *sdw_get_slave_dpn_prop(struct sdw_slave *slave, in sdw_get_slave_dpn_prop()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt1308-sdw.c118 static int rt1308_read_prop(struct sdw_slave *slave) in rt1308_read_prop()
162 static int rt1308_io_init(struct device *dev, struct sdw_slave *slave) in rt1308_io_init()
275 static int rt1308_update_status(struct sdw_slave *slave, in rt1308_update_status()
297 static int rt1308_bus_config(struct sdw_slave *slave, in rt1308_bus_config()
312 static int rt1308_interrupt_callback(struct sdw_slave *slave, in rt1308_interrupt_callback()
641 struct sdw_slave *slave) in rt1308_sdw_init()
671 static int rt1308_sdw_probe(struct sdw_slave *slave, in rt1308_sdw_probe()
708 struct sdw_slave *slave = dev_to_sdw_dev(dev); in rt1308_dev_resume() local
H A Drt715-sdw.c414 static int rt715_update_status(struct sdw_slave *slave, in rt715_update_status()
432 static int rt715_read_prop(struct sdw_slave *slave) in rt715_read_prop()
476 static int rt715_bus_config(struct sdw_slave *slave, in rt715_bus_config()
497 static int rt715_sdw_probe(struct sdw_slave *slave, in rt715_sdw_probe()
540 struct sdw_slave *slave = dev_to_sdw_dev(dev); in rt715_dev_resume() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw-common.c16 int slave, u8 *mac_addr) in davinci_emac_3517_get_macid()
42 static int cpsw_am33xx_cm_get_macid(struct device *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid()
69 int ti_cm_get_macid(struct device *dev, int slave, u8 *mac_addr) in ti_cm_get_macid()
H A Dcpsw_priv.c271 void cpsw_set_slave_mac(struct cpsw_slave *slave, struct cpsw_priv *priv) in cpsw_set_slave_mac()
486 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_init_common() local
555 struct cpsw_slave *slave = &cpsw->slaves[cpsw_slave_index(cpsw, priv)]; in cpsw_hwtstamp_v1() local
579 struct cpsw_slave *slave; in cpsw_hwtstamp_v2() local
733 struct cpsw_slave *slave; in cpsw_ndo_set_tx_maxrate() local
791 struct cpsw_slave *slave; in cpsw_shp_is_off() local
807 struct cpsw_slave *slave; in cpsw_fifo_shp_on() local
824 struct cpsw_slave *slave; in cpsw_set_fifo_bw() local
883 struct cpsw_slave *slave; in cpsw_set_fifo_rlimit() local
935 struct cpsw_slave *slave; in cpsw_set_cbs() local
[all …]
H A Dcpsw-phy-sel.c41 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_am3352()
101 phy_interface_t phy_mode, int slave) in cpsw_gmii_sel_dra7xx()
161 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcpsw-common.c20 int slave, u8 *mac_addr) in davinci_emac_3517_get_macid()
59 static int cpsw_am33xx_cm_get_macid(struct udevice *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid()
99 int ti_cm_get_macid(struct udevice *dev, int slave, u8 *mac_addr) in ti_cm_get_macid()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dsigio.c398 int slave; member
411 static int async_pty(int master, int slave) in async_pty()
433 int master, slave, err; in check_one_sigio() local
491 static void tty_output(int master, int slave) in tty_output()
517 static void tty_close(int master, int slave) in tty_close()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmad.c336 int i, ix, slave, err; in __propagate_pkey_ev() local
416 static int mlx4_ib_demux_sa_handler(struct ib_device *ibdev, int port, int slave, in mlx4_ib_demux_sa_handler()
445 static int find_slave_port_pkey_ix(struct mlx4_ib_dev *dev, int slave, in find_slave_port_pkey_ix()
503 static int is_proxy_qp0(struct mlx4_ib_dev *dev, int qpn, int slave) in is_proxy_qp0()
510 int mlx4_ib_send_to_slave(struct mlx4_ib_dev *dev, int slave, u8 port, in mlx4_ib_send_to_slave()
687 int slave = -1; in mlx4_ib_demux_mad() local
1339 int slave, struct ib_sa_mad *sa_mad) in mlx4_ib_multiplex_sa_handler()
1354 int mlx4_ib_send_to_wire(struct mlx4_ib_dev *dev, int slave, u8 port, in mlx4_ib_send_to_wire()
1458 static int get_slave_base_gid_ix(struct mlx4_ib_dev *dev, int slave, int port) in get_slave_base_gid_ix()
1465 static void fill_in_real_sgid_index(struct mlx4_ib_dev *dev, int slave, int port, in fill_in_real_sgid_index()
[all …]
H A Dcm.c58 int slave; member
359 static int alloc_rej_tmout(struct mlx4_ib_sriov *sriov, u32 rem_pv_cm_id, int slave) in alloc_rej_tmout()
408 int slave; in lookup_rej_tmout_slave() local
425 int mlx4_ib_demux_cm_handler(struct ib_device *ibdev, int port, int *slave, in mlx4_ib_demux_cm_handler()
493 static void rej_tmout_xa_cleanup(struct mlx4_ib_sriov *sriov, int slave) in rej_tmout_xa_cleanup()
522 void mlx4_ib_cm_paravirt_clean(struct mlx4_ib_dev *dev, int slave) in mlx4_ib_cm_paravirt_clean()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_procfs.c15 struct slave *slave; in bond_info_seq_start() local
34 struct slave *slave; in bond_info_seq_next() local
170 const struct slave *slave) in bond_info_show_slave()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dspi.c23 struct spi_slave *slave; in dm_test_spi_find() local
100 struct spi_slave *slave; in dm_test_spi_xfer() local

1234567891011