Lines Matching refs:K_OOPS
13 K_OOPS(K_SYSCALL_DRIVER_LED(dev, blink)); in z_vrfy_led_blink()
22 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_LED)); in z_vrfy_led_get_info()
23 K_OOPS(K_SYSCALL_MEMORY_WRITE(info, sizeof(*info))); in z_vrfy_led_get_info()
32 K_OOPS(K_SYSCALL_DRIVER_LED(dev, set_brightness)); in z_vrfy_led_set_brightness()
42 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_LED)); in z_vrfy_led_write_channels()
43 K_OOPS(K_SYSCALL_MEMORY_READ(buf, num_channels)); in z_vrfy_led_write_channels()
51 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_LED)); in z_vrfy_led_set_channel()
59 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_LED)); in z_vrfy_led_set_color()
60 K_OOPS(K_SYSCALL_MEMORY_READ(color, num_colors)); in z_vrfy_led_set_color()
67 K_OOPS(K_SYSCALL_DRIVER_LED(dev, on)); in z_vrfy_led_on()
74 K_OOPS(K_SYSCALL_DRIVER_LED(dev, off)); in z_vrfy_led_off()