| /linux/kernel/irq/ |
| H A D | settings.h | 41 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set() 47 static inline bool irq_settings_is_per_cpu(struct irq_desc *desc) in irq_settings_is_per_cpu() 52 static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc) in irq_settings_is_per_cpu_devid() 57 static inline void irq_settings_set_per_cpu(struct irq_desc *desc) in irq_settings_set_per_cpu() 62 static inline void irq_settings_set_no_balancing(struct irq_desc *desc) in irq_settings_set_no_balancing() 67 static inline bool irq_settings_has_no_balance_set(struct irq_desc *desc) in irq_settings_has_no_balance_set() 72 static inline u32 irq_settings_get_trigger_mask(struct irq_desc *desc) in irq_settings_get_trigger_mask() 78 irq_settings_set_trigger_mask(struct irq_desc *desc, u32 mask) in irq_settings_set_trigger_mask() 84 static inline bool irq_settings_is_level(struct irq_desc *desc) in irq_settings_is_level() 89 static inline void irq_settings_clr_level(struct irq_desc *desc) in irq_settings_clr_level() [all …]
|
| H A D | manage.c | 39 static inline void synchronize_irqwork(struct irq_desc *desc) in synchronize_irqwork() 45 static inline void synchronize_irqwork(struct irq_desc *desc) { } in synchronize_irqwork() 50 static void __synchronize_hardirq(struct irq_desc *desc, bool sync_chip) in __synchronize_hardirq() 107 struct irq_desc *desc = irq_to_desc(irq); in synchronize_hardirq() local 118 static void __synchronize_irq(struct irq_desc *desc) in __synchronize_irq() 147 struct irq_desc *desc = irq_to_desc(irq); in synchronize_irq() local 157 static bool __irq_can_set_affinity(struct irq_desc *desc) in __irq_can_set_affinity() 184 struct irq_desc *desc = irq_to_desc(irq); in irq_can_set_affinity_usr() local 199 static void irq_set_thread_affinity(struct irq_desc *desc) in irq_set_thread_affinity() 235 struct irq_desc *desc = irq_data_to_desc(data); in irq_do_set_affinity() local [all …]
|
| H A D | irqdesc.c | 55 static int alloc_masks(struct irq_desc *desc, int node) in alloc_masks() 86 static void desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) in desc_smp_init() 101 static void free_masks(struct irq_desc *desc) in free_masks() 114 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks() 116 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init() 117 static inline void free_masks(struct irq_desc *desc) { } in free_masks() 120 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults() 187 struct irq_desc *desc; in irq_find_at_or_after() local 195 static void irq_insert_desc(unsigned int irq, struct irq_desc *desc) in irq_insert_desc() 211 static int init_desc(struct irq_desc *desc, int irq, int node, in init_desc() [all …]
|
| H A D | resend.c | 35 struct irq_desc *desc; in resend_irqs() local 49 static int irq_sw_resend(struct irq_desc *desc) in irq_sw_resend() 85 void clear_irq_resend(struct irq_desc *desc) in clear_irq_resend() 91 void irq_resend_init(struct irq_desc *desc) in irq_resend_init() 96 void clear_irq_resend(struct irq_desc *desc) {} in clear_irq_resend() 97 void irq_resend_init(struct irq_desc *desc) {} in irq_resend_init() 99 static int irq_sw_resend(struct irq_desc *desc) in irq_sw_resend() 105 static int try_retrigger(struct irq_desc *desc) in try_retrigger() 122 int check_irq_resend(struct irq_desc *desc, bool inject) in check_irq_resend() 181 struct irq_desc *desc = scoped_irqdesc; in irq_inject_interrupt() local
|
| H A D | pm.c | 16 void irq_pm_handle_wakeup(struct irq_desc *desc) in irq_pm_handle_wakeup() 29 void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_install_action() 52 void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_remove_action() 65 static bool suspend_device_irq(struct irq_desc *desc) in suspend_device_irq() 128 struct irq_desc *desc; in suspend_device_irqs() local 144 static void resume_irq(struct irq_desc *desc) in resume_irq() 178 struct irq_desc *desc; in resume_irqs() local 201 struct irq_desc *desc = scoped_irqdesc; in rearm_wake_irq() local
|
| /linux/crypto/ |
| H A D | sha256.c | 76 #define SHA224_CTX(desc) ((struct sha224_ctx *)shash_desc_ctx(desc)) argument 78 static int crypto_sha224_init(struct shash_desc *desc) in crypto_sha224_init() 84 static int crypto_sha224_update(struct shash_desc *desc, in crypto_sha224_update() 91 static int crypto_sha224_final(struct shash_desc *desc, u8 *out) in crypto_sha224_final() 97 static int crypto_sha224_digest(struct shash_desc *desc, in crypto_sha224_digest() 104 static int crypto_sha224_export(struct shash_desc *desc, void *out) in crypto_sha224_export() 109 static int crypto_sha224_import(struct shash_desc *desc, const void *in) in crypto_sha224_import() 114 static int crypto_sha224_export_core(struct shash_desc *desc, void *out) in crypto_sha224_export_core() 119 static int crypto_sha224_import_core(struct shash_desc *desc, const void *in) in crypto_sha224_import_core() 134 #define SHA256_CTX(desc) ((struct sha256_ctx *)shash_desc_ctx(desc)) argument [all …]
|
| H A D | sha512.c | 78 #define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc)) argument 80 static int crypto_sha384_init(struct shash_desc *desc) in crypto_sha384_init() 86 static int crypto_sha384_update(struct shash_desc *desc, in crypto_sha384_update() 93 static int crypto_sha384_final(struct shash_desc *desc, u8 *out) in crypto_sha384_final() 99 static int crypto_sha384_digest(struct shash_desc *desc, in crypto_sha384_digest() 106 static int crypto_sha384_export(struct shash_desc *desc, void *out) in crypto_sha384_export() 111 static int crypto_sha384_import(struct shash_desc *desc, const void *in) in crypto_sha384_import() 116 static int crypto_sha384_export_core(struct shash_desc *desc, void *out) in crypto_sha384_export_core() 121 static int crypto_sha384_import_core(struct shash_desc *desc, const void *in) in crypto_sha384_import_core() 140 #define SHA512_CTX(desc) ((struct sha512_ctx *)shash_desc_ctx(desc)) argument [all …]
|
| H A D | md5.c | 67 #define MD5_CTX(desc) ((struct md5_ctx *)shash_desc_ctx(desc)) argument 69 static int crypto_md5_init(struct shash_desc *desc) in crypto_md5_init() 75 static int crypto_md5_update(struct shash_desc *desc, in crypto_md5_update() 82 static int crypto_md5_final(struct shash_desc *desc, u8 *out) in crypto_md5_final() 88 static int crypto_md5_digest(struct shash_desc *desc, in crypto_md5_digest() 95 static int crypto_md5_export(struct shash_desc *desc, void *out) in crypto_md5_export() 100 static int crypto_md5_import(struct shash_desc *desc, const void *in) in crypto_md5_import() 105 static int crypto_md5_export_core(struct shash_desc *desc, void *out) in crypto_md5_export_core() 110 static int crypto_md5_import_core(struct shash_desc *desc, const void *in) in crypto_md5_import_core() 116 #define HMAC_MD5_CTX(desc) ((struct hmac_md5_ctx *)shash_desc_ctx(desc)) argument [all …]
|
| H A D | sha1.c | 71 #define SHA1_CTX(desc) ((struct sha1_ctx *)shash_desc_ctx(desc)) argument 73 static int crypto_sha1_init(struct shash_desc *desc) in crypto_sha1_init() 79 static int crypto_sha1_update(struct shash_desc *desc, in crypto_sha1_update() 86 static int crypto_sha1_final(struct shash_desc *desc, u8 *out) in crypto_sha1_final() 92 static int crypto_sha1_digest(struct shash_desc *desc, in crypto_sha1_digest() 99 static int crypto_sha1_export(struct shash_desc *desc, void *out) in crypto_sha1_export() 104 static int crypto_sha1_import(struct shash_desc *desc, const void *in) in crypto_sha1_import() 109 static int crypto_sha1_export_core(struct shash_desc *desc, void *out) in crypto_sha1_export_core() 114 static int crypto_sha1_import_core(struct shash_desc *desc, const void *in) in crypto_sha1_import_core() 120 #define HMAC_SHA1_CTX(desc) ((struct hmac_sha1_ctx *)shash_desc_ctx(desc)) argument [all …]
|
| H A D | sha3.c | 11 #define SHA3_CTX(desc) ((struct sha3_ctx *)shash_desc_ctx(desc)) argument 13 static int crypto_sha3_224_init(struct shash_desc *desc) in crypto_sha3_224_init() 19 static int crypto_sha3_256_init(struct shash_desc *desc) in crypto_sha3_256_init() 25 static int crypto_sha3_384_init(struct shash_desc *desc) in crypto_sha3_384_init() 31 static int crypto_sha3_512_init(struct shash_desc *desc) in crypto_sha3_512_init() 37 static int crypto_sha3_update(struct shash_desc *desc, const u8 *data, in crypto_sha3_update() 44 static int crypto_sha3_final(struct shash_desc *desc, u8 *out) in crypto_sha3_final() 50 static int crypto_sha3_224_digest(struct shash_desc *desc, in crypto_sha3_224_digest() 57 static int crypto_sha3_256_digest(struct shash_desc *desc, in crypto_sha3_256_digest() 64 static int crypto_sha3_384_digest(struct shash_desc *desc, in crypto_sha3_384_digest() [all …]
|
| /linux/drivers/crypto/caam/ |
| H A D | desc_constr.h | 84 static inline int desc_len(u32 * const desc) in desc_len() 89 static inline int desc_bytes(void * const desc) in desc_bytes() 94 static inline u32 *desc_end(u32 * const desc) in desc_end() 99 static inline void *sh_desc_pdb(u32 * const desc) in sh_desc_pdb() 104 static inline void init_desc(u32 * const desc, u32 options) in init_desc() 109 static inline void init_sh_desc(u32 * const desc, u32 options) in init_sh_desc() 115 static inline void init_sh_desc_pdb(u32 * const desc, u32 options, in init_sh_desc_pdb() 124 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc() 129 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb() 137 static inline void append_ptr(u32 * const desc, dma_addr_t ptr) in append_ptr() [all …]
|
| H A D | caamalg_desc.c | 17 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst() 25 static inline void append_dec_op1(u32 *desc, u32 type) in append_dec_op1() 57 void cnstr_shdsc_aead_null_encap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_encap() 136 void cnstr_shdsc_aead_null_decap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_decap() 211 static void init_sh_desc_key_aead(u32 * const desc, in init_sh_desc_key_aead() 289 void cnstr_shdsc_aead_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_encap() 384 void cnstr_shdsc_aead_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_decap() 501 void cnstr_shdsc_aead_givencap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_givencap() 635 void cnstr_shdsc_gcm_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_encap() 762 void cnstr_shdsc_gcm_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_decap() [all …]
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common-v2.c | 74 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_lookup() 147 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_get() 193 int mtk_hw_set_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_set_value() 216 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_get_value() 238 const struct mtk_pin_desc *desc; in mtk_xt_find_eint_num() local 263 const struct mtk_pin_desc *desc; in mtk_is_virt_gpio() local 284 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_n() local 305 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_state() local 326 const struct mtk_pin_desc *desc; in mtk_xt_set_gpio_as_eint() local 443 const struct mtk_pin_desc *desc) in mtk_pinconf_bias_disable_set() [all …]
|
| /linux/drivers/usb/class/ |
| H A D | cdc-wdm.c | 121 struct wdm_device *desc; in wdm_find_device() local 136 struct wdm_device *desc; in wdm_find_device_by_minor() local 152 struct wdm_device *desc; in wdm_out_callback() local 170 struct wdm_device *desc = urb->context; in wdm_in_callback() local 257 struct wdm_device *desc; in wdm_int_callback() local 343 static void poison_urbs(struct wdm_device *desc) in poison_urbs() 351 static void unpoison_urbs(struct wdm_device *desc) in unpoison_urbs() 362 static void free_urbs(struct wdm_device *desc) in free_urbs() 369 static void cleanup(struct wdm_device *desc) in cleanup() 385 struct wdm_device *desc = file->private_data; in wdm_write() local [all …]
|
| /linux/drivers/pci/msi/ |
| H A D | msi.h | 14 static inline void pci_msi_mask(struct msi_desc *desc, u32 mask) in pci_msi_mask() 19 static inline void pci_msi_unmask(struct msi_desc *desc, u32 mask) in pci_msi_unmask() 24 static inline void __iomem *pci_msix_desc_addr(struct msi_desc *desc) in pci_msix_desc_addr() 35 static inline void pci_msix_write_vector_ctrl(struct msi_desc *desc, u32 ctrl) in pci_msix_write_vector_ctrl() 43 static inline void pci_msix_mask(struct msi_desc *desc) in pci_msix_mask() 51 static inline void pci_msix_unmask(struct msi_desc *desc) in pci_msix_unmask() 57 static inline void __pci_msi_mask_desc(struct msi_desc *desc, u32 mask) in __pci_msi_mask_desc() 65 static inline void __pci_msi_unmask_desc(struct msi_desc *desc, u32 mask) in __pci_msi_unmask_desc() 79 static inline __attribute_const__ u32 msi_multi_mask(struct msi_desc *desc) in msi_multi_mask()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.h | 24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument 30 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument 38 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ argument 49 #define LPFC_BBCR_ATTR_RW(name, defval, minval, maxval, desc) \ argument 59 #define LPFC_ATTR_HEX_R(name, defval, minval, maxval, desc) \ argument 67 #define LPFC_ATTR_HEX_RW(name, defval, minval, maxval, desc) \ argument 78 #define LPFC_VPORT_ATTR(name, defval, minval, maxval, desc) \ argument 84 #define LPFC_VPORT_ATTR_R(name, defval, minval, maxval, desc) \ argument 92 #define LPFC_VPORT_ULL_ATTR_R(name, defval, minval, maxval, desc) \ argument 100 #define LPFC_VPORT_ATTR_RW(name, defval, minval, maxval, desc) \ argument [all …]
|
| /linux/drivers/net/ethernet/xscale/ |
| H A D | ixp4xx_eth.c | 222 struct desc { struct 223 u32 next; /* pointer to next buffer, unused */ 226 u16 buf_len; /* buffer length */ 227 u16 pkt_len; /* packet length */ 228 u32 data; /* pointer to data buffer in RAM */ 229 u8 dest_id; 230 u8 src_id; 231 u16 flags; 232 u8 qos; 233 u8 padlen; [all …]
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_pci.c | 79 const void *xe_pci_fake_data_gen_params(struct kunit *test, const void *prev, char *desc) in xe_pci_fake_data_gen_params() 87 const struct xe_device_desc *desc; in lookup_desc() local 100 const struct xe_device_desc *desc = lookup_desc(p); in lookup_sub_desc() local 112 const struct xe_device_desc *desc = lookup_desc(p); in lookup_platform_name() local 119 const struct xe_subplatform_desc *desc = lookup_sub_desc(p, s); in __lookup_subplatform_name() local 178 void xe_pci_fake_data_desc(const struct xe_pci_fake_data *param, char *desc) in xe_pci_fake_data_desc() 202 static void xe_ip_kunit_desc(const struct xe_ip *param, char *desc) in xe_ip_kunit_desc() 232 static void xe_pci_id_kunit_desc(const struct pci_device_id *param, char *desc) in xe_pci_id_kunit_desc() 256 const void *xe_pci_graphics_ip_gen_param(struct kunit *test, const void *prev, char *desc) in xe_pci_graphics_ip_gen_param() 281 const void *xe_pci_media_ip_gen_param(struct kunit *test, const void *prev, char *desc) in xe_pci_media_ip_gen_param() [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpiolib.c | 119 const char *gpiod_get_label(struct gpio_desc *desc) in gpiod_get_label() 143 static int desc_set_label(struct gpio_desc *desc, const char *label) in desc_set_label() 230 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio() 244 int gpiod_hwgpio(const struct gpio_desc *desc) in gpiod_hwgpio() 262 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() 283 struct gpio_device *gpiod_to_gpio_device(struct gpio_desc *desc) in gpiod_to_gpio_device() 383 static int validate_desc(const struct gpio_desc *desc, const char *func) in validate_desc() 396 #define VALIDATE_DESC(desc) do { \ argument 402 #define VALIDATE_DESC_VOID(desc) do { \ argument 416 bool gpiod_is_equal(const struct gpio_desc *desc, const struct gpio_desc *other) in gpiod_is_equal() [all …]
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-dmaengine.c | 76 struct ccp_dma_desc *desc, *dtmp; in ccp_free_desc_resources() local 108 struct ccp_dma_desc *desc, *dtmp; in ccp_cleanup_desc_resources() local 139 static int ccp_issue_next_cmd(struct ccp_dma_desc *desc) in ccp_issue_next_cmd() 160 static void ccp_free_active_cmd(struct ccp_dma_desc *desc) in ccp_free_active_cmd() 177 struct ccp_dma_desc *desc) in __ccp_next_dma_desc() 191 struct ccp_dma_desc *desc) in ccp_handle_active_desc() 247 struct ccp_dma_desc *desc; in __ccp_pending_to_active() local 263 struct ccp_dma_desc *desc = data; in ccp_cmd_callback() local 299 struct ccp_dma_desc *desc = container_of(tx_desc, struct ccp_dma_desc, in ccp_tx_submit() local 334 struct ccp_dma_desc *desc; in ccp_alloc_dma_desc() local [all …]
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 27 static inline void *padlock_shash_desc_ctx(struct shash_desc *desc) in padlock_shash_desc_ctx() 32 static int padlock_sha1_init(struct shash_desc *desc) in padlock_sha1_init() 43 static int padlock_sha256_init(struct shash_desc *desc) in padlock_sha256_init() 51 static int padlock_sha_update(struct shash_desc *desc, in padlock_sha_update() 74 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export() 81 static int padlock_sha_import(struct shash_desc *desc, const void *in) in padlock_sha_import() 102 static int padlock_sha_finup(struct shash_desc *desc, const u8 *in, in padlock_sha_finup() 114 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, in padlock_sha1_finup() 136 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup() 243 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano() [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_err.c | 1507 hclge_print_mod_reg_info(struct device *dev, struct hclge_desc *desc, in hclge_print_mod_reg_info() 1789 struct hclge_desc *desc, u32 cmd, u16 flag) in hclge_cmd_query_error() 1811 struct hclge_desc desc; in hclge_clear_mac_tnl_int() local 1822 struct hclge_desc desc[2]; in hclge_config_common_hw_err_int() local 1859 struct hclge_desc desc; in hclge_config_ncsi_hw_err_int() local 1881 struct hclge_desc desc; in hclge_config_igu_egu_hw_err_int() local 1921 struct hclge_desc desc[2]; in hclge_config_ppp_error_interrupt() local 1984 struct hclge_desc desc; in hclge_config_tm_hw_err_int() local 2017 struct hclge_desc desc; in hclge_config_mac_err_int() local 2037 struct hclge_desc desc; in hclge_config_mac_tnl_int() local [all …]
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_common.c | 81 void i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40e_debug_aq() 158 struct libie_aq_desc desc; in i40e_aq_queue_shutdown() local 189 struct libie_aq_desc desc; in i40e_aq_get_set_rss_lut() local 271 struct libie_aq_desc desc; in i40e_aq_get_set_rss_key() local 383 struct libie_aq_desc desc; in i40e_aq_mac_address_read() local 409 struct libie_aq_desc desc; in i40e_aq_mac_address_write() local 1004 struct libie_aq_desc desc; in i40e_aq_get_phy_capabilities() local 1081 struct libie_aq_desc desc; in i40e_aq_set_phy_config() local 1207 struct libie_aq_desc desc; in i40e_aq_set_mac_config() local 1237 struct libie_aq_desc desc; in i40e_aq_clear_pxe_mode() local [all …]
|
| /linux/drivers/mtd/ubi/ |
| H A D | kapi.c | 90 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info() 118 struct ubi_volume_desc *desc; in ubi_open_volume() local 346 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume() 389 static int leb_read_sanity_check(struct ubi_volume_desc *desc, int lnum, in leb_read_sanity_check() 443 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read() 483 int ubi_leb_read_sg(struct ubi_volume_desc *desc, int lnum, struct ubi_sgl *sgl, in ubi_leb_read_sg() 534 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write() 579 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change() 620 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase() 681 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap() [all …]
|
| /linux/drivers/dma/amd/ptdma/ |
| H A D | ptdma-dmaengine.c | 52 struct ae4dma_desc desc; in ae4_check_status_error() local 91 struct pt_dma_desc *desc = to_pt_desc(vd); in pt_do_cleanup() local 114 static int ae4_core_execute_cmd(struct ae4dma_desc *desc, struct ae4_cmd_queue *ae4cmd_q) in ae4_core_execute_cmd() 140 struct ae4dma_desc desc; in pt_core_perform_passthru_ae4() local 161 static int pt_dma_start_desc(struct pt_dma_desc *desc, struct pt_dma_chan *chan) in pt_dma_start_desc() 197 struct pt_dma_desc *desc) in pt_handle_active_desc() 263 struct pt_dma_desc *desc = data; in pt_cmd_callback() local 320 struct pt_dma_desc *desc; in pt_alloc_dma_desc() local 339 struct pt_dma_desc *desc = data; in pt_cmd_callback_work() local 390 struct pt_dma_desc *desc; in pt_create_desc() local [all …]
|