/linux-3.3/kernel/irq/ |
D | chip.c | 29 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip() local 57 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_irq_type() local 81 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_handler_data() local 101 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_msi_desc() local 122 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip_data() local 134 struct irq_desc *desc = irq_to_desc(irq); in irq_get_irq_data() local 140 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled() 145 static void irq_state_set_disabled(struct irq_desc *desc) in irq_state_set_disabled() 150 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked() 155 static void irq_state_set_masked(struct irq_desc *desc) in irq_state_set_masked() [all …]
|
D | settings.h | 33 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set() 39 static inline bool irq_settings_is_per_cpu(struct irq_desc *desc) in irq_settings_is_per_cpu() 44 static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc) in irq_settings_is_per_cpu_devid() 49 static inline void irq_settings_set_per_cpu(struct irq_desc *desc) in irq_settings_set_per_cpu() 54 static inline void irq_settings_set_no_balancing(struct irq_desc *desc) in irq_settings_set_no_balancing() 59 static inline bool irq_settings_has_no_balance_set(struct irq_desc *desc) in irq_settings_has_no_balance_set() 64 static inline u32 irq_settings_get_trigger_mask(struct irq_desc *desc) in irq_settings_get_trigger_mask() 70 irq_settings_set_trigger_mask(struct irq_desc *desc, u32 mask) in irq_settings_set_trigger_mask() 76 static inline bool irq_settings_is_level(struct irq_desc *desc) in irq_settings_is_level() 81 static inline void irq_settings_clr_level(struct irq_desc *desc) in irq_settings_clr_level() [all …]
|
D | manage.c | 43 struct irq_desc *desc = irq_to_desc(irq); in synchronize_irq() local 85 struct irq_desc *desc = irq_to_desc(irq); in irq_can_set_affinity() local 103 void irq_set_thread_affinity(struct irq_desc *desc) in irq_set_thread_affinity() 124 irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) in irq_copy_pending() 129 irq_get_pending(struct cpumask *mask, struct irq_desc *desc) in irq_get_pending() 137 irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) { } in irq_copy_pending() 139 irq_get_pending(struct cpumask *mask, struct irq_desc *desc) { } in irq_get_pending() 145 struct irq_desc *desc = irq_data_to_desc(data); in __irq_set_affinity_locked() local 182 struct irq_desc *desc = irq_to_desc(irq); in irq_set_affinity() local 198 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_affinity_hint() local [all …]
|
D | irqdesc.c | 38 static int alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) in alloc_masks() 52 static void desc_smp_init(struct irq_desc *desc, int node) in desc_smp_init() 61 static inline int desc_node(struct irq_desc *desc) in desc_node() 68 alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) { return 0; } in alloc_masks() 69 static inline void desc_smp_init(struct irq_desc *desc, int node) { } in desc_smp_init() 70 static inline int desc_node(struct irq_desc *desc) { return 0; } in desc_node() 73 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults() 106 static void irq_insert_desc(unsigned int irq, struct irq_desc *desc) in irq_insert_desc() 122 static void free_masks(struct irq_desc *desc) in free_masks() 130 static inline void free_masks(struct irq_desc *desc) { } in free_masks() [all …]
|
D | spurious.c | 38 bool irq_wait_for_poll(struct irq_desc *desc) in irq_wait_for_poll() 63 static int try_one_irq(int irq, struct irq_desc *desc, bool force) in try_one_irq() 117 struct irq_desc *desc; in misrouted_irq() local 143 struct irq_desc *desc; in poll_spurious_irqs() local 188 __report_bad_irq(unsigned int irq, struct irq_desc *desc, in __report_bad_irq() 224 report_bad_irq(unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret) in report_bad_irq() 235 try_misrouted_irq(unsigned int irq, struct irq_desc *desc, in try_misrouted_irq() 269 void note_interrupt(unsigned int irq, struct irq_desc *desc, in note_interrupt()
|
/linux-3.3/drivers/crypto/caam/ |
D | desc_constr.h | 32 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 …]
|
/linux-3.3/arch/mips/vr41xx/common/ |
D | icu.c | 157 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_enable_piuint() local 172 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_disable_piuint() local 187 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_enable_aiuint() local 202 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_disable_aiuint() local 217 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_enable_kiuint() local 232 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_disable_kiuint() local 247 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_enable_macint() local 259 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_disable_macint() local 271 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_enable_dsiuint() local 283 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_disable_dsiuint() local [all …]
|
/linux-3.3/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 198 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 …]
|
/linux-3.3/drivers/usb/class/ |
D | cdc-wdm.c | 106 struct wdm_device *desc; in wdm_out_callback() local 118 struct wdm_device *desc = urb->context; in wdm_in_callback() local 164 struct wdm_device *desc; in wdm_int_callback() local 265 static void kill_urbs(struct wdm_device *desc) in kill_urbs() 273 static void free_urbs(struct wdm_device *desc) in free_urbs() 280 static void cleanup(struct wdm_device *desc) in cleanup() 302 struct wdm_device *desc = file->private_data; in wdm_write() local 402 struct wdm_device *desc = file->private_data; in wdm_read() local 488 struct wdm_device *desc = file->private_data; in wdm_flush() local 500 struct wdm_device *desc = file->private_data; in wdm_poll() local [all …]
|
/linux-3.3/include/linux/ |
D | irqdesc.h | 81 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) 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() 91 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) 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() 101 static inline struct msi_desc *irq_desc_get_msi_desc(struct irq_desc *desc) in irq_desc_get_msi_desc() 112 static inline void generic_handle_irq_desc(unsigned int irq, struct irq_desc *desc) in generic_handle_irq_desc() 122 struct irq_desc *desc = irq_to_desc(irq); in irq_has_action() local 130 struct irq_desc *desc; in __irq_set_handler_locked() local 141 struct irq_desc *desc; in __irq_set_chip_handler_name_locked() local 151 struct irq_desc *desc; in irq_balancing_disabled() local [all …]
|
/linux-3.3/drivers/crypto/ |
D | padlock-sha.c | 35 static int padlock_sha_init(struct shash_desc *desc) in padlock_sha_init() 45 static int padlock_sha_update(struct shash_desc *desc, in padlock_sha_update() 54 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export() 61 static int padlock_sha_import(struct shash_desc *desc, const void *in) in padlock_sha_import() 78 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, in padlock_sha1_finup() 137 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final() 144 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup() 203 static int padlock_sha256_final(struct shash_desc *desc, u8 *out) in padlock_sha256_final() 293 static int padlock_sha1_init_nano(struct shash_desc *desc) in padlock_sha1_init_nano() 304 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano() [all …]
|
/linux-3.3/drivers/net/usb/ |
D | cdc_ether.c | 38 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 87 struct usb_cdc_mdlm_desc *desc = NULL; in usbnet_generic_cdc_bind() local 311 struct usb_endpoint_descriptor *desc; in usbnet_generic_cdc_bind() local
|
/linux-3.3/crypto/ |
D | shash.c | 73 static int shash_update_unaligned(struct shash_desc *desc, const u8 *data, in shash_update_unaligned() 97 int crypto_shash_update(struct shash_desc *desc, const u8 *data, in crypto_shash_update() 111 static int shash_final_unaligned(struct shash_desc *desc, u8 *out) in shash_final_unaligned() 133 int crypto_shash_final(struct shash_desc *desc, u8 *out) in crypto_shash_final() 146 static int shash_finup_unaligned(struct shash_desc *desc, const u8 *data, in shash_finup_unaligned() 153 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup() 167 static int shash_digest_unaligned(struct shash_desc *desc, const u8 *data, in shash_digest_unaligned() 174 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() 188 static int shash_default_export(struct shash_desc *desc, void *out) in shash_default_export() 194 static int shash_default_import(struct shash_desc *desc, const void *in) in shash_default_import() [all …]
|
D | sha1_generic.c | 28 static int sha1_init(struct shash_desc *desc) in sha1_init() 39 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() 78 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final() 106 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export() 114 static int sha1_import(struct shash_desc *desc, const void *in) in sha1_import()
|
/linux-3.3/drivers/xen/ |
D | xencomm.c | 28 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
|
/linux-3.3/drivers/staging/wlags49_h2/ |
D | wl_pci.c | 825 DESC_STRCT **desc ) in wl_pci_dma_alloc_tx_packet() 871 DESC_STRCT **desc ) in wl_pci_dma_free_tx_packet() 916 DESC_STRCT **desc ) in wl_pci_dma_alloc_rx_packet() 976 DESC_STRCT **desc ) in wl_pci_dma_free_rx_packet() 1028 DESC_STRCT **desc, int size ) in wl_pci_dma_alloc_desc_and_buf() 1068 DESC_STRCT **desc ) in wl_pci_dma_free_desc_and_buf() 1110 DESC_STRCT **desc ) in wl_pci_dma_alloc_desc() 1157 DESC_STRCT **desc ) in wl_pci_dma_free_desc() 1195 DESC_STRCT *desc, int size ) in wl_pci_dma_alloc_buf() 1246 DESC_STRCT *desc ) in wl_pci_dma_free_buf() [all …]
|
/linux-3.3/drivers/scsi/fnic/ |
D | fnic_res.h | 37 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
|
/linux-3.3/arch/ia64/xen/ |
D | xcom_hcall.c | 66 struct xencomm_handle *desc; in xencomm_hypercall_event_channel_op() local 78 struct xencomm_handle *desc; in xencomm_hypercall_xen_version() local 149 struct xencomm_handle **desc) in xencommize_grant_table_op() 211 struct xencomm_handle *desc; in xencomm_hypercall_grant_table_op() local 225 struct xencomm_handle *desc; in xencomm_hypercall_sched_op() local 267 struct xencomm_handle *desc; in xencomm_hypercall_multicall() local 330 struct xencomm_handle *desc; in xencommize_memory_reservation() local 349 struct xencomm_handle *desc; in xencomm_hypercall_memory_op() local
|
/linux-3.3/arch/s390/crypto/ |
D | des_s390.c | 85 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt() 107 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt() 135 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt() 146 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt() 178 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt() 189 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt() 286 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt() 297 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt() 330 static int cbc_des3_encrypt(struct blkcipher_desc *desc, in cbc_des3_encrypt() 341 static int cbc_des3_decrypt(struct blkcipher_desc *desc, in cbc_des3_decrypt() [all …]
|
/linux-3.3/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 46 static int sha1_ssse3_init(struct shash_desc *desc) in sha1_ssse3_init() 57 static int __sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in __sha1_ssse3_update() 83 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update() 111 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final() 150 static int sha1_ssse3_export(struct shash_desc *desc, void *out) in sha1_ssse3_export() 159 static int sha1_ssse3_import(struct shash_desc *desc, const void *in) in sha1_ssse3_import()
|
/linux-3.3/drivers/sh/intc/ |
D | handle.c | 18 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 __init intc_ack_data(struct intc_desc *desc, in intc_ack_data() 232 void __init intc_enable_disable_enum(struct intc_desc *desc, in intc_enable_disable_enum() 259 intc_get_sense_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_sense_handle() 288 void intc_set_ack_handle(unsigned int irq, struct intc_desc *desc, in intc_set_ack_handle()
|
/linux-3.3/fs/nfs/ |
D | pagelist.c | 208 bool nfs_generic_pg_test(struct nfs_pageio_descriptor *desc, struct nfs_page *prev, struct nfs_page… in nfs_generic_pg_test() 232 void nfs_pageio_init(struct nfs_pageio_descriptor *desc, in nfs_pageio_init() 290 static int nfs_pageio_do_add_request(struct nfs_pageio_descriptor *desc, in nfs_pageio_do_add_request() 313 static void nfs_pageio_doio(struct nfs_pageio_descriptor *desc) in nfs_pageio_doio() 336 static int __nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, in __nfs_pageio_add_request() 351 static int nfs_do_recoalesce(struct nfs_pageio_descriptor *desc) in nfs_do_recoalesce() 377 int nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, in nfs_pageio_add_request() 397 void nfs_pageio_complete(struct nfs_pageio_descriptor *desc) in nfs_pageio_complete() 419 void nfs_pageio_cond_complete(struct nfs_pageio_descriptor *desc, pgoff_t index) in nfs_pageio_cond_complete()
|
/linux-3.3/lib/ |
D | locking-selftest.c | 999 #define DO_TESTCASE_1(desc, name, nr) \ argument 1004 #define DO_TESTCASE_1B(desc, name, nr) \ argument 1009 #define DO_TESTCASE_3(desc, name, nr) \ argument 1016 #define DO_TESTCASE_3RW(desc, name, nr) \ argument 1023 #define DO_TESTCASE_6(desc, name) \ argument 1033 #define DO_TESTCASE_6_SUCCESS(desc, name) \ argument 1046 #define DO_TESTCASE_6R(desc, name) \ argument 1056 #define DO_TESTCASE_2I(desc, name, nr) \ argument 1060 #define DO_TESTCASE_2IB(desc, name, nr) \ argument 1064 #define DO_TESTCASE_6I(desc, name, nr) \ argument [all …]
|
/linux-3.3/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 63 struct blkcipher_desc desc = { .tfm = tfm, .info = local_iv }; in krb5_encrypt() local 97 struct blkcipher_desc desc = { .tfm = tfm, .info = local_iv }; in krb5_decrypt() local 122 struct hash_desc *desc = data; in checksummer() local 155 struct hash_desc desc; in make_checksum_hmac_md5() local 245 struct hash_desc desc; in make_checksum() local 326 struct hash_desc desc; in make_checksum_v2() local 390 struct blkcipher_desc desc; member 403 struct encryptor_desc *desc = data; in encryptor() local 466 struct encryptor_desc desc; in gss_encrypt_xdr_buf() local 489 struct blkcipher_desc desc; member [all …]
|
/linux-3.3/drivers/mtd/ubi/ |
D | kapi.c | 102 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()
|