Home
last modified time | relevance | path

Searched refs:current_id (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/input/tablet/
H A Dhanwang.c55 unsigned int current_id; member
115 hanwang->current_id = STYLUS_DEVICE_ID; in hanwang_parse_packet()
123 hanwang->current_id = 0; in hanwang_parse_packet()
131 hanwang->current_id = 0; in hanwang_parse_packet()
141 hanwang->current_id = STYLUS_DEVICE_ID; in hanwang_parse_packet()
147 hanwang->current_id = ERASER_DEVICE_ID; in hanwang_parse_packet()
152 hanwang->current_id = 0; in hanwang_parse_packet()
195 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); in hanwang_parse_packet()
202 hanwang->current_id = PAD_DEVICE_ID; in hanwang_parse_packet()
237 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); in hanwang_parse_packet()
/linux/drivers/hv/
H A Dchannel.c1195 u64 current_id; in vmbus_next_request_id() local
1202 current_id = rqstor->next_request_id; in vmbus_next_request_id()
1205 if (current_id >= rqstor->size) { in vmbus_next_request_id()
1210 rqstor->next_request_id = rqstor->req_arr[current_id]; in vmbus_next_request_id()
1211 rqstor->req_arr[current_id] = rqst_addr; in vmbus_next_request_id()
1214 bitmap_set(rqstor->req_bitmap, current_id, 1); in vmbus_next_request_id()
1224 return current_id + 1; in vmbus_next_request_id()
/linux/drivers/md/
H A Ddm-thin-metadata.h101 uint64_t current_id,
H A Ddm-thin-metadata.c1293 uint64_t current_id, in dm_pool_set_metadata_transaction_id() argument
1303 if (pmd->trans_id != current_id) { in dm_pool_set_metadata_transaction_id()
/linux/drivers/misc/vmw_vmci/
H A Dvmci_context.c799 u32 current_id; in vmci_ctx_set_chkpt_state() local
818 current_id = ((u32 *)cpt_buf)[i]; in vmci_ctx_set_chkpt_state()
819 result = vmci_ctx_add_notification(context_id, current_id); in vmci_ctx_set_chkpt_state()
/linux/drivers/crypto/ccp/
H A Dccp-dev.h398 atomic_t current_id ____cacheline_aligned;
/linux/drivers/infiniband/core/
H A Dcma.c5212 struct rdma_id_private *current_id; in cma_netevent_callback()
5240 list_for_each_entry(current_id, &ips_node->id_list, id_list_entry) { in cma_netevent_callback()
5241 if (!memcmp(current_id->id.route.addr.dev_addr.dst_dev_addr, in cma_netevent_callback()
5244 cma_id_get(current_id); in cma_netevent_callback()
5245 if (!queue_work(cma_wq, &current_id->id.net_work)) in cma_netevent_callback()
5246 cma_id_put(current_id); in cma_netevent_callback()
5209 struct rdma_id_private *current_id; cma_netevent_callback() local