Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/soundwire/
Dsdw.h608 struct sdw_master_port_ops { struct
690 const struct sdw_master_port_ops *port_ops;
/Linux-v4.19/Documentation/driver-api/soundwire/
Dsummary.rst122 "sdw_master_port_ops" callback functions are provided to the Bus.
130 "sdw_master_port_ops" is used by Bus to setup the Port parameters of the
132 MIPI specification, so Bus calls the "sdw_master_port_ops" callback
/Linux-v4.19/drivers/soundwire/
Dcadence_master.c971 static const struct sdw_master_port_ops cdns_port_ops = {
Dstream.c499 const struct sdw_master_port_ops *ops = bus->port_ops; in sdw_prep_deprep_master_ports()