Home
last modified time | relevance | path

Searched refs:sdw_master_port_ops (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/Documentation/driver-api/soundwire/
Dsummary.rst123 "sdw_master_port_ops" callback functions are provided to the Bus.
131 "sdw_master_port_ops" is used by Bus to setup the Port parameters of the
133 MIPI specification, so Bus calls the "sdw_master_port_ops" callback
/linux-5.19.10/include/linux/soundwire/
Dsdw.h807 struct sdw_master_port_ops { struct
906 const struct sdw_master_port_ops *port_ops;
/linux-5.19.10/drivers/soundwire/
Dcadence_master.c1523 static const struct sdw_master_port_ops cdns_port_ops = {
Dqcom.c844 static const struct sdw_master_port_ops qcom_swrm_port_ops = {
Dstream.c520 const struct sdw_master_port_ops *ops = bus->port_ops; in sdw_prep_deprep_master_ports()