/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211_apt.c | 471 hisi_disconnect_stru disconnect; in cfg80211_disconnected() local 480 memset_s(&disconnect, sizeof(hisi_disconnect_stru), 0, sizeof(hisi_disconnect_stru)); in cfg80211_disconnected() 483 disconnect.ie = oal_memalloc(ie_len); in cfg80211_disconnected() 484 disconnect.ie_len = ie_len; in cfg80211_disconnected() 485 if (disconnect.ie == HI_NULL) { in cfg80211_disconnected() 489 if (memcpy_s(disconnect.ie, ie_len, ie, ie_len) != EOK) { in cfg80211_disconnected() 491 oal_free(disconnect.ie); in cfg80211_disconnected() 495 disconnect.reason = us_reason; in cfg80211_disconnected() 497 l_ret = (hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_DISCONNECT, (hi_u8 *)&disconnect, in cfg80211_disconnected() 501 if (disconnect in cfg80211_disconnected() [all...] |
H A D | wal_cfg80211.c | 5119 .disconnect = wal_cfg80211_disconnect, in wal_check_cookie_timeout()
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 356 * @disconnect: optional driver disconnect method
384 void (*disconnect)(struct usb_composite_dev *);
member
|
H A D | gadget.h | 72 * Code "-ESHUTDOWN" indicates completion caused by device disconnect, 685 * @disconnect: Invoked after all transfers have been stopped, 687 * may not sleep. Some devices can't detect disconnect, so this might 691 * usually from rmmod (after a disconnect is reported). 754 void (*disconnect)(struct usb_gadget *); member 797 * it will first disconnect(). The driver is also requested
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 370 * @disconnect: optional driver disconnect method 398 void (*disconnect)(struct usb_composite_dev *); member
|
H A D | gadget.h | 73 * Code "-ESHUTDOWN" indicates completion caused by device disconnect, 673 * @disconnect: Invoked after all transfers have been stopped, 675 * may not sleep. Some devices can't detect disconnect, so this might 679 * usually from rmmod (after a disconnect is reported). 744 void (*disconnect)(struct usb_gadget *); member 789 * it will first disconnect(). The driver is also requested
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 506 HWIFI_IOCTL_CMD_PRIV_DISCONNECT, /* linux-2.6.30 sta发起disconnect */ 1609 hi_s32 (*disconnect)(oal_wiphy_stru *pst_wiphy, oal_net_device_stru *netdev, hi_u16 us_reason_code); member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_mac80211.c | 1076 ret = wl_cfg80211_ops.disconnect(wiphy, ndev, reasonCode); in HdfDisconnect()
|
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 2078 * As this function is called after or during disconnect(), all URBs have
2317 * USB probe, disconnect, suspend and resume
3083 .disconnect = uvc_disconnect,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb_linux.c | 480 disconnect: dbus_usbos_disconnect, 960 * Linux 2.4 disconnect: -ENOENT or -EILSEQ for CRC error; rmmod: -ENOENT in dbus_usbos_recv_complete_handle() 961 * Linux 2.6 disconnect: -EPROTO, rmmod: -ESHUTDOWN in dbus_usbos_recv_complete_handle() 2615 /* Needed for disconnect() */ in dbus_usbos_intf_attach()
|
H A D | wl_cfg80211.c | 6821 WL_DBG(("Waiting for disconnect sync, wait_cnt: %d\n", wait_cnt)); in wl_cfg80211_disconnect_state_sync() 6830 WL_MEM(("cfg80211 disconnect state sync done\n")); in wl_cfg80211_disconnect_state_sync() 6943 * Event is sent up for the disconnect Req in wl_cfg80211_disconnect() 6953 /* Not in connecting or connected state. However since disconnect came in wl_cfg80211_disconnect() 6978 WL_ERR(("Clearing disconnect IEs \n")); in wl_cfg80211_disconnect() 11723 /* Ignore disconnect command from upper layer */ in wl_cfg80211_del_station() 11724 WL_INFORM_MEM(("[WPS] Ignore client disconnect.\n")); in wl_cfg80211_del_station() 12775 .disconnect = wl_cfg80211_disconnect, 13115 /* If this is not provided cfg stack will get disconnect in wl_setup_wiphy() 13122 brcm_wowlan_config->disconnect in wl_setup_wiphy() [all...] |
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 48 // throttle rx/tx briefly after some faults, so khubd might disconnect()
1270 /* we get controller i/o faults during khubd disconnect() delays.
in rx_complete() 3124 /* disconnect master --> disconnect slave */
3532 .disconnect = hw_disconnect,
|
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 2876 dmcfreq->input_handler.disconnect = rockchip_dmcfreq_input_disconnect; in rockchip_dmcfreq_boost_init()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc.c | 3039 dmcfreq->input_handler.disconnect = rockchip_dmcfreq_input_disconnect; in rockchip_dmcfreq_boost_init()
|