Home
last modified time | relevance | path

Searched refs:tmp_pos (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/speakup/
Dmain.c547 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
553 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
562 && ((char)get_char(vc, (u_short *) &tmp_pos + 1, &temp) > in get_word()
564 tmp_pos += 2; in get_word()
568 ch = (char)get_char(vc, (u_short *) tmp_pos - 1, &temp); in get_word()
570 && ((char)get_char(vc, (u_short *) tmp_pos, &temp) > in get_word()
573 tmp_pos -= 2; in get_word()
576 attr_ch = get_char(vc, (u_short *) tmp_pos, &spk_attr); in get_word()
579 tmp_pos += 2; in get_word()
581 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
/linux-4.1.27/fs/ocfs2/
Daops.c1561 u32 tmp_pos; in ocfs2_write_cluster() local
1567 tmp_pos = cpos; in ocfs2_write_cluster()
1569 &tmp_pos, 1, 0, wc->w_di_bh, in ocfs2_write_cluster()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c3320 struct nx_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local
3326 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) { in netxen_restore_indev_addr()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c1000 loff_t tmp_pos = 0; in i915_error_state_read() local
1012 ret_count = simple_read_from_buffer(userbuf, count, &tmp_pos, in i915_error_state_read()