Home
last modified time | relevance | path

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

123

/include/linux/
Dirqdesc.h81 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) in irq_desc_get_irq_data() argument
83 return &desc->irq_data; in irq_desc_get_irq_data()
86 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() argument
88 return desc->irq_data.chip; in irq_desc_get_chip()
91 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) in irq_desc_get_chip_data() argument
93 return desc->irq_data.chip_data; in irq_desc_get_chip_data()
96 static inline void *irq_desc_get_handler_data(struct irq_desc *desc) in irq_desc_get_handler_data() argument
98 return desc->irq_data.handler_data; in irq_desc_get_handler_data()
101 static inline struct msi_desc *irq_desc_get_msi_desc(struct irq_desc *desc) in irq_desc_get_msi_desc() argument
103 return desc->irq_data.msi_desc; in irq_desc_get_msi_desc()
[all …]
Delfnote.h55 #define ELFNOTE(name, type, desc) \
57 desc ; \
71 #define _ELFNOTE(size, name, unique, type, desc) \ argument
76 typeof(desc) _desc \
85 sizeof(desc), \
89 desc \
91 #define ELFNOTE(size, name, type, desc) \ argument
92 _ELFNOTE(size, name, __LINE__, type, desc)
94 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument
95 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
Dirqnr.h16 # define for_each_irq_desc(irq, desc) \ argument
19 # define for_each_irq_desc_reverse(irq, desc) \ argument
28 # define for_each_irq_desc(irq, desc) \ argument
29 for (irq = 0, desc = irq_to_desc(irq); irq < nr_irqs; \
30 irq++, desc = irq_to_desc(irq)) \
31 if (!desc) \
36 # define for_each_irq_desc_reverse(irq, desc) \ argument
37 for (irq = nr_irqs - 1, desc = irq_to_desc(irq); irq >= 0; \
38 irq--, desc = irq_to_desc(irq)) \
39 if (!desc) \
Dcrypto.h187 unsigned int (*prfn)(const struct cipher_desc *desc, u8 *dst,
234 int (*encrypt)(struct blkcipher_desc *desc,
237 int (*decrypt)(struct blkcipher_desc *desc,
365 int (*encrypt)(struct blkcipher_desc *desc, struct scatterlist *dst,
367 int (*decrypt)(struct blkcipher_desc *desc, struct scatterlist *dst,
379 int (*init)(struct hash_desc *desc);
380 int (*update)(struct hash_desc *desc,
382 int (*final)(struct hash_desc *desc, u8 *out);
383 int (*digest)(struct hash_desc *desc, struct scatterlist *sg,
972 static inline int crypto_blkcipher_encrypt(struct blkcipher_desc *desc, in crypto_blkcipher_encrypt() argument
[all …]
Dnfs_page.h85 extern void nfs_pageio_init(struct nfs_pageio_descriptor *desc,
93 extern void nfs_pageio_complete(struct nfs_pageio_descriptor *desc);
95 extern bool nfs_generic_pg_test(struct nfs_pageio_descriptor *desc,
Dirq.h33 struct irq_desc *desc);
405 extern void handle_level_irq(unsigned int irq, struct irq_desc *desc);
406 extern void handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc);
407 extern void handle_edge_irq(unsigned int irq, struct irq_desc *desc);
408 extern void handle_edge_eoi_irq(unsigned int irq, struct irq_desc *desc);
409 extern void handle_simple_irq(unsigned int irq, struct irq_desc *desc);
410 extern void handle_percpu_irq(unsigned int irq, struct irq_desc *desc);
411 extern void handle_percpu_devid_irq(unsigned int irq, struct irq_desc *desc);
412 extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc);
416 extern void note_interrupt(unsigned int irq, struct irq_desc *desc,
Dgpio_keys.h11 const char *desc; member
DmISDNdsp.h7 char *desc; member
/include/uapi/linux/usb/
Daudio.h257 static inline __u8 uac_mixer_unit_bNrChannels(struct uac_mixer_unit_descriptor *desc) in uac_mixer_unit_bNrChannels() argument
259 return desc->baSourceID[desc->bNrInPins]; in uac_mixer_unit_bNrChannels()
262 static inline __u32 uac_mixer_unit_wChannelConfig(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_wChannelConfig() argument
266 return (desc->baSourceID[desc->bNrInPins + 2] << 8) | in uac_mixer_unit_wChannelConfig()
267 desc->baSourceID[desc->bNrInPins + 1]; in uac_mixer_unit_wChannelConfig()
269 return (desc->baSourceID[desc->bNrInPins + 4] << 24) | in uac_mixer_unit_wChannelConfig()
270 (desc->baSourceID[desc->bNrInPins + 3] << 16) | in uac_mixer_unit_wChannelConfig()
271 (desc->baSourceID[desc->bNrInPins + 2] << 8) | in uac_mixer_unit_wChannelConfig()
272 (desc->baSourceID[desc->bNrInPins + 1]); in uac_mixer_unit_wChannelConfig()
275 static inline __u8 uac_mixer_unit_iChannelNames(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_iChannelNames() argument
[all …]
/include/linux/irqchip/
Dchained_irq.h28 struct irq_desc *desc) in chained_irq_enter() argument
35 chip->irq_mask_ack(&desc->irq_data); in chained_irq_enter()
37 chip->irq_mask(&desc->irq_data); in chained_irq_enter()
39 chip->irq_ack(&desc->irq_data); in chained_irq_enter()
44 struct irq_desc *desc) in chained_irq_exit() argument
47 chip->irq_eoi(&desc->irq_data); in chained_irq_exit()
49 chip->irq_unmask(&desc->irq_data); in chained_irq_exit()
/include/linux/mtd/
Dubi.h199 void ubi_get_volume_info(struct ubi_volume_desc *desc,
210 void ubi_close_volume(struct ubi_volume_desc *desc);
211 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset,
213 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf,
215 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf,
217 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum);
218 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum);
219 int ubi_leb_map(struct ubi_volume_desc *desc, int lnum);
220 int ubi_is_mapped(struct ubi_volume_desc *desc, int lnum);
228 static inline int ubi_read(struct ubi_volume_desc *desc, int lnum, char *buf, in ubi_read() argument
[all …]
/include/crypto/
Dhash.h62 int (*init)(struct shash_desc *desc);
63 int (*update)(struct shash_desc *desc, const u8 *data,
65 int (*final)(struct shash_desc *desc, u8 *out);
66 int (*finup)(struct shash_desc *desc, const u8 *data,
68 int (*digest)(struct shash_desc *desc, const u8 *data,
70 int (*export)(struct shash_desc *desc, void *out);
71 int (*import)(struct shash_desc *desc, const void *in);
322 static inline void *shash_desc_ctx(struct shash_desc *desc) in shash_desc_ctx() argument
324 return desc->__ctx; in shash_desc_ctx()
329 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
[all …]
Dsha.h87 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
90 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
93 extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data,
Dxts.h23 int xts_crypt(struct blkcipher_desc *desc, struct scatterlist *dst,
Dlrw.h39 int lrw_crypt(struct blkcipher_desc *desc, struct scatterlist *dst,
/include/media/
Dv4l2-int-device.h250 struct v4l2_int_ioctl_desc desc; \
252 desc.num = vidioc_int_##name##_num; \
253 desc.func = (v4l2_int_ioctl_func *)func; \
255 return desc; \
271 struct v4l2_int_ioctl_desc desc; \
273 desc.num = vidioc_int_##name##_num; \
274 desc.func = (v4l2_int_ioctl_func *)func; \
276 return desc; \
/include/linux/fsl/bestcomm/
Dbestcomm_priv.h302 bcom_drd_is_extended(u32 desc) in bcom_drd_is_extended() argument
304 return (desc) & BCOM_DRD_EXTENDED; in bcom_drd_is_extended()
308 bcom_desc_is_drd(u32 desc) in bcom_desc_is_drd() argument
310 return !(desc & BCOM_LCD_MASK) && desc != BCOM_DESC_NOP; in bcom_desc_is_drd()
314 bcom_desc_initiator(u32 desc) in bcom_desc_initiator() argument
316 return (desc >> BCOM_DRD_INITIATOR_SHIFT) & 0x1f; in bcom_desc_initiator()
320 bcom_set_desc_initiator(u32 *desc, int initiator) in bcom_set_desc_initiator() argument
322 *desc = (*desc & ~(0x1f << BCOM_DRD_INITIATOR_SHIFT)) | in bcom_set_desc_initiator()
/include/linux/usb/
Dclass-dual-role.h83 const struct dual_role_phy_desc *desc; member
97 const struct dual_role_phy_desc *desc);
116 const struct dual_role_phy_desc *desc) in devm_dual_role_instance_register() argument
Dcdc_ncm.h83 #define cdc_ncm_comm_intf_is_mbim(x) ((x)->desc.bInterfaceSubClass == USB_CDC_SUBCLASS_MBIM && \
84 (x)->desc.bInterfaceProtocol == USB_CDC_PROTO_NONE)
85 #define cdc_ncm_data_intf_is_mbim(x) ((x)->desc.bInterfaceProtocol == USB_CDC_MBIM_PROTO_NTB)
Daudio.h41 struct usb_descriptor_header *desc; member
/include/net/
Dpsnap.h5 register_snap_client(const unsigned char *desc,
/include/trace/events/
Dxen.h440 TP_PROTO(struct desc_struct *dt, int entrynum, u64 desc),
441 TP_ARGS(dt, entrynum, desc),
445 __field(u64, desc)
449 __entry->desc = desc;
453 (unsigned long long)__entry->desc)
471 TP_PROTO(const struct desc_ptr *desc),
472 TP_ARGS(desc),
476 TP_fast_assign(__entry->addr = desc->address),
481 TP_PROTO(struct desc_struct *dt, int entrynum, const void *desc, int type),
482 TP_ARGS(dt, entrynum, desc, type),
[all …]
/include/uapi/linux/
Dvirtio_ring.h96 struct vring_desc *desc; member
136 vr->desc = p; in vring_init()
/include/linux/sunrpc/
Dxdr.h170 typedef size_t (*xdr_skb_read_actor)(struct xdr_skb_reader *desc, void *to, size_t len);
172 size_t xdr_skb_read_bits(struct xdr_skb_reader *desc, void *to, size_t len);
181 typedef int (*xdr_xcode_elem_t)(struct xdr_array2_desc *desc, void *elem);
190 struct xdr_array2_desc *desc);
192 struct xdr_array2_desc *desc);
/include/crypto/internal/
Dhash.h103 int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc);
104 int shash_ahash_finup(struct ahash_request *req, struct shash_desc *desc);
105 int shash_ahash_digest(struct ahash_request *req, struct shash_desc *desc);

123