Home
last modified time | relevance | path

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

12345678910>>...65

/Linux-v4.19/kernel/irq/
Dsettings.h38 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set()
44 static inline bool irq_settings_is_per_cpu(struct irq_desc *desc) in irq_settings_is_per_cpu()
49 static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc) in irq_settings_is_per_cpu_devid()
54 static inline void irq_settings_set_per_cpu(struct irq_desc *desc) in irq_settings_set_per_cpu()
59 static inline void irq_settings_set_no_balancing(struct irq_desc *desc) in irq_settings_set_no_balancing()
64 static inline bool irq_settings_has_no_balance_set(struct irq_desc *desc) in irq_settings_has_no_balance_set()
69 static inline u32 irq_settings_get_trigger_mask(struct irq_desc *desc) in irq_settings_get_trigger_mask()
75 irq_settings_set_trigger_mask(struct irq_desc *desc, u32 mask) in irq_settings_set_trigger_mask()
81 static inline bool irq_settings_is_level(struct irq_desc *desc) in irq_settings_is_level()
86 static inline void irq_settings_clr_level(struct irq_desc *desc) in irq_settings_clr_level()
[all …]
Dchip.c44 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip() local
71 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_irq_type() local
93 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_handler_data() local
115 …struct irq_desc *desc = irq_get_desc_lock(irq_base + irq_offset, &flags, IRQ_GET_DESC_CHECK_GLOBAL… in irq_set_msi_desc_off() local
148 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip_data() local
160 struct irq_desc *desc = irq_to_desc(irq); in irq_get_irq_data() local
166 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled()
171 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked()
176 static void irq_state_clr_started(struct irq_desc *desc) in irq_state_clr_started()
181 static void irq_state_set_started(struct irq_desc *desc) in irq_state_set_started()
[all …]
Dmanage.c37 static void __synchronize_hardirq(struct irq_desc *desc) in __synchronize_hardirq()
79 struct irq_desc *desc = irq_to_desc(irq); in synchronize_hardirq() local
102 struct irq_desc *desc = irq_to_desc(irq); in synchronize_irq() local
120 static bool __irq_can_set_affinity(struct irq_desc *desc) in __irq_can_set_affinity()
147 struct irq_desc *desc = irq_to_desc(irq); in irq_can_set_affinity_usr() local
162 void irq_set_thread_affinity(struct irq_desc *desc) in irq_set_thread_affinity()
187 struct irq_desc *desc = irq_data_to_desc(data); in irq_do_set_affinity() local
212 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_pending() local
245 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_locked() local
269 struct irq_desc *desc = irq_to_desc(irq); in __irq_set_affinity() local
[all …]
Dinternals.h114 static inline void register_irq_proc(unsigned int irq, struct irq_desc *desc) { } in register_irq_proc()
115 static inline void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) { } in unregister_irq_proc()
134 static inline int irq_setup_affinity(struct irq_desc *desc) { return 0; } in irq_setup_affinity()
138 static inline void chip_bus_lock(struct irq_desc *desc) in chip_bus_lock()
144 static inline void chip_bus_sync_unlock(struct irq_desc *desc) in chip_bus_sync_unlock()
156 #define for_each_action_of_desc(desc, act) \ argument
171 irq_put_desc_busunlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_busunlock()
183 irq_put_desc_unlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_unlock()
233 static inline void irq_state_set_disabled(struct irq_desc *desc) in irq_state_set_disabled()
238 static inline void irq_state_set_masked(struct irq_desc *desc) in irq_state_set_masked()
[all …]
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()
98 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks()
100 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init()
103 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults()
148 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in per_cpu_count_show() local
168 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in chip_name_show() local
185 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in hwirq_show() local
200 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in type_show() local
216 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in wakeup_show() local
[all …]
Dpm.c16 bool irq_pm_check_wakeup(struct irq_desc *desc) in irq_pm_check_wakeup()
33 void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_install_action()
57 void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_remove_action()
70 static bool suspend_device_irq(struct irq_desc *desc) in suspend_device_irq()
119 struct irq_desc *desc; in suspend_device_irqs() local
138 static void resume_irq(struct irq_desc *desc) in resume_irq()
160 struct irq_desc *desc; in resume_irqs() local
Dspurious.c36 bool irq_wait_for_poll(struct irq_desc *desc) in irq_wait_for_poll()
61 static int try_one_irq(struct irq_desc *desc, bool force) in try_one_irq()
119 struct irq_desc *desc; in misrouted_irq() local
145 struct irq_desc *desc; in poll_spurious_irqs() local
191 static void __report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret) in __report_bad_irq()
224 static void report_bad_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()
271 void note_interrupt(struct irq_desc *desc, irqreturn_t action_ret) in note_interrupt()
/Linux-v4.19/drivers/crypto/caam/
Ddesc_constr.h40 static inline int desc_len(u32 * const desc) in desc_len()
45 static inline int desc_bytes(void * const desc) in desc_bytes()
50 static inline u32 *desc_end(u32 * const desc) in desc_end()
55 static inline void *sh_desc_pdb(u32 * const desc) in sh_desc_pdb()
60 static inline void init_desc(u32 * const desc, u32 options) in init_desc()
65 static inline void init_sh_desc(u32 * const desc, u32 options) in init_sh_desc()
71 static inline void init_sh_desc_pdb(u32 * const desc, u32 options, in init_sh_desc_pdb()
80 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc()
85 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb()
93 static inline void append_ptr(u32 * const desc, dma_addr_t ptr) in append_ptr()
[all …]
Dcaamalg_desc.c15 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst()
23 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()
137 void cnstr_shdsc_aead_null_decap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_decap()
214 static void init_sh_desc_key_aead(u32 * const desc, in init_sh_desc_key_aead()
292 void cnstr_shdsc_aead_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_encap()
387 void cnstr_shdsc_aead_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_decap()
505 void cnstr_shdsc_aead_givencap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_givencap()
632 void cnstr_shdsc_gcm_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_encap()
760 void cnstr_shdsc_gcm_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_decap()
[all …]
/Linux-v4.19/include/linux/gpio/
Dconsumer.h26 struct gpio_desc *desc[]; member
220 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put()
281 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
299 static inline int gpiod_get_direction(const struct gpio_desc *desc) in gpiod_get_direction()
305 static inline int gpiod_direction_input(struct gpio_desc *desc) in gpiod_direction_input()
311 static inline int gpiod_direction_output(struct gpio_desc *desc, int value) in gpiod_direction_output()
317 static inline int gpiod_direction_output_raw(struct gpio_desc *desc, int value) in gpiod_direction_output_raw()
325 static inline int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value()
339 static inline void gpiod_set_value(struct gpio_desc *desc, int value) in gpiod_set_value()
351 static inline int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value()
[all …]
/Linux-v4.19/drivers/scsi/lpfc/
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-v4.19/arch/x86/crypto/
Dsha256_ssse3_glue.c47 static int sha256_update(struct shash_desc *desc, const u8 *data, in sha256_update()
67 static int sha256_finup(struct shash_desc *desc, const u8 *data, in sha256_finup()
83 static int sha256_ssse3_update(struct shash_desc *desc, const u8 *data, in sha256_ssse3_update()
89 static int sha256_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha256_ssse3_finup()
96 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) in sha256_ssse3_final()
150 static int sha256_avx_update(struct shash_desc *desc, const u8 *data, in sha256_avx_update()
156 static int sha256_avx_finup(struct shash_desc *desc, const u8 *data, in sha256_avx_finup()
162 static int sha256_avx_final(struct shash_desc *desc, u8 *out) in sha256_avx_final()
232 static int sha256_avx2_update(struct shash_desc *desc, const u8 *data, in sha256_avx2_update()
238 static int sha256_avx2_finup(struct shash_desc *desc, const u8 *data, in sha256_avx2_finup()
[all …]
Dsha1_ssse3_glue.c37 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update()
57 static int sha1_finup(struct shash_desc *desc, const u8 *data, in sha1_finup()
76 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update()
83 static int sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha1_ssse3_finup()
91 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final()
129 static int sha1_avx_update(struct shash_desc *desc, const u8 *data, in sha1_avx_update()
136 static int sha1_avx_finup(struct shash_desc *desc, const u8 *data, in sha1_avx_finup()
143 static int sha1_avx_final(struct shash_desc *desc, u8 *out) in sha1_avx_final()
220 static int sha1_avx2_update(struct shash_desc *desc, const u8 *data, in sha1_avx2_update()
227 static int sha1_avx2_finup(struct shash_desc *desc, const u8 *data, in sha1_avx2_finup()
[all …]
Dsha512_ssse3_glue.c47 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update()
67 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup()
83 static int sha512_ssse3_update(struct shash_desc *desc, const u8 *data, in sha512_ssse3_update()
89 static int sha512_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha512_ssse3_finup()
96 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final()
160 static int sha512_avx_update(struct shash_desc *desc, const u8 *data, in sha512_avx_update()
166 static int sha512_avx_finup(struct shash_desc *desc, const u8 *data, in sha512_avx_finup()
173 static int sha512_avx_final(struct shash_desc *desc, u8 *out) in sha512_avx_final()
231 static int sha512_avx2_update(struct shash_desc *desc, const u8 *data, in sha512_avx2_update()
237 static int sha512_avx2_finup(struct shash_desc *desc, const u8 *data, in sha512_avx2_finup()
[all …]
/Linux-v4.19/drivers/net/ethernet/xscale/
Dixp4xx_eth.c197 struct desc { struct
198 u32 next; /* pointer to next buffer, unused */
201 u16 buf_len; /* buffer length */
202 u16 pkt_len; /* packet length */
203 u32 data; /* pointer to data buffer in RAM */
204 u8 dest_id;
205 u8 src_id;
206 u16 flags;
207 u8 qos;
208 u8 padlen;
[all …]
/Linux-v4.19/arch/mips/vr41xx/common/
Dicu.c157 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-v4.19/drivers/usb/class/
Dcdc-wdm.c113 struct wdm_device *desc; in wdm_find_device() local
128 struct wdm_device *desc; in wdm_find_device_by_minor() local
144 struct wdm_device *desc; in wdm_out_callback() local
160 struct wdm_device *desc = urb->context; in wdm_in_callback() local
235 struct wdm_device *desc; in wdm_int_callback() local
321 static void kill_urbs(struct wdm_device *desc) in kill_urbs()
329 static void free_urbs(struct wdm_device *desc) in free_urbs()
336 static void cleanup(struct wdm_device *desc) in cleanup()
352 struct wdm_device *desc = file->private_data; in wdm_write() local
453 static int service_outstanding_interrupt(struct wdm_device *desc) in service_outstanding_interrupt()
[all …]
/Linux-v4.19/drivers/crypto/ccp/
Dccp-dmaengine.c74 struct ccp_dma_desc *desc, *dtmp; in ccp_free_desc_resources() local
106 struct ccp_dma_desc *desc, *dtmp; in ccp_cleanup_desc_resources() local
137 static int ccp_issue_next_cmd(struct ccp_dma_desc *desc) in ccp_issue_next_cmd()
158 static void ccp_free_active_cmd(struct ccp_dma_desc *desc) in ccp_free_active_cmd()
175 struct ccp_dma_desc *desc) in __ccp_next_dma_desc()
189 struct ccp_dma_desc *desc) in ccp_handle_active_desc()
245 struct ccp_dma_desc *desc; in __ccp_pending_to_active() local
261 struct ccp_dma_desc *desc = data; in ccp_cmd_callback() local
297 struct ccp_dma_desc *desc = container_of(tx_desc, struct ccp_dma_desc, in ccp_tx_submit() local
333 struct ccp_dma_desc *desc; in ccp_alloc_dma_desc() local
[all …]
/Linux-v4.19/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()
134 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final()
141 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup()
196 static int padlock_sha256_final(struct shash_desc *desc, u8 *out) in padlock_sha256_final()
284 static int padlock_sha1_init_nano(struct shash_desc *desc) in padlock_sha1_init_nano()
295 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano()
[all …]
/Linux-v4.19/include/linux/
Dirqdesc.h123 static inline unsigned int irq_desc_get_irq(struct irq_desc *desc) in irq_desc_get_irq()
128 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) in irq_desc_get_irq_data()
133 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip()
138 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) in irq_desc_get_chip_data()
143 static inline void *irq_desc_get_handler_data(struct irq_desc *desc) in irq_desc_get_handler_data()
152 static inline void generic_handle_irq_desc(struct irq_desc *desc) in generic_handle_irq_desc()
177 static inline int irq_desc_has_action(struct irq_desc *desc) in irq_desc_has_action()
200 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_handler_locked() local
221 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_chip_handler_name_locked() local
230 struct irq_desc *desc; in irq_balancing_disabled() local
[all …]
/Linux-v4.19/drivers/firmware/
Dqcom_scm-64.c84 const struct qcom_scm_desc *desc, in qcom_scm_call()
210 struct qcom_scm_desc desc = {0}; in __qcom_scm_is_call_available() local
227 struct qcom_scm_desc desc = {0}; in __qcom_scm_hdcp_req() local
274 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_supported() local
291 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_init_image() local
308 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_mem_setup() local
325 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_auth_and_reset() local
341 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_shutdown() local
355 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_mss_reset() local
371 struct qcom_scm_desc desc = {0}; in __qcom_scm_set_remote_state() local
[all …]
/Linux-v4.19/arch/arm64/crypto/
Dsha256-glue.c37 static int sha256_update(struct shash_desc *desc, const u8 *data, in sha256_update()
44 static int sha256_finup(struct shash_desc *desc, const u8 *data, in sha256_finup()
56 static int sha256_final(struct shash_desc *desc, u8 *out) in sha256_final()
87 static int sha256_update_neon(struct shash_desc *desc, const u8 *data, in sha256_update_neon()
119 static int sha256_finup_neon(struct shash_desc *desc, const u8 *data, in sha256_finup_neon()
139 static int sha256_final_neon(struct shash_desc *desc, u8 *out) in sha256_final_neon()
/Linux-v4.19/drivers/gpio/
Dgpiolib.c160 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio()
171 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip()
211 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction()
299 struct gpio_desc *desc = &gdev->descs[i]; in gpio_name_to_desc() local
562 struct gpio_desc *desc; in linehandle_create() local
676 struct gpio_desc *desc; member
865 struct gpio_desc *desc; in lineevent_create() local
1036 struct gpio_desc *desc; in gpio_ioctl() local
1190 struct gpio_desc *desc; in gpiochip_machine_hog() local
1345 struct gpio_desc *desc = &gdev->descs[i]; in gpiochip_add_data_with_key() local
[all …]
Dgpiolib-sysfs.c21 struct gpio_desc *desc; member
62 struct gpio_desc *desc = data->desc; in direction_show() local
81 struct gpio_desc *desc = data->desc; in direction_store() local
105 struct gpio_desc *desc = data->desc; in value_show() local
127 struct gpio_desc *desc = data->desc; in value_store() local
167 struct gpio_desc *desc = data->desc; in gpio_sysfs_request_irq() local
223 struct gpio_desc *desc = data->desc; in gpio_sysfs_free_irq() local
307 struct gpio_desc *desc = data->desc; in gpio_sysfs_set_active_low() local
333 struct gpio_desc *desc = data->desc; in active_low_show() local
370 struct gpio_desc *desc = data->desc; in gpio_is_visible() local
[all …]
/Linux-v4.19/arch/powerpc/crypto/
Dsha256-spe-glue.c65 static int ppc_spe_sha256_init(struct shash_desc *desc) in ppc_spe_sha256_init()
82 static int ppc_spe_sha224_init(struct shash_desc *desc) in ppc_spe_sha224_init()
99 static int ppc_spe_sha256_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha256_update()
144 static int ppc_spe_sha256_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha256_final()
184 static int ppc_spe_sha224_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha224_final()
205 static int ppc_spe_sha256_export(struct shash_desc *desc, void *out) in ppc_spe_sha256_export()
213 static int ppc_spe_sha256_import(struct shash_desc *desc, const void *in) in ppc_spe_sha256_import()

12345678910>>...65