Lines Matching refs:K_OOPS
12 K_OOPS(K_SYSCALL_DRIVER_W1(dev, reset_bus)); in z_vrfy_w1_reset_bus()
20 K_OOPS(K_SYSCALL_DRIVER_W1(dev, read_bit)); in z_vrfy_w1_read_bit()
28 K_OOPS(K_SYSCALL_DRIVER_W1(dev, write_bit)); in z_vrfy_w1_write_bit()
36 K_OOPS(K_SYSCALL_DRIVER_W1(dev, read_byte)); in z_vrfy_w1_read_byte()
44 K_OOPS(K_SYSCALL_DRIVER_W1(dev, write_byte)); in z_vrfy_w1_write_byte()
53 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_W1)); in z_vrfy_w1_read_block()
54 K_OOPS(K_SYSCALL_MEMORY_WRITE(buffer, len)); in z_vrfy_w1_read_block()
64 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_W1)); in z_vrfy_w1_write_block()
65 K_OOPS(K_SYSCALL_MEMORY_READ(buffer, len)); in z_vrfy_w1_write_block()
74 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_W1)); in z_vrfy_w1_change_bus_lock()
83 K_OOPS(K_SYSCALL_DRIVER_W1(dev, configure)); in z_vrfy_w1_configure()
91 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_W1)); in z_vrfy_w1_get_slave_count()
103 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_W1)); in z_vrfy_w1_search_bus()
105 K_OOPS(K_SYSCALL_VERIFY_MSG(callback == 0, in z_vrfy_w1_search_bus()