Searched refs:cplen (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/macintosh/ |
| H A D | macio_sysfs.c | 13 int cplen; in compatible_show() local 17 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in compatible_show() 22 while (cplen > 0) { in compatible_show() 28 cplen -= l; in compatible_show()
|
| /linux/sound/aoa/soundbus/ |
| H A D | core.c | 66 int cplen, seen = 0; in soundbus_uevent() local 90 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in soundbus_uevent() 91 while (compat && cplen > 0) { in soundbus_uevent() 97 cplen -= env->buflen - tmp; in soundbus_uevent()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_int.c | 707 u32 cplen = length; in esas2r_lun_event() local 710 if (cplen > sizeof(t->lu_event)) in esas2r_lun_event() 711 cplen = sizeof(t->lu_event); in esas2r_lun_event() 739 memcpy(&t->lu_event, &ae->lu, cplen); in esas2r_lun_event()
|
| /linux/net/sunrpc/ |
| H A D | xdr.c | 1671 size_t cplen = (char *)xdr->end - (char *)xdr->p; in xdr_buf_subsegment() 1675 p = __xdr_inline_decode(xdr, cplen); in xdr_buf_subsegment() 1678 memcpy(cpdest, p, cplen); in xdr_buf_subsegment() 1681 cpdest += cplen; in xdr_buf_subsegment() 1682 nbytes -= cplen; in xdr_buf_subsegment() 1467 size_t cplen = (char *)xdr->end - (char *)xdr->p; xdr_copy_to_scratch() local
|