Searched refs:new_mode (Results 1 – 7 of 7) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
D | phy-rockchip-typec.c | 1279 int timeout, new_mode, ret = 0; in _rockchip_usb3_phy_power_on() local 1284 new_mode = tcphy_get_mode(tcphy); in _rockchip_usb3_phy_power_on() 1285 if (new_mode < 0) { in _rockchip_usb3_phy_power_on() 1286 ret = new_mode; in _rockchip_usb3_phy_power_on() 1291 if (!(new_mode & (MODE_DFP_USB | MODE_UFP_USB))) { in _rockchip_usb3_phy_power_on() 1296 if (tcphy->mode == new_mode) { in _rockchip_usb3_phy_power_on() 1301 ret = tcphy_phy_init(tcphy, new_mode); in _rockchip_usb3_phy_power_on() 1311 tcphy->mode |= new_mode & (MODE_DFP_USB | MODE_UFP_USB); in _rockchip_usb3_phy_power_on() 1382 int new_mode, ret = 0; in rockchip_dp_phy_power_on() local 1387 new_mode = tcphy_get_mode(tcphy); in rockchip_dp_phy_power_on() [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/net/wifi/ |
D | bwifi_event.h | 64 uint8_t new_mode; /**< the new auth mode of AP */ member
|
/device/soc/esp/esp32/components/esp_event/ |
D | event_send_compat.inc | 208 …SYSTEM_EVENT_STA_AUTHMODE_CHNAGE, old_mode:%d, new_mode:%d", auth_change->old_mode, auth_change->n…
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 2538 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability() local 2558 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_discoverability() 2568 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability() 2592 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability() 2593 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability() 2637 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability() local 2657 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_connectability() 2664 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability() 2687 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability() 2688 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
|
/device/soc/esp/esp32/components/esp_wifi/include/ |
D | esp_wifi_types.h | 641 wifi_auth_mode_t new_mode; /**< the new auth mode of AP */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
D | drm_edid.c | 3827 struct drm_display_mode *new_mode; in add_hdmi_mandatory_stereo_modes() local 3834 new_mode = drm_mode_duplicate(dev, mode); in add_hdmi_mandatory_stereo_modes() 3835 if (!new_mode) { in add_hdmi_mandatory_stereo_modes() 3839 new_mode->flags |= mandatory->flags; in add_hdmi_mandatory_stereo_modes() 3840 list_add_tail(&new_mode->head, &stereo_modes); in add_hdmi_mandatory_stereo_modes()
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 50286 int timeout, new_mode, ret = 0;
|