/device/soc/rockchip/common/vendor/include/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 39 void (*free)(struct deferred_freelist_item *i, enum df_reason reason); 51 void (*free)(struct deferred_freelist_item *i, enum df_reason reason), size_t nr_pages);
|
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 39 void (*free)(struct deferred_freelist_item *i, enum df_reason reason); 51 void (*free)(struct deferred_freelist_item *i, enum df_reason reason), size_t nr_pages);
|
H A D | deferred-free-helper.c | 42 static size_t free_one_item(enum df_reason reason) in free_one_item() argument 59 item->free(item, reason); in free_one_item()
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 40 enum df_reason reason); 53 enum df_reason reason),
|
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 40 enum df_reason reason); 53 enum df_reason reason),
|
H A D | deferred-free-helper.c | 44 static size_t free_one_item(enum df_reason reason) in free_one_item() argument 61 item->free(item, reason); in free_one_item()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | traps.h | 31 TP_PROTO(struct pt_regs *regs, unsigned int esr, int reason), 32 TP_ARGS(regs, reason, esr), 1);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmevent.c | 238 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order() 253 evt->reason = hton32(evt->reason); in wl_event_to_network_order()
|
H A D | dhd_pno.h | 255 uint8 reason; member 278 int reason; member 417 uint8 reason; member 547 extern int dhd_pno_get_for_batch(dhd_pub_t *dhd, char *buf, int bufsize, int reason);
|
H A D | wl_cfg80211.c | 13755 u32 reason = ntoh32(e->reason); in wl_get_auth_assoc_status() local 13761 WL_DBG(("event type : %d, reason : %d\n", event, reason)); in wl_get_auth_assoc_status() 13768 sec->auth_assoc_res_status = reason; in wl_get_auth_assoc_status() 13804 u32 reason = ntoh32(e->reason); in wl_notify_connect_status_ap_auth() local 13809 WL_ERR(("event %s(%d) has no payload. status %d reason %d\n", in wl_notify_connect_status_ap_auth() 13810 bcmevent_get_name(event), event, ntoh32(e->status), reason)); in wl_notify_connect_status_ap_auth() 13899 u32 reason in wl_notify_connect_status_ap() local 14178 u32 reason = ntoh32(e->reason); wl_notify_connect_status_bss() local 14447 wl_cfg80211_disassoc(struct net_device *ndev, uint32 reason) wl_cfg80211_disassoc() argument 14466 wl_cfg80211_del_all_sta(struct net_device *ndev, uint32 reason) wl_cfg80211_del_all_sta() argument 14575 u32 reason = ntoh32(e->reason); wl_notify_connect_status_mesh() local 15050 uint32 reason = 0; wl_notify_connect_status() local 15315 u32 reason = ntoh32(e->reason); wl_notify_rmc_status() local 15600 u32 reason = ntoh32(e->reason); wl_notify_roam_prep_status() local 18216 s32 reason = ntoh32(e->reason); wl_print_event_data() local 19458 wl_cfg80211_hang(struct net_device *dev, u16 reason) wl_cfg80211_hang() argument 19913 u32 reason = ntoh32(e->reason); wl_tdls_event_handler() local 23759 u32 reason = ntoh32(event->reason); wl_cfg80211_sup_event_handler() local 23854 s32 reason = ntoh32(e->reason); wl_cfg80211_cac_event_handler() local 23883 uint reason = 0; wl_bssid_prune_event_handler() local [all...] |
H A D | wl_android.h | 300 extern int wl_android_bcnrecv_stop(struct net_device *ndev, uint reason); 304 uint attr_type, uint status, uint reason, uint8 *data, uint data_len);
|
H A D | dhd_pno.c | 833 if (phead->reason & PNO_STATUS_ABORT_MASK) { in _dhd_pno_convert_format() 1045 params->params_batch.get_batch.reason = 0; in _dhd_pno_reinitialize_prof() 2696 } else if (gscan_params->reason) { in _dhd_pno_get_gscan_batch_from_fw() 2697 iter->flag = (ENABLE << gscan_params->reason); in _dhd_pno_get_gscan_batch_from_fw() 2825 } else if (gscan_params->reason) { in _dhd_pno_get_gscan_batch_from_fw() 2826 iter->flag = (ENABLE << gscan_params->reason); in _dhd_pno_get_gscan_batch_from_fw() 3065 _dhd_pno_get_for_batch(dhd_pub_t *dhd, char *buf, int bufsize, int reason) in _dhd_pno_get_for_batch() argument 3234 /* need to record the reason to call dhd_pno_get_for_bach */ in _dhd_pno_get_for_batch() 3235 if (reason) in _dhd_pno_get_for_batch() 3236 pbestnetheader->reason in _dhd_pno_get_for_batch() 3498 dhd_pno_get_for_batch(dhd_pub_t *dhd, char *buf, int bufsize, int reason) dhd_pno_get_for_batch() argument [all...] |
H A D | dhd_common.c | 2313 dhd_store_conn_status(uint32 event, uint32 status, uint32 reason) in dhd_store_conn_status() argument 2323 dhd_conn_reason = reason; in dhd_store_conn_status() 2685 uint i, status, reason; in wl_show_host_event() local 2697 reason = ntoh32(event->reason); in wl_show_host_event() 2698 BCM_REFERENCE(reason); in wl_show_host_event() 2736 DHD_EVENT(("MACEVENT: %s, MAC %s, FAILURE, status %d reason %d\n", in wl_show_host_event() 2737 event_name, eabuf, (int)status, (int)reason)); in wl_show_host_event() 2747 DHD_EVENT(("MACEVENT: %s, MAC %s, reason %d\n", event_name, eabuf, (int)reason)); in wl_show_host_event() 3439 uint32 type, status, datalen, reason; wl_process_host_event() local [all...] |
H A D | wl_iw.c | 143 uint32 reason, char* stringBuf, uint buflen); 3502 wl_iw_conn_status_str(uint32 event_type, uint32 status, uint32 reason, in wl_iw_conn_status_str() argument 3508 uint32 inReason; /* input: event reason code to match */ in wl_iw_conn_status_str() 3561 (row->inReason == reason || row->inReason == WL_IW_DONT_CARE)) { in wl_iw_conn_status_str() 3571 (void)snprintf(stringBuf, buflen, "%s %s %02d %02d", name, cause, status, reason); in wl_iw_conn_status_str() 3589 uint32 reason = ntoh32(e->reason); in wl_iw_check_conn_fail() local 3591 if (wl_iw_conn_status_str(event, status, reason, stringBuf, buflen)) { in wl_iw_check_conn_fail() 3616 uint32 reason = ntoh32(e->reason); in wl_iw_event() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmevent.h | 71 uint32 reason; /* Reason code (if applicable) */ member 85 uint32 reason; /* Reason code (if applicable) */ member 137 #define WLC_E_ROAM 19 /* roam complete: indicate status & reason */ 141 #define WLC_E_PRUNE 23 /* AP was pruned from join list for reason */ 155 #define WLC_E_ROAM_START 37 /* roam attempt started: indicate reason */ 374 /* SDB transition reason code */ 399 /* reason codes for WLC_E_GTK_KEYROT_NO_CHANSW event */ 403 /* roam reason codes */ 428 /* prune reason codes */ 458 /* WPA failure reason code 689 uint8 reason; global() member 977 uint16 reason; /* value 0: unknown, 1: ACSD, 2: OBSS_DBS, global() member 1217 uint8 reason; global() member 1248 uint8 reason; /* Reason code */ global() member 1282 uint32 reason; global() member [all...] |
H A D | dhd_daemon.h | 63 int reason; member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_event.c | 118 int32_t HdfDisconnectedEventCallback(struct net_device *ndev, uint16_t reason, uint8_t *ie, uint32_t len)
in HdfDisconnectedEventCallback() argument 126 ret = HdfWifiEventDisconnected(netDev, reason, ie, len);
in HdfDisconnectedEventCallback()
|
H A D | hdf_bdh_event.h | 42 extern int32_t HdfDisconnectedEventCallback(struct net_device *ndev, uint16_t reason, uint8_t *ie, uint32_t len);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | WebSocket.h | 54 void WebSocket_close(networkHandles *net, int status_code, const char *reason);
|
H A D | MQTTPacket.h | 156 unsigned char rc; /**< connack reason code */ 180 List* qoss; /**< list of granted QoSs (MQTT 3/4) / reason codes (MQTT 5) */ 193 List* reasonCodes; /**< list of reason codes */ 220 unsigned char rc; /**< MQTT 5 reason code */ 247 int MQTTPacket_send_disconnect(Clients* client, enum MQTTReasonCodes reason, MQTTProperties* props);
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 339 static void system_heap_buf_free(struct deferred_freelist_item *item, enum df_reason reason) in system_heap_buf_free() argument 348 if (reason == DF_NORMAL) { in system_heap_buf_free() 350 reason = DF_UNDER_PRESSURE; // On failure, just free in system_heap_buf_free() 359 if (reason == DF_UNDER_PRESSURE) { in system_heap_buf_free()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | net.h | 111 * @param reason The reason for the NACK. 117 coap_nack_reason_t reason, 457 * time, the textual reason phrase for @p code will be added as payload, with 826 * @param reason The reasion for the session cancellation 831 coap_nack_reason_t reason);
|
H A D | coap_session.h | 151 * @param reason The reason why the session was disconnected. 153 void coap_session_disconnected(coap_session_t *session, coap_nack_reason_t reason);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | netif.h | 1091 * Note: When parsing reason argument, keep in mind that more reasons may be added in the future! 1093 * @param reason change reason 1094 * @param args depends on reason, see reason description 1096 typedef void (*netif_ext_callback_fn)(struct netif *netif, netif_nsc_reason_t reason, 1108 void netif_invoke_ext_callback(struct netif *netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t *args); 1113 #define netif_invoke_ext_callback(netif, reason, args)
|
/device/soc/rockchip/common/sdk_linux/drivers/staging/blackbox/ |
H A D | blackbox_storage.c | 45 static void do_kmsg_dump(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason) in do_kmsg_dump() argument
|