Home
last modified time | relevance | path

Searched refs:slave (Results 326 - 350 of 589) sorted by relevance

1...<<11121314151617181920>>...24

/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-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()
/kernel/linux/linux-5.10/include/sound/
H A Dspear_spdif.h12 bool (*filter)(struct dma_chan *chan, void *slave);
/kernel/linux/linux-6.6/include/sound/
H A Dspear_spdif.h12 bool (*filter)(struct dma_chan *chan, void *slave);
/third_party/ffmpeg/libavformat/
H A Dtee_common.h27 int ff_tee_parse_slave_options(void *log, char *slave,
/kernel/linux/linux-5.10/sound/soc/spear/
H A Dspear_pcm.h11 bool (*filter)(struct dma_chan *chan, void *slave));
/kernel/linux/linux-6.6/sound/soc/spear/
H A Dspear_pcm.h11 bool (*filter)(struct dma_chan *chan, void *slave));
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dslirp.h24 int slave; member
H A Dslip.h12 int slave; member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dslirp.h24 int slave; member
H A Dslip.h12 int slave; member
/kernel/linux/linux-5.10/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/net/hsr/
H A Dhsr_device.h18 int hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2],
/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)
/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
/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-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()
/third_party/toybox/toys/other/
H A Di2ctools.c89 static int i2c_open(int bus, int slave, int chip) in i2c_open() argument
95 if (slave) xioctl(fd, slave, (void *)(long)chip); in i2c_open()
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c10 * range locking"). Some slave processes try to perform operations on
50 /* The operations the slave processes will try to perform */
92 void *slave(void *data);
253 P("Running slave num: %d\n", df->dpr->whoami); in loadProcess()
255 slave((void *)df); in loadProcess()
305 /* Synchronize slave processes */ in serverSendLocal()
423 int serverSendLockLocal(struct flock *request, int slave) in serverSendLockLocal() argument
426 return write(dp.lclnt[slave][1], message, M_SIZE); in serverSendLockLocal()
506 /* Add slave and server pipe file descriptors */ in masterClient()
658 /* The main idea is to lock all the bytes in a file. Each slave proces in master()
748 void *slave(void *data) slave() function
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...24