Lines Matching refs:K_OOPS
14 K_OOPS(K_SYSCALL_DRIVER_SMBUS(dev, configure)); in z_vrfy_smbus_configure()
23 K_OOPS(K_SYSCALL_DRIVER_SMBUS(dev, get_config)); in z_vrfy_smbus_get_config()
24 K_OOPS(K_SYSCALL_MEMORY_WRITE(dev_config, sizeof(uint32_t))); in z_vrfy_smbus_get_config()
33 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_quick()
42 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_byte_write()
51 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_byte_read()
52 K_OOPS(K_SYSCALL_MEMORY_WRITE(byte, sizeof(uint8_t))); in z_vrfy_smbus_byte_read()
62 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_byte_data_write()
72 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_byte_data_read()
73 K_OOPS(K_SYSCALL_MEMORY_WRITE(byte, sizeof(uint8_t))); in z_vrfy_smbus_byte_data_read()
83 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_word_data_write()
93 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_word_data_read()
94 K_OOPS(K_SYSCALL_MEMORY_WRITE(word, sizeof(uint16_t))); in z_vrfy_smbus_word_data_read()
104 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_pcall()
105 K_OOPS(K_SYSCALL_MEMORY_WRITE(recv_word, sizeof(uint16_t))); in z_vrfy_smbus_pcall()
115 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_block_write()
116 K_OOPS(K_SYSCALL_MEMORY_READ(buf, count)); in z_vrfy_smbus_block_write()
126 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_block_read()
127 K_OOPS(K_SYSCALL_MEMORY_WRITE(count, sizeof(uint8_t))); in z_vrfy_smbus_block_read()
138 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_block_pcall()
139 K_OOPS(K_SYSCALL_MEMORY_READ(snd_buf, snd_count)); in z_vrfy_smbus_block_pcall()
140 K_OOPS(K_SYSCALL_MEMORY_WRITE(rcv_count, sizeof(uint8_t))); in z_vrfy_smbus_block_pcall()
150 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_smbalert_remove_cb()
159 K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_SMBUS)); in z_vrfy_smbus_host_notify_remove_cb()