Searched refs:cplen (Results 1 – 6 of 6) 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 | 730 int cplen; in of_fdt_is_compatible() local 733 cp = fdt_getprop(blob, node, "compatible", &cplen); in of_fdt_is_compatible() 736 while (cplen > 0) { in of_fdt_is_compatible() 742 cplen -= l; in of_fdt_is_compatible()
|
D | base.c | 1204 int cplen; in of_modalias_node() local 1206 compatible = of_get_property(node, "compatible", &cplen); in of_modalias_node() 1207 if (!compatible || strlen(compatible) > cplen) in of_modalias_node()
|
/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 1995 size_t cplen; in rvt_post_one_wr() local 2008 cplen = ret; in rvt_post_one_wr() 2062 memcpy(&wqe->wr, wr, cplen); in rvt_post_one_wr()
|