Lines Matching refs:dev

10 static inline int z_vrfy_auxdisplay_display_on(const struct device *dev)  in z_vrfy_auxdisplay_display_on()  argument
12 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_display_on()
13 return z_impl_auxdisplay_display_on(dev); in z_vrfy_auxdisplay_display_on()
17 static inline int z_vrfy_auxdisplay_display_off(const struct device *dev) in z_vrfy_auxdisplay_display_off() argument
19 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_display_off()
20 return z_impl_auxdisplay_display_off(dev); in z_vrfy_auxdisplay_display_off()
24 static inline int z_vrfy_auxdisplay_cursor_set_enabled(const struct device *dev, bool enabled) in z_vrfy_auxdisplay_cursor_set_enabled() argument
26 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_cursor_set_enabled()
27 return z_impl_auxdisplay_cursor_set_enabled(dev, enabled); in z_vrfy_auxdisplay_cursor_set_enabled()
31 static inline int z_vrfy_auxdisplay_position_blinking_set_enabled(const struct device *dev, in z_vrfy_auxdisplay_position_blinking_set_enabled() argument
34 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_position_blinking_set_enabled()
35 return z_impl_auxdisplay_position_blinking_set_enabled(dev, enabled); in z_vrfy_auxdisplay_position_blinking_set_enabled()
39 static inline int z_vrfy_auxdisplay_cursor_shift_set(const struct device *dev, uint8_t direction, in z_vrfy_auxdisplay_cursor_shift_set() argument
42 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_cursor_shift_set()
43 return z_impl_auxdisplay_cursor_shift_set(dev, direction, display_shift); in z_vrfy_auxdisplay_cursor_shift_set()
47 static inline int z_vrfy_auxdisplay_cursor_position_set(const struct device *dev, in z_vrfy_auxdisplay_cursor_position_set() argument
51 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_cursor_position_set()
52 return z_impl_auxdisplay_cursor_position_set(dev, type, x, y); in z_vrfy_auxdisplay_cursor_position_set()
56 static inline int z_vrfy_auxdisplay_cursor_position_get(const struct device *dev, int16_t *x, in z_vrfy_auxdisplay_cursor_position_get() argument
59 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_cursor_position_get()
60 return z_impl_auxdisplay_cursor_position_get(dev, x, y); in z_vrfy_auxdisplay_cursor_position_get()
64 static inline int z_vrfy_auxdisplay_display_position_set(const struct device *dev, in z_vrfy_auxdisplay_display_position_set() argument
68 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_display_position_set()
69 return z_impl_auxdisplay_display_position_set(dev, type, x, y); in z_vrfy_auxdisplay_display_position_set()
73 static inline int z_vrfy_auxdisplay_display_position_get(const struct device *dev, int16_t *x, in z_vrfy_auxdisplay_display_position_get() argument
76 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_display_position_get()
77 return z_impl_auxdisplay_display_position_get(dev, x, y); in z_vrfy_auxdisplay_display_position_get()
81 static inline int z_vrfy_auxdisplay_capabilities_get(const struct device *dev, in z_vrfy_auxdisplay_capabilities_get() argument
84 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_capabilities_get()
85 return z_impl_auxdisplay_capabilities_get(dev, capabilities); in z_vrfy_auxdisplay_capabilities_get()
89 static inline int z_vrfy_auxdisplay_clear(const struct device *dev) in z_vrfy_auxdisplay_clear() argument
91 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_clear()
92 return z_impl_auxdisplay_clear(dev); in z_vrfy_auxdisplay_clear()
96 static inline int z_vrfy_auxdisplay_brightness_get(const struct device *dev, in z_vrfy_auxdisplay_brightness_get() argument
99 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_brightness_get()
100 return z_impl_auxdisplay_brightness_get(dev, brightness); in z_vrfy_auxdisplay_brightness_get()
104 static inline int z_vrfy_auxdisplay_brightness_set(const struct device *dev, in z_vrfy_auxdisplay_brightness_set() argument
107 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_brightness_set()
108 return z_impl_auxdisplay_brightness_set(dev, brightness); in z_vrfy_auxdisplay_brightness_set()
112 static inline int z_vrfy_auxdisplay_backlight_get(const struct device *dev, in z_vrfy_auxdisplay_backlight_get() argument
115 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_backlight_get()
116 return z_impl_auxdisplay_backlight_get(dev, backlight); in z_vrfy_auxdisplay_backlight_get()
120 static inline int z_vrfy_auxdisplay_backlight_set(const struct device *dev, in z_vrfy_auxdisplay_backlight_set() argument
123 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_backlight_set()
124 return z_impl_auxdisplay_backlight_set(dev, backlight); in z_vrfy_auxdisplay_backlight_set()
128 static inline int z_vrfy_auxdisplay_is_busy(const struct device *dev) in z_vrfy_auxdisplay_is_busy() argument
130 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_is_busy()
131 return z_impl_auxdisplay_is_busy(dev); in z_vrfy_auxdisplay_is_busy()
135 static inline int z_vrfy_auxdisplay_custom_character_set(const struct device *dev, in z_vrfy_auxdisplay_custom_character_set() argument
138 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_custom_character_set()
139 return z_impl_auxdisplay_custom_character_set(dev, character); in z_vrfy_auxdisplay_custom_character_set()
143 static inline int z_vrfy_auxdisplay_write(const struct device *dev, const uint8_t *data, in z_vrfy_auxdisplay_write() argument
146 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_write()
147 return z_impl_auxdisplay_write(dev, data, len); in z_vrfy_auxdisplay_write()
151 static inline int z_vrfy_auxdisplay_custom_command(const struct device *dev, in z_vrfy_auxdisplay_custom_command() argument
154 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_AUXDISPLAY)); in z_vrfy_auxdisplay_custom_command()
155 return z_impl_auxdisplay_custom_command(dev, data); in z_vrfy_auxdisplay_custom_command()