Home
last modified time | relevance | path

Searched refs:intent (Results 1 – 20 of 20) sorted by relevance

/drivers/rpmsg/
Dqcom_glink_native.c250 struct glink_core_rx_intent *intent; in qcom_glink_channel_release() local
260 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_channel_release()
261 if (!intent->reuse) { in qcom_glink_channel_release()
262 kfree(intent->data); in qcom_glink_channel_release()
263 kfree(intent); in qcom_glink_channel_release()
507 struct glink_core_rx_intent *intent, *tmp; in qcom_glink_rx_done_work() local
520 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_rx_done_work()
521 list_del(&intent->node); in qcom_glink_rx_done_work()
523 iid = intent->id; in qcom_glink_rx_done_work()
524 reuse = intent->reuse; in qcom_glink_rx_done_work()
[all …]
/drivers/staging/r8188eu/core/
Drtw_p2p.c1107 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()
1109 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req()
1118 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()
1240 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()
1242 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp()
1254 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()
1358 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()
1360 } else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()
1812 pwdinfo->intent = 1; in init_wifidirect_info()
1817 pwdinfo->intent = 1; in init_wifidirect_info()
[all …]
Drtw_mlme_ext.c1796 p2pie[p2pielen++] = ((pwdinfo->intent << 1) | BIT(0)); in issue_p2p_GO_request()
2175 p2pie[p2pielen++] = (pwdinfo->intent << 1); in issue_p2p_GO_response()
2178 p2pie[p2pielen++] = ((pwdinfo->intent << 1) | BIT(0)); in issue_p2p_GO_response()
/drivers/staging/media/deprecated/vpfe_capture/
DTODO2 framework, so these drivers are now deprecated with the intent of
/drivers/staging/media/deprecated/fsl-viu/
DTODO2 framework, so this driver is now deprecated with the intent of
/drivers/staging/media/deprecated/tm6000/
DTODO2 framework, so this driver is now deprecated with the intent of
/drivers/staging/media/deprecated/zr364xx/
DTODO2 framework, so this driver is now deprecated with the intent of
/drivers/staging/media/deprecated/saa7146/saa7146/
DTODO2 the vb2 framework, so these drivers are now deprecated with the intent of
/drivers/staging/media/deprecated/saa7146/ttpci/
DTODO2 the vb2 framework, so these drivers are now deprecated with the intent of
/drivers/staging/media/deprecated/saa7146/av7110/
DTODO5 These drivers are now deprecated with the intent of
/drivers/staging/media/deprecated/stkwebcam/
DTODO7 is now deprecated with the intent of removing it altogether by
/drivers/net/
DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/drivers/net/ethernet/myricom/
DKconfig43 is used, with the intent of lessening the impact of cache misses.
/drivers/mtd/spi-nor/
DKconfig40 Don't use this if you intent to use the software write protection
/drivers/net/ethernet/intel/
DKconfig124 is used, with the intent of lessening the impact of cache misses.
193 is used, with the intent of lessening the impact of cache misses.
/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2144 u8 intent = pwdinfo->intent; in rtw_p2p_set_intent() local
2148 intent = extra[0] - '0'; in rtw_p2p_set_intent()
2151 intent = str_2char2num(extra[0], extra[1]); in rtw_p2p_set_intent()
2154 if (intent <= 15) in rtw_p2p_set_intent()
2155 pwdinfo->intent = intent; in rtw_p2p_set_intent()
/drivers/staging/r8188eu/include/
Drtw_mlme.h204 u8 intent; /* should only include the intent value. */ member
/drivers/block/drbd/
Ddrbd_actlog.c82 void *drbd_md_get_buffer(struct drbd_device *device, const char *intent) in drbd_md_get_buffer() argument
93 device->md_io.current_use = intent; in drbd_md_get_buffer()
Ddrbd_int.h1495 extern void *drbd_md_get_buffer(struct drbd_device *device, const char *intent);
/drivers/staging/rtl8723bs/include/
Drtw_mlme.h226 u8 intent; /* should only include the intent value. */ member