Searched refs:current_id (Results 1 – 9 of 9) sorted by relevance
55 unsigned int current_id; member115 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()
1195 u64 current_id; in vmbus_next_request_id() local1202 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()
26 u8 current_id; in find_section() local34 current_id = *(base + index); in find_section()38 if (current_id == section_id) in find_section()
101 uint64_t current_id,
1297 uint64_t current_id, in dm_pool_set_metadata_transaction_id() argument1307 if (pmd->trans_id != current_id) { in dm_pool_set_metadata_transaction_id()
799 u32 current_id; in vmci_ctx_set_chkpt_state() local818 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()
398 atomic_t current_id ____cacheline_aligned;
62 return atomic_inc_return(&ccp->current_id) & CCP_JOBID_MASK; in ccp_gen_jobid()
47 int current_id = gpu_processor_id_low; in get_and_inc_gpu_processor_id() local50 return current_id; in get_and_inc_gpu_processor_id()