Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/drivers/crypto/caam/
Ddesc_constr.h32 static inline int desc_len(u32 *desc) in desc_len()
37 static inline int desc_bytes(void *desc) in desc_bytes()
42 static inline u32 *desc_end(u32 *desc) in desc_end()
47 static inline void *sh_desc_pdb(u32 *desc) in sh_desc_pdb()
52 static inline void init_desc(u32 *desc, u32 options) in init_desc()
57 static inline void init_sh_desc(u32 *desc, u32 options) in init_sh_desc()
63 static inline void init_sh_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) in init_sh_desc_pdb()
71 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc()
76 static inline void append_ptr(u32 *desc, dma_addr_t ptr) in append_ptr()
85 static inline void init_job_desc_shared(u32 *desc, dma_addr_t ptr, int len, in init_job_desc_shared()
[all …]
Dcaamalg.c92 static inline void append_dec_op1(u32 *desc, u32 type) in append_dec_op1()
110 static inline void append_dec_shr_done(u32 *desc) in append_dec_shr_done()
123 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst()
133 static inline void aead_append_ld_iv(u32 *desc, int ivsize) in aead_append_ld_iv()
144 static inline void ablkcipher_append_src_dst(u32 *desc) in ablkcipher_append_src_dst()
182 static void append_key_aead(u32 *desc, struct caam_ctx *ctx, in append_key_aead()
200 static void init_sh_desc_key_aead(u32 *desc, struct caam_ctx *ctx, in init_sh_desc_key_aead()
227 u32 *desc; in aead_set_sh_desc() local
460 static void split_key_done(struct device *dev, u32 *desc, u32 err, in split_key_done()
497 u32 *desc; in gen_split_key() local
[all …]
/drivers/net/ethernet/xscale/
Dixp4xx_eth.c198 struct desc { struct
199 u32 next; /* pointer to next buffer, unused */
202 u16 buf_len; /* buffer length */
203 u16 pkt_len; /* packet length */
204 u32 data; /* pointer to data buffer in RAM */
205 u8 dest_id;
206 u8 src_id;
207 u16 flags;
208 u8 qos;
209 u8 padlen;
[all …]
/drivers/usb/class/
Dcdc-wdm.c138 struct wdm_device *desc; in wdm_find_device() local
153 struct wdm_device *desc; in wdm_find_device_by_minor() local
169 struct wdm_device *desc; in wdm_out_callback() local
182 struct wdm_device *desc = urb->context; in wdm_in_callback() local
238 struct wdm_device *desc; in wdm_int_callback() local
319 static void kill_urbs(struct wdm_device *desc) in kill_urbs()
327 static void free_urbs(struct wdm_device *desc) in free_urbs()
334 static void cleanup(struct wdm_device *desc) in cleanup()
350 struct wdm_device *desc = file->private_data; in wdm_write() local
456 struct wdm_device *desc = file->private_data; in wdm_read() local
[all …]
/drivers/crypto/
Dpadlock-sha.c36 static int padlock_sha_init(struct shash_desc *desc) in padlock_sha_init()
46 static int padlock_sha_update(struct shash_desc *desc, in padlock_sha_update()
55 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export()
62 static int padlock_sha_import(struct shash_desc *desc, const void *in) in padlock_sha_import()
79 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, in padlock_sha1_finup()
138 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final()
145 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup()
204 static int padlock_sha256_final(struct shash_desc *desc, u8 *out) in padlock_sha256_final()
294 static int padlock_sha1_init_nano(struct shash_desc *desc) in padlock_sha1_init_nano()
305 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano()
[all …]
/drivers/net/usb/
Dcdc_ether.c38 static int is_rndis(struct usb_interface_descriptor *desc) in is_rndis()
45 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync()
52 static int is_wireless_rndis(struct usb_interface_descriptor *desc) in is_wireless_rndis()
61 #define is_rndis(desc) 0 argument
62 #define is_activesync(desc) 0 argument
63 #define is_wireless_rndis(desc) 0 argument
88 struct usb_cdc_mdlm_desc *desc = NULL; in usbnet_generic_cdc_bind() local
321 struct usb_endpoint_descriptor *desc; in usbnet_generic_cdc_bind() local
/drivers/staging/wlags49_h2/
Dwl_pci.c824 DESC_STRCT **desc ) in wl_pci_dma_alloc_tx_packet()
870 DESC_STRCT **desc ) in wl_pci_dma_free_tx_packet()
915 DESC_STRCT **desc ) in wl_pci_dma_alloc_rx_packet()
975 DESC_STRCT **desc ) in wl_pci_dma_free_rx_packet()
1027 DESC_STRCT **desc, int size ) in wl_pci_dma_alloc_desc_and_buf()
1067 DESC_STRCT **desc ) in wl_pci_dma_free_desc_and_buf()
1109 DESC_STRCT **desc ) in wl_pci_dma_alloc_desc()
1156 DESC_STRCT **desc ) in wl_pci_dma_free_desc()
1194 DESC_STRCT *desc, int size ) in wl_pci_dma_alloc_buf()
1245 DESC_STRCT *desc ) in wl_pci_dma_free_buf()
[all …]
/drivers/scsi/fnic/
Dfnic_res.h37 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_desc() local
61 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_eth_desc() local
91 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_icmnd_16() local
130 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_itmf() local
154 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_flogi_reg() local
174 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fip_reg() local
196 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fw_reset() local
210 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_lunmap() local
227 struct rq_enet_desc *desc = vnic_rq_next_desc(rq); in fnic_queue_rq_desc() local
/drivers/xen/
Dxencomm.c28 static int xencomm_init(struct xencomm_desc *desc, in xencomm_init()
73 struct xencomm_desc *desc; in xencomm_alloc() local
106 void xencomm_free(struct xencomm_handle *desc) in xencomm_free()
123 struct xencomm_desc *desc; in xencomm_create() local
171 struct xencomm_desc *desc; in xencomm_create_mini() local
188 struct xencomm_desc *desc; in xencomm_map() local
205 struct xencomm_desc *desc = NULL; in __xencomm_map_no_alloc() local
/drivers/sh/intc/
Dhandle.c18 static intc_enum __init intc_grp_id(struct intc_desc *desc, in intc_grp_id()
38 static unsigned int __init _intc_mask_data(struct intc_desc *desc, in _intc_mask_data()
89 intc_get_mask_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_mask_handle()
106 static unsigned int __init _intc_prio_data(struct intc_desc *desc, in _intc_prio_data()
158 intc_get_prio_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_prio_handle()
175 static unsigned int intc_ack_data(struct intc_desc *desc, in intc_ack_data()
231 void __init intc_enable_disable_enum(struct intc_desc *desc, in intc_enable_disable_enum()
258 intc_get_sense_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_sense_handle()
287 void intc_set_ack_handle(unsigned int irq, struct intc_desc *desc, in intc_set_ack_handle()
/drivers/mtd/ubi/
Dkapi.c102 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info()
130 struct ubi_volume_desc *desc; in ubi_open_volume() local
328 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume()
384 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read()
449 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write()
499 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change()
544 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase()
605 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap()
642 int ubi_leb_map(struct ubi_volume_desc *desc, int lnum, int dtype) in ubi_leb_map()
685 int ubi_is_mapped(struct ubi_volume_desc *desc, int lnum) in ubi_is_mapped()
Dcdev.c57 static int get_exclusive(struct ubi_volume_desc *desc) in get_exclusive()
84 static void revoke_exclusive(struct ubi_volume_desc *desc, int mode) in revoke_exclusive()
105 struct ubi_volume_desc *desc; in vol_cdev_open() local
130 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_release() local
156 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_llseek() local
194 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_fsync() local
208 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_read() local
285 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_direct_write() local
362 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_write() local
413 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_ioctl() local
[all …]
/drivers/lguest/
Dlguest_device.c49 struct lguest_device_desc *desc; member
70 static struct lguest_vqconfig *lg_vq(const struct lguest_device_desc *desc) in lg_vq()
76 static u8 *lg_features(const struct lguest_device_desc *desc) in lg_features()
82 static u8 *lg_config(const struct lguest_device_desc *desc) in lg_config()
88 static unsigned desc_size(const struct lguest_device_desc *desc) in desc_size()
101 struct lguest_device_desc *desc = to_lgdev(vdev)->desc; in lg_get_features() local
132 struct lguest_device_desc *desc = to_lgdev(vdev)->desc; in lg_finalize_features() local
159 struct lguest_device_desc *desc = to_lgdev(vdev)->desc; in lg_get() local
170 struct lguest_device_desc *desc = to_lgdev(vdev)->desc; in lg_set() local
/drivers/gpio/
Dgpiolib.c97 static int gpio_ensure_requested(struct gpio_desc *desc, unsigned offset) in gpio_ensure_requested()
132 struct gpio_desc *desc = &gpio_desc[i]; in gpiochip_find_base() local
176 struct gpio_desc *desc = &gpio_desc[i]; in gpiochip_reserve() local
225 const struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_direction_show() local
244 const struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_direction_store() local
271 const struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_value_show() local
296 const struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_value_store() local
333 static int gpio_setup_irq(struct gpio_desc *desc, struct device *dev, in gpio_setup_irq()
424 const struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_edge_show() local
451 struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_edge_store() local
[all …]
/drivers/dma/
Dtxx9dmac.c148 const struct txx9dmac_desc *desc) in desc_read_CHAR()
154 struct txx9dmac_desc *desc, dma_addr_t val) in desc_write_CHAR()
183 static struct txx9dmac_desc *txx9dmac_last_child(struct txx9dmac_desc *desc) in txx9dmac_last_child()
196 struct txx9dmac_desc *desc; in txx9dmac_desc_alloc() local
213 struct txx9dmac_desc *desc, *_desc; in txx9dmac_desc_get() local
245 struct txx9dmac_desc *desc) in txx9dmac_sync_desc_for_cpu()
264 struct txx9dmac_desc *desc) in txx9dmac_desc_put()
404 struct txx9dmac_desc *desc) in txx9dmac_descriptor_complete()
458 struct txx9dmac_desc *desc; in txx9dmac_dequeue() local
481 struct txx9dmac_desc *desc, *_desc; in txx9dmac_complete_all() local
[all …]
Dat_hdmac.c87 struct at_desc *desc = NULL; in atc_alloc_descriptor() local
111 struct at_desc *desc, *_desc; in atc_desc_get() local
153 static void atc_desc_put(struct at_dma_chan *atchan, struct at_desc *desc) in atc_desc_put()
181 struct at_desc *desc) in atc_desc_chain()
241 atc_chain_complete(struct at_dma_chan *atchan, struct at_desc *desc) in atc_chain_complete()
310 struct at_desc *desc, *_desc; in atc_complete_all() local
340 struct at_desc *desc, *_desc; in atc_cleanup_descriptors() local
522 struct at_desc *desc = txd_to_at_desc(tx); in atc_tx_submit() local
559 struct at_desc *desc = NULL; in atc_prep_dma_memcpy() local
684 struct at_desc *desc; in atc_prep_slave_sg() local
[all …]
Dep93xx_dma.c221 struct ep93xx_dma_desc *desc) in ep93xx_dma_set_active()
269 struct ep93xx_dma_desc *desc; in ep93xx_dma_advance_active() local
339 struct ep93xx_dma_desc *desc; in m2p_fill_desc() local
385 struct ep93xx_dma_desc *desc = ep93xx_dma_get_active(edmac); in m2p_hw_interrupt() local
509 struct ep93xx_dma_desc *desc; in m2m_fill_desc() local
598 struct ep93xx_dma_desc *desc, *_desc; in ep93xx_dma_desc_get() local
625 struct ep93xx_dma_desc *desc) in ep93xx_dma_desc_put()
667 static void ep93xx_dma_unmap_buffers(struct ep93xx_dma_desc *desc) in ep93xx_dma_unmap_buffers()
692 struct ep93xx_dma_desc *desc, *d; in ep93xx_dma_tasklet() local
738 struct ep93xx_dma_desc *desc; in ep93xx_dma_interrupt() local
[all …]
Ddw_dmac.c100 struct dw_desc *desc, *_desc; in dwc_desc_get() local
122 static void dwc_sync_desc_for_cpu(struct dw_dma_chan *dwc, struct dw_desc *desc) in dwc_sync_desc_for_cpu()
139 static void dwc_desc_put(struct dw_dma_chan *dwc, struct dw_desc *desc) in dwc_desc_put()
226 dwc_descriptor_complete(struct dw_dma_chan *dwc, struct dw_desc *desc, in dwc_descriptor_complete()
282 struct dw_desc *desc, *_desc; in dwc_complete_all() local
316 struct dw_desc *desc, *_desc; in dwc_scan_descriptors() local
585 struct dw_desc *desc = txd_to_dw_desc(tx); in dwc_tx_submit() local
620 struct dw_desc *desc; in dwc_prep_dma_memcpy() local
742 struct dw_desc *desc; in dwc_prep_slave_sg() local
809 struct dw_desc *desc; in dwc_prep_slave_sg() local
[all …]
/drivers/net/wireless/ath/ath5k/
Ddesc.c74 struct ath5k_desc *desc, in ath5k_hw_setup_2word_tx_desc()
240 struct ath5k_desc *desc, in ath5k_hw_setup_4word_tx_desc()
378 struct ath5k_desc *desc, in ath5k_hw_setup_mrr_tx_desc()
441 struct ath5k_desc *desc, in ath5k_hw_proc_2word_tx_status()
495 struct ath5k_desc *desc, in ath5k_hw_proc_4word_tx_status()
562 struct ath5k_desc *desc, in ath5k_hw_setup_rx_desc()
604 struct ath5k_desc *desc, in ath5k_hw_proc_5210_rx_status()
698 struct ath5k_desc *desc, in ath5k_hw_proc_5212_rx_status()
/drivers/s390/kvm/
Dkvm_virtio.c41 struct kvm_device_desc *desc; member
55 static struct kvm_vqconfig *kvm_vq_config(const struct kvm_device_desc *desc) in kvm_vq_config()
60 static u8 *kvm_vq_features(const struct kvm_device_desc *desc) in kvm_vq_features()
65 static u8 *kvm_vq_configspace(const struct kvm_device_desc *desc) in kvm_vq_configspace()
73 static unsigned desc_size(const struct kvm_device_desc *desc) in desc_size()
86 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_get_features() local
98 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_finalize_features() local
119 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_get() local
128 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_set() local
/drivers/net/wan/
Dixp4xx_hss.c292 struct desc { struct
315 (n) * sizeof(struct desc)) argument
573 static inline void debug_desc(u32 phys, struct desc *desc) in debug_desc()
602 struct desc *desc) in queue_put_desc()
612 static inline void dma_unmap_tx(struct port *port, struct desc *desc) in dma_unmap_tx()
668 struct desc *desc; in hss_hdlc_poll() local
801 struct desc *desc; in hss_hdlc_txdone_irq() local
837 struct desc *desc; in hss_hdlc_xmit() local
986 struct desc *desc = rx_desc_ptr(port, i); in init_hdlc_queues() local
1017 struct desc *desc = rx_desc_ptr(port, i); in destroy_hdlc_queues() local
[all …]
Dhd64570.c88 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc()
95 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
106 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
113 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
126 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
170 pkt_desc __iomem *desc = desc_address(port, i, transmit); in sca_init_port() local
244 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
308 pkt_desc __iomem *desc; in sca_rx_intr() local
359 pkt_desc __iomem *desc; in sca_tx_intr() local
625 pkt_desc __iomem *desc; in sca_xmit() local
Dhd64572.c79 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
89 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
96 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
104 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
144 pkt_desc __iomem *desc = desc_address(port, i, transmit); in sca_init_port() local
203 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
252 pkt_desc __iomem *desc; in sca_rx_done() local
306 pkt_desc __iomem *desc = desc_address(port, port->txlast, 1); in sca_tx_done() local
570 pkt_desc __iomem *desc; in sca_xmit() local
/drivers/usb/image/
Dmicrotek.c213 static inline void mts_debug_dump(struct mts_desc* desc) { in mts_debug_dump()
320 static inline void mts_urb_abort(struct mts_desc* desc) { in mts_urb_abort()
341 struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); in mts_scsi_abort() local
352 struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); in mts_scsi_host_reset() local
532 mts_build_transfer_context(struct scsi_cmnd *srb, struct mts_desc* desc) in mts_build_transfer_context()
578 struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); in mts_scsi_queuecommand_lck() local
799 struct mts_desc *desc = usb_get_intfdata(intf); in mts_usb_disconnect() local
/drivers/scsi/
Dses.c49 unsigned char *desc; member
110 unsigned char *desc) in ses_set_page2_descriptor()
170 unsigned char *desc; in ses_get_fault() local
181 unsigned char desc[4] = {0 }; in ses_set_fault() local
201 unsigned char *desc; in ses_get_status() local
211 unsigned char *desc; in ses_get_locate() local
222 unsigned char desc[4] = {0 }; in ses_set_locate() local
242 unsigned char desc[4] = {0 }; in ses_set_active() local
294 unsigned char *desc) in ses_process_descriptor()
452 unsigned char *desc; in ses_match_to_enclosure() local

12345678910>>...21