Searched refs:device_type (Results 1 – 5 of 5) sorted by relevance
43 static inline void mpu6050_convert_temp(enum mpu6050_device_type device_type, in mpu6050_convert_temp() argument49 switch (device_type) { in mpu6050_convert_temp()111 mpu6050_convert_temp(drv_data->device_type, val, drv_data->temp); in mpu6050_channel_get()171 drv_data->device_type = DEVICE_TYPE_MPU6050; in mpu6050_init()174 drv_data->device_type = DEVICE_TYPE_MPU6500; in mpu6050_init()
63 enum mpu6050_device_type device_type; member
38 .config = {.device_type = DT_PROP(n, device_type), \
217 uint8_t device_type; in cdns_nand_set_opr_mode() local270 device_type = CNF_GET_DEV_TYPE(sys_read32(CNF_CTRLPARAM(base_address, DEV_PARAMS0))); in cdns_nand_set_opr_mode()272 if (device_type != ONFI_INTERFACE) { in cdns_nand_set_opr_mode()
570 data->fsp_cfg->device_type = I3C_DEVICE_TYPE_MAIN_MASTER; in i3c_renesas_ra_configure()
Completed in 18 milliseconds