Home
last modified time | relevance | path

Searched refs:reptype (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/
H A Dhid-ft260.c844 #define FT260_ATTR_SHOW(name, reptype, id, type, func) \ argument
848 struct reptype rep; \
864 #define FT260_ATTR_STORE(name, reptype, id, req, type, ctype, func) \ argument
869 struct reptype rep; \
888 #define FT260_BYTE_ATTR_STORE(name, reptype, req) \ argument
889 FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \
892 #define FT260_WORD_ATTR_STORE(name, reptype, req) \ argument
893 FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \
/linux/drivers/net/wan/
H A Dhdlc_fr.c640 int stat_len = (lmi == LMI_CISCO) ? 6 : 3, reptype, error, no_ram, i; in fr_lmi_recv() local
690 reptype = skb->data[++i]; in fr_lmi_recv()
691 if (reptype != LMI_INTEGRITY && reptype != LMI_FULLREP) { in fr_lmi_recv()
693 reptype); in fr_lmi_recv()
745 reptype = LMI_FULLREP; in fr_lmi_recv()
751 fr_lmi_send(dev, reptype == LMI_FULLREP ? 1 : 0); in fr_lmi_recv()
762 if (reptype != LMI_FULLREP) in fr_lmi_recv()