Home
last modified time | relevance | path

Searched defs:slave (Results 101 – 125 of 275) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/include/net/
H A Dbond_alb.h15 #define SLAVE_TLB_INFO(slave) ((slave)->tlb_info) argument
111 struct slave *slave; /* the slave assigned to this client */ member
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Ddlci.c311 struct net_device *master, *slave; in dlci_add() local
376 struct net_device *master, *slave; in dlci_del() local
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Datmel_spi.h82 struct spi_slave slave; member
87 static inline struct atmel_spi_slave *to_atmel_spi(struct spi_slave *slave) in to_atmel_spi()
/OK3568_Linux_fs/u-boot/drivers/power/
H A Dpower_spi.c18 static struct spi_slave *slave; variable
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dkcs_bmc_aspeed.c243 u32 slave; in aspeed_kcs_probe_of_v1() local
297 u32 slave; in aspeed_kcs_probe_of_v2() local
/OK3568_Linux_fs/u-boot/board/keymile/km_arm/
H A Dkm_arm.c314 int board_spi_claim_bus(struct spi_slave *slave) in board_spi_claim_bus()
321 void board_spi_release_bus(struct spi_slave *slave) in board_spi_release_bus()
/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dof.c20 struct dw_dma_slave slave = { in dw_dma_of_xlate() local
/OK3568_Linux_fs/kernel/arch/powerpc/purgatory/
H A Dtrampoline_64.S30 slave: label
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c204 int mlx4_QUERY_FUNC(struct mlx4_dev *dev, struct mlx4_func *func, int slave) in mlx4_QUERY_FUNC()
259 static int mlx4_activate_vst_qinq(struct mlx4_priv *priv, int slave, int port) in mlx4_activate_vst_qinq()
290 static int mlx4_handle_vst_qinq(struct mlx4_priv *priv, int slave, int port) in mlx4_handle_vst_qinq()
325 int mlx4_QUERY_FUNC_CAP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_FUNC_CAP_wrapper()
1272 int mlx4_QUERY_DEV_CAP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_DEV_CAP_wrapper()
1406 int mlx4_QUERY_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_PORT_wrapper()
1743 int mlx4_QUERY_FW_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_FW_wrapper()
2253 int mlx4_INIT_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_INIT_PORT_wrapper()
2351 int mlx4_CLOSE_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_CLOSE_PORT_wrapper()
2993 int mlx4_ACCESS_REG_wrapper(struct mlx4_dev *dev, int slave, in mlx4_ACCESS_REG_wrapper()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dm41t94.c20 static struct spi_slave *slave; variable
/OK3568_Linux_fs/u-boot/cmd/
H A Dspi.c45 struct spi_slave *slave; in do_spi_xfer() local
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-mlxbf.c358 u8 slave; member
435 struct i2c_client *slave; member
671 static int mlxbf_i2c_smbus_enable(struct mlxbf_i2c_priv *priv, u8 slave, in mlxbf_i2c_smbus_enable()
716 u8 slave, flags, addr; in mlxbf_i2c_smbus_start_transaction() local
1866 struct i2c_client *slave = priv->slave; in mlxbf_smbus_irq_send() local
1970 struct i2c_client *slave = priv->slave; in mlxbf_smbus_irq_recv() local
2155 static int mlxbf_i2c_reg_slave(struct i2c_client *slave) in mlxbf_i2c_reg_slave()
2179 static int mlxbf_i2c_unreg_slave(struct i2c_client *slave) in mlxbf_i2c_unreg_slave()
H A Di2c-stm32f7.c329 struct i2c_client *slave[STM32F7_I2C_MAX_SLAVE]; member
1220 static bool stm32f7_i2c_is_addr_match(struct i2c_client *slave, u32 addcode) in stm32f7_i2c_is_addr_match()
1248 struct i2c_client *slave = i2c_dev->slave_running; in stm32f7_i2c_slave_start() local
1321 struct i2c_client *slave, int *id) in stm32f7_i2c_get_slave_id()
1338 struct i2c_client *slave, int *id) in stm32f7_i2c_get_free_slave_id()
1805 static int stm32f7_i2c_reg_slave(struct i2c_client *slave) in stm32f7_i2c_reg_slave()
1895 static int stm32f7_i2c_unreg_slave(struct i2c_client *slave) in stm32f7_i2c_unreg_slave()
H A Di2c-cadence.c207 struct i2c_client *slave; member
898 static int cdns_reg_slave(struct i2c_client *slave) in cdns_reg_slave()
923 static int cdns_unreg_slave(struct i2c_client *slave) in cdns_unreg_slave()
H A Di2c-axxia.c148 struct i2c_client *slave; member
674 static int axxia_i2c_reg_slave(struct i2c_client *slave) in axxia_i2c_reg_slave()
706 static int axxia_i2c_unreg_slave(struct i2c_client *slave) in axxia_i2c_unreg_slave()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-acpi.c43 struct ide_acpi_drive_link slave; member
481 struct ide_acpi_drive_link *slave = &hwif->acpidata->slave; in ide_acpi_push_timing() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw.c462 static void _cpsw_adjust_link(struct cpsw_slave *slave, in _cpsw_adjust_link()
549 struct cpsw_priv *priv, struct cpsw_slave *slave, in cpsw_add_dual_emac_def_ale_entries()
570 static void cpsw_slave_open(struct cpsw_slave *slave, struct cpsw_priv *priv) in cpsw_slave_open()
719 static void cpsw_slave_stop(struct cpsw_slave *slave, struct cpsw_common *cpsw) in cpsw_slave_stop()
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dsysfs_slave_dpn.c280 int sdw_slave_sysfs_dpn_init(struct sdw_slave *slave) in sdw_slave_sysfs_dpn_init()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_teql.c297 struct net_device *slave = qdisc_dev(q); in teql_master_xmit() local
369 struct net_device *slave = qdisc_dev(q); in teql_master_open() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpic.c284 struct device_node *slave = NULL; in pmac_pic_probe_oldstyle() local
474 struct device_node *np, *master = NULL, *slave = NULL; in pmac_pic_probe_mpic() local
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dus122l.h16 struct file *slave; member
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwsa881x.c675 struct sdw_slave *slave; member
1060 static int wsa881x_update_status(struct sdw_slave *slave, in wsa881x_update_status()
1071 static int wsa881x_port_prep(struct sdw_slave *slave, in wsa881x_port_prep()
1085 static int wsa881x_bus_config(struct sdw_slave *slave, in wsa881x_bus_config()
H A Drt715.c765 struct regmap *regmap, struct sdw_slave *slave) in rt715_init()
794 int rt715_io_init(struct device *dev, struct sdw_slave *slave) in rt715_io_init()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c65 struct spi_slave *slave; in spi_flash_probe_bus_cs() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c251 struct komeda_pipeline *slave = kcrtc->slave; in komeda_crtc_do_flush() local
327 struct komeda_pipeline *slave = kcrtc->slave; in komeda_crtc_atomic_disable() local

1234567891011