Searched refs:rel_code (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/input/misc/ |
D | bfin_rotary.c | 33 unsigned int rel_code; member 56 input_report_rel(input, rotary->rel_code, delta); in report_rotary_event() 124 rotary->rel_code = pdata->rotary_rel_code; in bfin_rotary_probe() 147 __set_bit(rotary->rel_code, input->relbit); in bfin_rotary_probe()
|
/linux-3.4.99/net/ipv6/ |
D | ip6_tunnel.c | 440 u8 rel_code = ICMPV6_ADDR_UNREACH; in ip6_tnl_err() local 509 rel_code = 0; in ip6_tnl_err() 517 *code = rel_code; in ip6_tnl_err() 532 u8 rel_code = code; in ip4ip6_err() local 540 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err() 550 if (rel_code != ICMPV6_ADDR_UNREACH) in ip4ip6_err() 553 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err() 556 if (rel_code != 0) in ip4ip6_err() 559 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err() 613 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() [all …]
|
/linux-3.4.99/arch/arm/mach-pxa/include/mach/ |
D | pxa930_rotary.h | 15 int rel_code; member
|
/linux-3.4.99/drivers/input/keyboard/ |
D | pxa930_rotary.c | 62 input_report_rel(r->input_dev, pdata->rel_code, delta); in rotary_irq() 144 __set_bit(pdata->rel_code, input_dev->relbit); in pxa930_rotary_probe()
|