Lines Matching refs:func
284 __dsc_driver_op_start(struct dsc_driver *driver, const char *func) in __dsc_driver_op_start() argument
291 if (!dsc_assert(func)) in __dsc_driver_op_start()
301 status = __dsc_ops_insert(&driver->ops, func); in __dsc_driver_op_start()
309 QDF_STATUS _dsc_driver_op_start(struct dsc_driver *driver, const char *func) in _dsc_driver_op_start() argument
313 dsc_enter_str(func); in _dsc_driver_op_start()
314 status = __dsc_driver_op_start(driver, func); in _dsc_driver_op_start()
321 static void __dsc_driver_op_stop(struct dsc_driver *driver, const char *func) in __dsc_driver_op_stop() argument
326 if (!dsc_assert(func)) in __dsc_driver_op_stop()
330 if (__dsc_ops_remove(&driver->ops, func)) in __dsc_driver_op_stop()
335 void _dsc_driver_op_stop(struct dsc_driver *driver, const char *func) in _dsc_driver_op_stop() argument
337 __dsc_driver_op_stop(driver, func); in _dsc_driver_op_stop()