Home
last modified time | relevance | path

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

/linux-4.1.27/net/can/
Dgw.c213 int from = calc_idx(xor->from_idx, cf->can_dlc); in cgw_csum_xor_rel()
238 for (i = xor->from_idx; i <= xor->to_idx; i++) in cgw_csum_xor_pos()
249 for (i = xor->from_idx; i >= xor->to_idx; i--) in cgw_csum_xor_neg()
257 int from = calc_idx(crc8->from_idx, cf->can_dlc); in cgw_csum_crc8_rel()
267 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_rel()
270 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_rel()
299 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_pos()
326 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_neg()
720 err = cgw_chk_csum_parms(c->from_idx, c->to_idx, in cgw_parse_attr()
732 if (c->from_idx < 0 || c->to_idx < 0 || in cgw_parse_attr()
[all …]
/linux-4.1.27/include/uapi/linux/can/
Dgw.h109 __s8 from_idx; member
116 __s8 from_idx; member
/linux-4.1.27/drivers/hid/
Dhid-lg4ff.c906 int i, from_idx, to_idx; in lg4ff_identify_multimode_wheel() local
912 from_idx = 0; in lg4ff_identify_multimode_wheel()
917 from_idx = 0; in lg4ff_identify_multimode_wheel()
922 from_idx = 1; /* Start identity check at G27 */ in lg4ff_identify_multimode_wheel()
927 from_idx = 0; in lg4ff_identify_multimode_wheel()
934 for (i = from_idx; i <= to_idx; i++) { in lg4ff_identify_multimode_wheel()
/linux-4.1.27/drivers/irqchip/
Dirq-gic-v3-its.c424 u64 rd_idx, from_idx, to_idx; in its_wait_for_range_completion() local
427 from_idx = its_cmd_ptr_to_offset(its, from); in its_wait_for_range_completion()
432 if (rd_idx >= to_idx || rd_idx < from_idx) in its_wait_for_range_completion()