Searched defs:driver (Results 1 – 14 of 14) sorted by relevance
26 void __dsc_lock(struct dsc_driver *driver) in __dsc_lock()32 void __dsc_unlock(struct dsc_driver *driver) in __dsc_unlock()40 struct dsc_driver *driver; in __dsc_driver_create() local72 struct dsc_driver *driver; in __dsc_driver_destroy() local104 static bool __dsc_driver_trans_active_down_tree(struct dsc_driver *driver) in __dsc_driver_trans_active_down_tree()122 #define __dsc_driver_can_op(driver) __dsc_driver_can_trans(driver) argument124 static bool __dsc_driver_can_trans(struct dsc_driver *driver) in __dsc_driver_can_trans()130 static bool __dsc_driver_can_trigger(struct dsc_driver *driver) in __dsc_driver_can_trigger()137 __dsc_driver_trans_start_nolock(struct dsc_driver *driver, const char *desc) in __dsc_driver_trans_start_nolock()146 __dsc_driver_trans_start(struct dsc_driver *driver, const char *desc) in __dsc_driver_trans_start()[all …]
31 __dsc_psoc_create(struct dsc_driver *driver, struct dsc_psoc **out_psoc) in __dsc_psoc_create()64 dsc_psoc_create(struct dsc_driver *driver, struct dsc_psoc **out_psoc) in dsc_psoc_create()
164 struct dsc_driver *driver; member
29 #define dsc_driver_trans_start(driver) dsc_driver_trans_start(driver, __func__) argument33 #define dsc_driver_trans_start_wait(driver) \ argument40 static struct dsc_psoc *nth_psoc(struct dsc_driver *driver, int n) in nth_psoc()82 static void __dsc_tree_destroy(struct dsc_driver *driver) in __dsc_tree_destroy()107 struct dsc_driver *driver; in __dsc_tree_create() local151 struct dsc_driver *driver; in dsc_test_create_destroy() local190 struct dsc_driver *driver; in dsc_test_driver_trans_blocks() local240 struct dsc_driver *driver; in dsc_test_psoc_trans_blocks() local328 struct dsc_driver *driver; in dsc_test_vdev_trans_blocks() local397 struct dsc_driver *driver; member[all …]
118 #define dsc_driver_op_start(driver) _dsc_driver_op_start(driver, __func__) argument129 #define dsc_driver_op_stop(driver) _dsc_driver_op_stop(driver, __func__) argument
59 struct device_driver driver; member