Lines Matching defs:ops
414 if (drv->ops && drv->ops->port_prep) {
415 ret = drv->ops->port_prep(slave, &prep_ch, cmd);
520 const struct sdw_master_port_ops *ops = bus->port_ops;
530 if (ops->dpn_port_prep) {
531 ret = ops->dpn_port_prep(bus, &prep_ch);
590 if (bus->ops->set_bus_conf) {
591 ret = bus->ops->set_bus_conf(bus, &bus->params);
605 if (drv->ops && drv->ops->bus_config) {
606 ret = drv->ops->bus_config(slave, &bus->params);
780 const struct sdw_master_ops *ops;
790 ops = bus->ops;
798 if (ops->pre_bank_switch) {
799 ret = ops->pre_bank_switch(bus);
811 * part of post_bank_switch ops.
828 ops = bus->ops;
831 if (ops->post_bank_switch) {
832 ret = ops->post_bank_switch(bus);
841 "Post bank switch ops not implemented\n");
1315 * NOTE: This function is called from SoundWire stream ops and is
1337 * NOTE: This function is called from SoundWire stream ops and is