Searched refs:NCM_PARM_ATTR (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/usb/ |
| D | cdc_ncm.c | 287 #define NCM_PARM_ATTR(name, format, tocpu) \ macro 296 NCM_PARM_ATTR(bmNtbFormatsSupported, "0x%04x", le16_to_cpu); 297 NCM_PARM_ATTR(dwNtbInMaxSize, "%u", le32_to_cpu); 298 NCM_PARM_ATTR(wNdpInDivisor, "%u", le16_to_cpu); 299 NCM_PARM_ATTR(wNdpInPayloadRemainder, "%u", le16_to_cpu); 300 NCM_PARM_ATTR(wNdpInAlignment, "%u", le16_to_cpu); 301 NCM_PARM_ATTR(dwNtbOutMaxSize, "%u", le32_to_cpu); 302 NCM_PARM_ATTR(wNdpOutDivisor, "%u", le16_to_cpu); 303 NCM_PARM_ATTR(wNdpOutPayloadRemainder, "%u", le16_to_cpu); 304 NCM_PARM_ATTR(wNdpOutAlignment, "%u", le16_to_cpu); [all …]
|