Home
last modified time | relevance | path

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

12345678910>>...78

/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.c234 static bool ath11k_hw_ipq8074_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_first_msdu()
240 static bool ath11k_hw_ipq8074_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_last_msdu()
246 static u8 ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes()
252 static u8 *ath11k_hw_ipq8074_rx_desc_get_hdr_status(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_hdr_status()
257 static bool ath11k_hw_ipq8074_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_encrypt_valid()
263 static u32 ath11k_hw_ipq8074_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_encrypt_type()
269 static u8 ath11k_hw_ipq8074_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_decap_type()
275 static u8 ath11k_hw_ipq8074_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mesh_ctl()
281 static bool ath11k_hw_ipq8074_rx_desc_get_ldpc_support(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_ldpc_support()
287 static bool ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal.c297 static bool ath12k_hw_qcn9274_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_first_msdu()
303 static bool ath12k_hw_qcn9274_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_last_msdu()
309 static u8 ath12k_hw_qcn9274_rx_desc_get_l3_pad_bytes(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_l3_pad_bytes()
315 static bool ath12k_hw_qcn9274_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_encrypt_valid()
321 static u32 ath12k_hw_qcn9274_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_encrypt_type()
327 static u8 ath12k_hw_qcn9274_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_decap_type()
333 static u8 ath12k_hw_qcn9274_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mesh_ctl()
339 static bool ath12k_hw_qcn9274_rx_desc_get_mpdu_seq_ctl_vld(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_seq_ctl_vld()
345 static bool ath12k_hw_qcn9274_rx_desc_get_mpdu_fc_valid(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_fc_valid()
351 static u16 ath12k_hw_qcn9274_rx_desc_get_mpdu_start_seq_no(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_start_seq_no()
[all …]
/linux/kernel/irq/
H A Dsettings.h41 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 Dchip.c136 struct irq_desc *desc = irq_to_desc(irq); in irq_get_irq_data() local
142 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled()
147 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked()
152 static void irq_state_clr_started(struct irq_desc *desc) in irq_state_clr_started()
157 static void irq_state_set_started(struct irq_desc *desc) in irq_state_set_started()
170 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, in __irq_startup_managed()
206 void irq_startup_managed(struct irq_desc *desc) in irq_startup_managed()
228 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, in __irq_startup_managed()
235 static void irq_enable(struct irq_desc *desc) in irq_enable()
250 static int __irq_startup(struct irq_desc *desc) in __irq_startup()
[all …]
H A Dmanage.c40 static void __synchronize_hardirq(struct irq_desc *desc, bool sync_chip) in __synchronize_hardirq()
97 struct irq_desc *desc = irq_to_desc(irq); in synchronize_hardirq() local
108 static void __synchronize_irq(struct irq_desc *desc) in __synchronize_irq()
135 struct irq_desc *desc = irq_to_desc(irq); in synchronize_irq() local
145 static bool __irq_can_set_affinity(struct irq_desc *desc) in __irq_can_set_affinity()
172 struct irq_desc *desc = irq_to_desc(irq); in irq_can_set_affinity_usr() local
187 static void irq_set_thread_affinity(struct irq_desc *desc) in irq_set_thread_affinity()
224 struct irq_desc *desc = irq_data_to_desc(data); in irq_do_set_affinity() local
297 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_pending() local
329 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_deactivated() local
[all …]
H A Dirqdesc.c55 static int alloc_masks(struct irq_desc *desc, int node) in alloc_masks()
81 static void desc_smp_init(struct irq_desc *desc, int node, in desc_smp_init()
96 static void free_masks(struct irq_desc *desc) in free_masks()
109 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks()
111 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init()
112 static inline void free_masks(struct irq_desc *desc) { } in free_masks()
115 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults()
186 struct irq_desc *desc; in irq_find_at_or_after() local
194 static void irq_insert_desc(unsigned int irq, struct irq_desc *desc) in irq_insert_desc()
210 static int init_desc(struct irq_desc *desc, int irq, int node, in init_desc()
[all …]
H A Dresend.c35 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 Dinternals.h126 static inline void register_irq_proc(unsigned int irq, struct irq_desc *desc) { } in register_irq_proc()
127 static inline void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) { } in unregister_irq_proc()
142 static inline int irq_setup_affinity(struct irq_desc *desc) { return 0; } in irq_setup_affinity()
146 #define for_each_action_of_desc(desc, act) \ argument
150 static inline void chip_bus_lock(struct irq_desc *desc) in chip_bus_lock()
156 static inline void chip_bus_sync_unlock(struct irq_desc *desc) in chip_bus_sync_unlock()
240 static inline void irq_state_set_disabled(struct irq_desc *desc) in irq_state_set_disabled()
245 static inline void irq_state_set_masked(struct irq_desc *desc) in irq_state_set_masked()
252 static inline void __kstat_incr_irqs_this_cpu(struct irq_desc *desc) in __kstat_incr_irqs_this_cpu()
258 static inline void kstat_incr_irqs_this_cpu(struct irq_desc *desc) in kstat_incr_irqs_this_cpu()
[all …]
H A Dpm.c16 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 Dsha512.c65 #define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc)) argument
67 static int crypto_sha384_init(struct shash_desc *desc) in crypto_sha384_init()
73 static int crypto_sha384_update(struct shash_desc *desc, in crypto_sha384_update()
80 static int crypto_sha384_final(struct shash_desc *desc, u8 *out) in crypto_sha384_final()
86 static int crypto_sha384_digest(struct shash_desc *desc, in crypto_sha384_digest()
93 static int crypto_sha384_export(struct shash_desc *desc, void *out) in crypto_sha384_export()
98 static int crypto_sha384_import(struct shash_desc *desc, const void *in) in crypto_sha384_import()
117 #define SHA512_CTX(desc) ((struct sha512_ctx *)shash_desc_ctx(desc)) argument
119 static int crypto_sha512_init(struct shash_desc *desc) in crypto_sha512_init()
125 static int crypto_sha512_update(struct shash_desc *desc, in crypto_sha512_update()
[all …]
H A Dsha256.c63 #define SHA224_CTX(desc) ((struct sha224_ctx *)shash_desc_ctx(desc)) argument
65 static int crypto_sha224_init(struct shash_desc *desc) in crypto_sha224_init()
71 static int crypto_sha224_update(struct shash_desc *desc, in crypto_sha224_update()
78 static int crypto_sha224_final(struct shash_desc *desc, u8 *out) in crypto_sha224_final()
84 static int crypto_sha224_digest(struct shash_desc *desc, in crypto_sha224_digest()
91 static int crypto_sha224_export(struct shash_desc *desc, void *out) in crypto_sha224_export()
96 static int crypto_sha224_import(struct shash_desc *desc, const void *in) in crypto_sha224_import()
111 #define SHA256_CTX(desc) ((struct sha256_ctx *)shash_desc_ctx(desc)) argument
113 static int crypto_sha256_init(struct shash_desc *desc) in crypto_sha256_init()
119 static int crypto_sha256_update(struct shash_desc *desc, in crypto_sha256_update()
[all …]
H A Dsha1.c59 #define SHA1_CTX(desc) ((struct sha1_ctx *)shash_desc_ctx(desc)) argument
61 static int crypto_sha1_init(struct shash_desc *desc) in crypto_sha1_init()
67 static int crypto_sha1_update(struct shash_desc *desc, in crypto_sha1_update()
74 static int crypto_sha1_final(struct shash_desc *desc, u8 *out) in crypto_sha1_final()
80 static int crypto_sha1_digest(struct shash_desc *desc, in crypto_sha1_digest()
87 static int crypto_sha1_export(struct shash_desc *desc, void *out) in crypto_sha1_export()
92 static int crypto_sha1_import(struct shash_desc *desc, const void *in) in crypto_sha1_import()
98 #define HMAC_SHA1_CTX(desc) ((struct hmac_sha1_ctx *)shash_desc_ctx(desc)) argument
107 static int crypto_hmac_sha1_init(struct shash_desc *desc) in crypto_hmac_sha1_init()
113 static int crypto_hmac_sha1_update(struct shash_desc *desc, in crypto_hmac_sha1_update()
[all …]
H A Dshash.c67 static int __crypto_shash_init(struct shash_desc *desc) in __crypto_shash_init()
81 int crypto_shash_init(struct shash_desc *desc) in crypto_shash_init()
89 static int shash_default_finup(struct shash_desc *desc, const u8 *data, in shash_default_finup()
99 int (*op)(struct shash_desc *desc, const u8 *data, in crypto_shash_op_and_zero()
110 int crypto_shash_finup(struct shash_desc *restrict desc, const u8 *data, in crypto_shash_finup()
176 static int shash_default_digest(struct shash_desc *desc, const u8 *data, in shash_default_digest()
183 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest()
206 static int __crypto_shash_export(struct shash_desc *desc, void *out, in __crypto_shash_export()
207 int (*export)(struct shash_desc *desc, in __crypto_shash_export()
226 int crypto_shash_export_core(struct shash_desc *desc, void *out) in crypto_shash_export_core()
[all …]
/linux/drivers/crypto/caam/
H A Ddesc_constr.h84 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 Dcaamalg_desc.c16 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst()
24 static inline void append_dec_op1(u32 *desc, u32 type) in append_dec_op1()
56 void cnstr_shdsc_aead_null_encap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_encap()
135 void cnstr_shdsc_aead_null_decap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_decap()
210 static void init_sh_desc_key_aead(u32 * const desc, in init_sh_desc_key_aead()
288 void cnstr_shdsc_aead_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_encap()
383 void cnstr_shdsc_aead_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_decap()
500 void cnstr_shdsc_aead_givencap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_givencap()
634 void cnstr_shdsc_gcm_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_encap()
761 void cnstr_shdsc_gcm_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_decap()
[all …]
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c74 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/include/linux/gpio/
H A Dconsumer.h27 struct gpio_desc *desc[]; member
240 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put()
249 struct gpio_desc *desc) in devm_gpiod_unhinge()
310 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
328 static inline int gpiod_get_direction(const struct gpio_desc *desc) in gpiod_get_direction()
334 static inline int gpiod_direction_input(struct gpio_desc *desc) in gpiod_direction_input()
340 static inline int gpiod_direction_output(struct gpio_desc *desc, int value) in gpiod_direction_output()
346 static inline int gpiod_direction_output_raw(struct gpio_desc *desc, int value) in gpiod_direction_output_raw()
352 static inline int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value()
367 static inline int gpiod_set_value(struct gpio_desc *desc, int value) in gpiod_set_value()
[all …]
/linux/drivers/pci/msi/
H A Dmsi.h14 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 Dlpfc_attr.h24 #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 Dixp4xx_eth.c222 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/firmware/qcom/
H A Dqcom_scm.c229 struct qcom_scm_desc desc = { in __get_convention() local
302 static int qcom_scm_call(struct device *dev, const struct qcom_scm_desc *desc, in qcom_scm_call()
328 const struct qcom_scm_desc *desc, in qcom_scm_call_atomic()
347 struct qcom_scm_desc desc = { in __qcom_scm_is_call_available() local
378 struct qcom_scm_desc desc = { in qcom_scm_set_boot_addr() local
399 struct qcom_scm_desc desc = { in qcom_scm_set_boot_addr_mc() local
458 struct qcom_scm_desc desc = { in qcom_scm_cpu_power_down() local
472 struct qcom_scm_desc desc = { in qcom_scm_set_remote_state() local
492 struct qcom_scm_desc desc = { in qcom_scm_disable_sdi() local
514 struct qcom_scm_desc desc = { in __qcom_scm_set_dload_mode() local
[all …]
/linux/drivers/gpio/
H A Dgpiolib.c120 const char *gpiod_get_label(struct gpio_desc *desc) in gpiod_get_label()
144 static int desc_set_label(struct gpio_desc *desc, const char *label) in desc_set_label()
232 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio()
251 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip()
272 struct gpio_device *gpiod_to_gpio_device(struct gpio_desc *desc) in gpiod_to_gpio_device()
364 static int validate_desc(const struct gpio_desc *desc, const char *func) in validate_desc()
377 #define VALIDATE_DESC(desc) do { \ argument
383 #define VALIDATE_DESC_VOID(desc) do { \ argument
397 bool gpiod_is_equal(const struct gpio_desc *desc, const struct gpio_desc *other) in gpiod_is_equal()
432 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction()
[all …]
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c76 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 Dpadlock-sha.c27 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/gpu/drm/xe/tests/
H A Dxe_pci.c15 static void xe_ip_kunit_desc(const struct xe_ip *param, char *desc) in xe_ip_kunit_desc()
24 static void xe_pci_id_kunit_desc(const struct pci_device_id *param, char *desc) in xe_pci_id_kunit_desc()
47 const void *xe_pci_graphics_ip_gen_param(const void *prev, char *desc) in xe_pci_graphics_ip_gen_param()
64 const void *xe_pci_media_ip_gen_param(const void *prev, char *desc) in xe_pci_media_ip_gen_param()
81 const void *xe_pci_id_gen_param(const void *prev, char *desc) in xe_pci_id_gen_param()
109 const struct xe_device_desc *desc; in xe_pci_fake_device_init() local
162 const void *xe_pci_live_device_gen_param(const void *prev, char *desc) in xe_pci_live_device_gen_param()

12345678910>>...78