Searched refs:detected (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 59 * deletion of detected devices are serialized
1198 list_add_tail(&client->detected, &adap->userspace_clients);
in new_device_store() 1237 list_for_each_entry_safe(client, next, &adap->userspace_clients, detected)
in delete_device_store() 1242 list_del(&client->detected);
in delete_device_store() 1595 list_for_each_entry_safe(client, _n, &driver->clients, detected)
in i2c_do_del_adapter() 1599 list_del(&client->detected);
in i2c_do_del_adapter() 1657 list_for_each_entry_safe(client, next, &adap->userspace_clients, detected)
in i2c_del_adapter() 1660 list_del(&client->detected);
in i2c_del_adapter() 2355 list_add_tail(&client->detected, &driver->clients);
in i2c_detect_address()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | i2c.h | 211 * @clients: List of detected clients we created (for i2c-core use only) 224 * for the many I2C/SMBus devices which can't be detected reliably, and 282 * @detected: member of an i2c_driver.clients list or i2c-core's 310 struct list_head detected; member
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 30 echo "Broken shell detected. Trying alternatives." 112 --disable-autodetect disable automatically detected external libraries [no] 197 Note that only the system libraries are auto-detected. All the other external 5139 # Disable DSP stuff for generic CPU, it can't be detected at runtime. 5910 # MSA and MSA2 can be detected at runtime so we supply extra flags here 5920 # MMI can be detected at runtime too
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 229 * will see OBSS, [means that, we false detected that OBSS-is-gone 1358 uint32 source; /**< last detected interference source */ 2619 int32 max_pw_tol; /* maximum tolerance allowd in detected pulse width for radar detection */ 2773 uint8 detected; member 4299 uint32 rxnodelim; /**< number of no valid delimiter detected by ampdu parser */ 4385 uint32 rxnodelim; /**< number of no valid delimiter detected by ampdu parser */ 4471 uint32 rxnodelim; /**< number of no valid delimiter detected by ampdu parser */ 4882 * number of occasions that no valid delimiter is detected 8655 uint16 bt_latency_cnt; /* #Time ucode high latency detected since WL up */ 8700 uint16 bt_latency_cnt; /* #Time ucode high latency detected sinc [all...] |
Completed in 64 milliseconds