Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 10 of 10) sorted by relevance

/Documentation/lguest/
Dlguest.c130 struct lguest_device_desc *desc; member
247 return (u8 *)(dev->desc + 1) in get_feature_bits()
248 + dev->desc->num_vq * sizeof(struct lguest_vqconfig); in get_feature_bits()
631 if (!(vq->vring.desc[i].flags & VRING_DESC_F_NEXT)) in next_desc()
635 next = vq->vring.desc[i].next; in next_desc()
684 iov[*out_num + *in_num].iov_len = vq->vring.desc[i].len; in get_vq_desc()
686 = check_pointer(vq->vring.desc[i].addr, in get_vq_desc()
687 vq->vring.desc[i].len); in get_vq_desc()
689 if (vq->vring.desc[i].flags & VRING_DESC_F_WRITE) in get_vq_desc()
978 if (dev->desc->status == 0) { in update_device_status()
[all …]
/Documentation/powerpc/dts-bindings/fsl/
Dsec.txt36 bit 0 = set if SEC supports the aesu_ctr_nonsnoop desc. type
38 bit 2 = set if SEC supports the common_nonsnoop desc. type
39 bit 3 = set if SEC supports the 802.11i AES ccmp desc. type
40 bit 4 = set if SEC supports the hmac_snoop_no_afeu desc. type
42 bit 6 = set if SEC supports the non_hmac_snoop_no_afeu desc.type
44 bit 8 = set if SEC supports the aesu_key_expand_output desc.type
46 bit 10 = set if SEC supports the common_nonsnoop_afeu desc. type
/Documentation/cpuidle/
Dsysfs.txt38 -r--r--r-- 1 root root 4096 Feb 8 10:42 desc
47 -r--r--r-- 1 root root 4096 Feb 8 10:42 desc
56 -r--r--r-- 1 root root 4096 Feb 8 10:42 desc
65 -r--r--r-- 1 root root 4096 Feb 8 10:42 desc
74 * desc : Small description about the idle state (string)
/Documentation/crypto/
Dapi-intro.txt59 struct hash_desc desc;
67 desc.tfm = tfm;
68 desc.flags = 0;
70 if (crypto_hash_digest(&desc, sg, 2, result))
/Documentation/networking/
Dspider_net.txt86 net eth1: HW curr desc (GDACTDPA) is at 21
88 net eth1: HW next desc (GDACNEXTDA) is at 22
146 net eth1: HW curr desc (GDACTDPA) is at 0
148 net eth1: HW next desc (GDACNEXTDA) is at 1
Difenslave.c1047 char *desc; in set_if_addr() member
1086 slave_ifname, ifra[i].desc, in set_if_addr()
/Documentation/
D00-INDEX282 - desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
DDMA-mapping.txt277 desc->word0 = address;
279 desc->word1 = DESC_VALID;
Dkeys.txt384 key_serial_t add_key(const char *type, const char *desc,
543 sscanf(buffer, "%[^;];%d;%d;%o;%s", type, &uid, &gid, &mode, desc);
1080 (*) int (*match)(const struct key *key, const void *desc);
/Documentation/powerpc/
Dbooting-without-of.txt1808 "big-endian-desc" property should be specified.
1811 both "big-endian-regs" and "big-endian-desc".