Searched refs:cplen (Results 1 – 7 of 7) sorted by relevance
| /drivers/macintosh/ |
| 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()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | firmware.c | 149 u32 cplen; in brcmf_nvram_handle_value() local 156 cplen = ekv - skv; in brcmf_nvram_handle_value() 157 if (nvp->nvram_len + cplen + 1 >= BRCMF_FW_MAX_NVRAM_SIZE) in brcmf_nvram_handle_value() 160 memcpy(&nvp->nvram[nvp->nvram_len], skv, cplen); in brcmf_nvram_handle_value() 161 nvp->nvram_len += cplen; in brcmf_nvram_handle_value()
|
| /drivers/scsi/esas2r/ |
| 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()
|
| /drivers/of/ |
| A D | fdt.c | 642 int cplen; in of_fdt_is_compatible() local 645 cp = fdt_getprop(blob, node, "compatible", &cplen); in of_fdt_is_compatible() 648 while (cplen > 0) { in of_fdt_is_compatible() 654 cplen -= l; in of_fdt_is_compatible()
|
| A D | base.c | 1173 int cplen; in of_alias_from_compatible() local 1175 compatible = of_get_property(node, "compatible", &cplen); in of_alias_from_compatible() 1176 if (!compatible || strlen(compatible) > cplen) in of_alias_from_compatible()
|
| /drivers/infiniband/hw/bnxt_re/ |
| A D | qplib_fp.c | 1762 int t_cplen, cplen; in bnxt_qplib_put_inline() local 1781 cplen = min_t(int, len, sizeof(struct sq_sge)); in bnxt_qplib_put_inline() 1782 cplen = min_t(int, cplen, in bnxt_qplib_put_inline() 1784 memcpy(il_dst, il_src, cplen); in bnxt_qplib_put_inline() 1785 t_cplen += cplen; in bnxt_qplib_put_inline() 1786 il_src += cplen; in bnxt_qplib_put_inline() 1787 il_dst += cplen; in bnxt_qplib_put_inline() 1788 offt += cplen; in bnxt_qplib_put_inline() 1789 len -= cplen; in bnxt_qplib_put_inline()
|
| /drivers/infiniband/sw/rdmavt/ |
| A D | qp.c | 1973 size_t cplen; in rvt_post_one_wr() local 1986 cplen = ret; in rvt_post_one_wr() 2040 memcpy(&wqe->ud_wr, wr, cplen); in rvt_post_one_wr()
|
Completed in 31 milliseconds