Lines Matching defs:ops
27 * @ops: bus verb operators32 const struct hdac_bus_ops *ops)36 if (ops)37 bus->ops = ops;39 bus->ops = &default_ops;122 err = bus->ops->command(bus, cmd);125 err = bus->ops->command(bus, cmd);129 err = bus->ops->get_response(bus, addr, &tmp);134 err = bus->ops->get_response(bus, addr, res);