Searched refs:cap_len (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h63 size_t cap_len; /* length of capture buffers */ member in struct:mb862xxfb_par
H A Dmb862xxfbdrv.c515 par->cap_len = 0x1bd800;
529 outreg(cap, GC_CAP_CBLA, par->cap_buf + par->cap_len);
/linux-master/include/uapi/linux/
H A Dvirtio_pci.h123 __u8 cap_len; /* Generic PCI field: capability length */ member in struct:virtio_pci_cap
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c1014 u32 cap_len = snf->buf_len - snf->nfi_cfg.page_size; local
1020 cap_len < req_left ? cap_len : req_left);
1022 u32 cap_len = snf->buf_len - rd_offset; local
1024 if (op->data.nbytes < cap_len)
1025 cap_len = op->data.nbytes;
1026 memcpy(op->data.buf.in, snf->buf + rd_offset, cap_len);
1066 size_t cap_len; local
1089 cap_len = snf->buf_len - wr_offset;
1090 if (op->data.nbytes < cap_len)
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_pci_modern.c647 u8 type, cap_len, id, res_bar; local
657 cap_len), &cap_len);
658 if (cap_len != sizeof(struct virtio_pci_cap64)) {
660 " %d size: %d\n", __func__, pos, cap_len);
H A Dvirtio_pci_modern_dev.c154 offsetof(struct virtio_pci_cap, cap_len));
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.c484 u64 req_id, u32 d_id, u16 cap_len)
508 * dump data up to cap_len ignoring small duplicate in rec->payload
515 for (; sg && pay_sum < cap_len; sg = sg_next(sg)) {
518 while (offset < sg->length && pay_sum < cap_len) {
521 /* cap_len <= pay_sum < cap_len+ZFCP_DBF_PAY_MAX_REC */
482 zfcp_dbf_san(char *tag, struct zfcp_dbf *dbf, char *paytag, struct scatterlist *sg, u8 id, u16 len, u64 req_id, u32 d_id, u16 cap_len) argument
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c547 size_t data_len = 0, cap_len = 0; local
579 + nla_total_size(sizeof(u_int32_t)); /* cap_len */
613 cap_len = entskb->len;
781 if (cap_len > data_len &&
782 nla_put_be32(skb, NFQA_CAP_LEN, htonl(cap_len)))
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1619 u16 olen, len, status, min_len, cap_len; local
1660 cap_len = be16_to_cpu(common->length);
1661 if (cap_len > len) {
1667 if (cap_len == 0) {
1682 len = len - cap_len;
1684 ((char *)common + cap_len);
/linux-master/net/bluetooth/
H A Dmgmt.c4236 u16 cap_len = 0; local
4265 cap_len = eir_append_data(rp->cap, cap_len, MGMT_CAP_SEC_FLAGS,
4272 cap_len = eir_append_le16(rp->cap, cap_len,
4276 cap_len = eir_append_le16(rp->cap, cap_len,
4286 cap_len = eir_append_data(rp->cap, cap_len, MGMT_CAP_LE_TX_PWR,
4290 rp->cap_len
[all...]
/linux-master/include/net/bluetooth/
H A Dmgmt.h702 __le16 cap_len; member in struct:mgmt_rp_read_controller_cap

Completed in 200 milliseconds