Home
last modified time | relevance | path

Searched refs:cplen (Results 1 – 7 of 7) sorted by relevance

/drivers/macintosh/
A Dmacio_sysfs.c13 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 Dfirmware.c149 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 Desas2r_int.c707 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 Dfdt.c642 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 Dbase.c1173 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 Dqplib_fp.c1762 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 Dqp.c1973 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