Searched refs:cplen (Results 1 – 7 of 7) sorted by relevance
/drivers/macintosh/ |
D | macio_sysfs.c | 11 int cplen; in compatible_show() local 15 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in compatible_show() 20 while (cplen > 0) { in compatible_show() 26 cplen -= l; in compatible_show()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | firmware.c | 141 u32 cplen; in brcmf_nvram_handle_value() local 148 cplen = ekv - skv; in brcmf_nvram_handle_value() 149 if (nvp->nvram_len + cplen + 1 >= BRCMF_FW_MAX_NVRAM_SIZE) in brcmf_nvram_handle_value() 152 memcpy(&nvp->nvram[nvp->nvram_len], skv, cplen); in brcmf_nvram_handle_value() 153 nvp->nvram_len += cplen; in brcmf_nvram_handle_value()
|
/drivers/scsi/esas2r/ |
D | esas2r_int.c | 706 u32 cplen = length; in esas2r_lun_event() local 709 if (cplen > sizeof(t->lu_event)) in esas2r_lun_event() 710 cplen = sizeof(t->lu_event); in esas2r_lun_event() 738 memcpy(&t->lu_event, &ae->lu, cplen); in esas2r_lun_event()
|
/drivers/of/ |
D | fdt.c | 725 int cplen; in of_fdt_is_compatible() local 728 cp = fdt_getprop(blob, node, "compatible", &cplen); in of_fdt_is_compatible() 731 while (cplen > 0) { in of_fdt_is_compatible() 737 cplen -= l; in of_fdt_is_compatible()
|
D | base.c | 1205 int cplen; in of_modalias_node() local 1207 compatible = of_get_property(node, "compatible", &cplen); in of_modalias_node() 1208 if (!compatible || strlen(compatible) > cplen) in of_modalias_node()
|
/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 1604 int t_cplen, cplen; in bnxt_qplib_put_inline() local 1623 cplen = min_t(int, len, sizeof(struct sq_sge)); in bnxt_qplib_put_inline() 1624 cplen = min_t(int, cplen, in bnxt_qplib_put_inline() 1626 memcpy(il_dst, il_src, cplen); in bnxt_qplib_put_inline() 1627 t_cplen += cplen; in bnxt_qplib_put_inline() 1628 il_src += cplen; in bnxt_qplib_put_inline() 1629 il_dst += cplen; in bnxt_qplib_put_inline() 1630 offt += cplen; in bnxt_qplib_put_inline() 1631 len -= cplen; in bnxt_qplib_put_inline()
|
/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 2025 size_t cplen; in rvt_post_one_wr() local 2038 cplen = ret; in rvt_post_one_wr() 2092 memcpy(&wqe->wr, wr, cplen); in rvt_post_one_wr()
|