Lines Matching refs:dev
19 static int test_driver_action(const struct device *dev, in test_driver_action() argument
22 struct test_driver_data *data = dev->data; in test_driver_action()
40 void test_driver_pm_async(const struct device *dev) in test_driver_pm_async() argument
42 struct test_driver_data *data = dev->data; in test_driver_pm_async()
47 void test_driver_pm_done(const struct device *dev) in test_driver_pm_done() argument
49 struct test_driver_data *data = dev->data; in test_driver_pm_done()
54 bool test_driver_pm_ongoing(const struct device *dev) in test_driver_pm_ongoing() argument
56 struct test_driver_data *data = dev->data; in test_driver_pm_ongoing()
61 size_t test_driver_pm_count(const struct device *dev) in test_driver_pm_count() argument
63 struct test_driver_data *data = dev->data; in test_driver_pm_count()
68 int test_driver_init(const struct device *dev) in test_driver_init() argument
70 struct test_driver_data *data = dev->data; in test_driver_init()