Home
last modified time | relevance | path

Searched refs:slave (Results 301 - 325 of 533) sorted by relevance

1...<<11121314151617181920>>...22

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwsa881x.c674 struct sdw_slave *slave; member
694 /* Enable software reset output from soundwire slave */ in wsa881x_init()
985 return sdw_stream_add_slave(wsa881x->slave, &wsa881x->sconfig, in wsa881x_hw_params()
995 sdw_stream_remove_slave(wsa881x->slave, wsa881x->sruntime); in wsa881x_hw_free()
1059 static int wsa881x_update_status(struct sdw_slave *slave, in wsa881x_update_status() argument
1062 struct wsa881x_priv *wsa881x = dev_get_drvdata(&slave->dev); in wsa881x_update_status()
1064 if (status == SDW_SLAVE_ATTACHED && slave->dev_num > 0) in wsa881x_update_status()
1070 static int wsa881x_port_prep(struct sdw_slave *slave, in wsa881x_port_prep() argument
1074 struct wsa881x_priv *wsa881x = dev_get_drvdata(&slave->dev); in wsa881x_port_prep()
1084 static int wsa881x_bus_config(struct sdw_slave *slave, in wsa881x_bus_config() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dus122l.h16 struct file *slave; member
/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_device.h18 int hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2],
/kernel/linux/linux-5.10/include/linux/
H A Dif_eql.h26 typedef struct slave { struct
H A Dif_frad.h54 struct net_device *slave; member
H A Dsh_dma.h17 /* Used by slave DMA clients to request DMA to/from a specific peripheral */
51 * @slave: array of slaves
72 const struct sh_dmae_slave_config *slave; member
/kernel/linux/linux-6.6/include/linux/hsi/
H A Dssi_protocol.h5 * SSIP slave support header file
21 struct hsi_client *ssip_slave_get_master(struct hsi_client *slave);
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dus122l.h16 struct file *slave; member
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dqcom.c568 struct sdw_slave *slave, int devnum) in qcom_swrm_set_slave_dev_num()
578 if (slave) in qcom_swrm_set_slave_dev_num()
579 slave->dev_num = devnum; in qcom_swrm_set_slave_dev_num()
589 struct sdw_slave *slave, *_s; in qcom_swrm_enumerate() local
619 list_for_each_entry_safe(slave, _s, &bus->slaves, node) { in qcom_swrm_enumerate()
620 if (sdw_compare_devid(slave, id) == 0) { in qcom_swrm_enumerate()
621 qcom_swrm_set_slave_dev_num(bus, slave, i); in qcom_swrm_enumerate()
622 if (slave->prop.clk_stop_mode1) in qcom_swrm_enumerate()
689 "no slave alert found.spurious interrupt\n"); in qcom_swrm_irq_handler()
697 dev_dbg_ratelimited(ctrl->dev, "SWR new slave attache in qcom_swrm_irq_handler()
567 qcom_swrm_set_slave_dev_num(struct sdw_bus *bus, struct sdw_slave *slave, int devnum) qcom_swrm_set_slave_dev_num() argument
1058 struct sdw_slave *slave; qcom_swrm_compute_params() local
1146 struct sdw_slave *slave; qcom_swrm_stream_alloc_ports() local
[all...]
H A Dintel_init.c160 struct sdw_slave *slave; in sdw_intel_probe_controller() local
262 list_for_each_entry(slave, &bus->slaves, node) { in sdw_intel_probe_controller()
263 ctx->ids[i].id = slave->id; in sdw_intel_probe_controller()
H A DMakefile7 soundwire-bus-y := bus_type.o bus.o master.o slave.o mipi_disco.o stream.o \
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregmap-fsi.c214 return __regmap_init(&fsi_dev->dev, bus, fsi_dev->slave, config, lock_key, lock_name); in __regmap_init_fsi()
227 return __devm_regmap_init(&fsi_dev->dev, bus, fsi_dev->slave, config, lock_key, lock_name); in __devm_regmap_init_fsi()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h54 struct am65_cpsw_slave_data slave; member
179 #define am65_ndev_to_slave(ndev) (&am65_ndev_to_port(ndev)->slave)
H A Dam65-cpsw-switchdev.c184 cpsw_ale_add_ucast(cpsw->ale, port->slave.mac_addr, in am65_cpsw_port_vlan_add()
218 cpsw_ale_del_ucast(cpsw->ale, port->slave.mac_addr, in am65_cpsw_port_vlan_del()
386 if (memcmp(port->slave.mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in am65_cpsw_switchdev_event_work()
402 if (memcmp(port->slave.mac_addr, (u8 *)fdb->addr, ETH_ALEN) == 0) in am65_cpsw_switchdev_event_work()
/kernel/linux/linux-6.6/include/linux/
H A Dif_eql.h27 typedef struct slave { struct
H A Dsh_dma.h17 /* Used by slave DMA clients to request DMA to/from a specific peripheral */
51 * @slave: array of slaves
72 const struct sh_dmae_slave_config *slave; member
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dmax98363.h32 struct sdw_slave *slave; member
/kernel/linux/linux-5.10/sound/i2c/
H A Di2c.c36 struct snd_i2c_bus *slave; in snd_i2c_bus_free() local
49 slave = snd_i2c_slave_bus(bus->buses.next); in snd_i2c_bus_free()
50 snd_device_free(bus->card, slave); in snd_i2c_bus_free()
/kernel/linux/linux-6.6/sound/i2c/
H A Di2c.c36 struct snd_i2c_bus *slave; in snd_i2c_bus_free() local
49 slave = snd_i2c_slave_bus(bus->buses.next); in snd_i2c_bus_free()
50 snd_device_free(bus->card, slave); in snd_i2c_bus_free()
/kernel/linux/linux-5.10/drivers/soundwire/
H A DMakefile7 soundwire-bus-y := bus_type.o bus.o master.o slave.o mipi_disco.o stream.o \
/kernel/linux/linux-5.10/sound/soc/spear/
H A Dspear_pcm.c42 bool (*filter)(struct dma_chan *chan, void *slave)) in devm_spear_pcm_platform_register()
40 devm_spear_pcm_platform_register(struct device *dev, struct snd_dmaengine_pcm_config *config, bool (*filter)(struct dma_chan *chan, void *slave)) devm_spear_pcm_platform_register() argument
/kernel/linux/linux-6.6/sound/soc/spear/
H A Dspear_pcm.c42 bool (*filter)(struct dma_chan *chan, void *slave)) in devm_spear_pcm_platform_register()
40 devm_spear_pcm_platform_register(struct device *dev, struct snd_dmaengine_pcm_config *config, bool (*filter)(struct dma_chan *chan, void *slave)) devm_spear_pcm_platform_register() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c117 bool slave = !!(ttm->page_flags & TTM_TT_FLAG_EXTERNAL); in lsdc_ttm_tt_populate() local
119 if (slave && ttm->sg) { in lsdc_ttm_tt_populate()
133 bool slave = !!(ttm->page_flags & TTM_TT_FLAG_EXTERNAL); in lsdc_ttm_tt_unpopulate() local
135 if (slave) in lsdc_ttm_tt_unpopulate()
/kernel/linux/linux-5.10/include/drm/bridge/
H A Ddw_mipi_dsi.h68 void dw_mipi_dsi_set_slave(struct dw_mipi_dsi *dsi, struct dw_mipi_dsi *slave);
/kernel/linux/linux-6.6/include/drm/bridge/
H A Ddw_mipi_dsi.h70 void dw_mipi_dsi_set_slave(struct dw_mipi_dsi *dsi, struct dw_mipi_dsi *slave);

Completed in 12 milliseconds

1...<<11121314151617181920>>...22