/drivers/rpmsg/ |
D | qcom_glink_native.c | 250 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/ |
D | rtw_p2p.c | 1107 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 …]
|
D | rtw_mlme_ext.c | 1796 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/ |
D | TODO | 2 framework, so these drivers are now deprecated with the intent of
|
/drivers/staging/media/deprecated/fsl-viu/ |
D | TODO | 2 framework, so this driver is now deprecated with the intent of
|
/drivers/staging/media/deprecated/tm6000/ |
D | TODO | 2 framework, so this driver is now deprecated with the intent of
|
/drivers/staging/media/deprecated/zr364xx/ |
D | TODO | 2 framework, so this driver is now deprecated with the intent of
|
/drivers/staging/media/deprecated/saa7146/saa7146/ |
D | TODO | 2 the vb2 framework, so these drivers are now deprecated with the intent of
|
/drivers/staging/media/deprecated/saa7146/ttpci/ |
D | TODO | 2 the vb2 framework, so these drivers are now deprecated with the intent of
|
/drivers/staging/media/deprecated/saa7146/av7110/ |
D | TODO | 5 These drivers are now deprecated with the intent of
|
/drivers/staging/media/deprecated/stkwebcam/ |
D | TODO | 7 is now deprecated with the intent of removing it altogether by
|
/drivers/net/ |
D | LICENSE.SRC | 12 intent in sharing this software is to promote the productive interchange
|
/drivers/net/ethernet/myricom/ |
D | Kconfig | 43 is used, with the intent of lessening the impact of cache misses.
|
/drivers/mtd/spi-nor/ |
D | Kconfig | 40 Don't use this if you intent to use the software write protection
|
/drivers/net/ethernet/intel/ |
D | Kconfig | 124 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/ |
D | ioctl_linux.c | 2144 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/ |
D | rtw_mlme.h | 204 u8 intent; /* should only include the intent value. */ member
|
/drivers/block/drbd/ |
D | drbd_actlog.c | 82 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()
|
D | drbd_int.h | 1495 extern void *drbd_md_get_buffer(struct drbd_device *device, const char *intent);
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 226 u8 intent; /* should only include the intent value. */ member
|