/Linux-v5.10/kernel/irq/ |
D | settings.h | 40 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set() 46 static inline bool irq_settings_is_per_cpu(struct irq_desc *desc) in irq_settings_is_per_cpu() 51 static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc) in irq_settings_is_per_cpu_devid() 56 static inline void irq_settings_set_per_cpu(struct irq_desc *desc) in irq_settings_set_per_cpu() 61 static inline void irq_settings_set_no_balancing(struct irq_desc *desc) in irq_settings_set_no_balancing() 66 static inline bool irq_settings_has_no_balance_set(struct irq_desc *desc) in irq_settings_has_no_balance_set() 71 static inline u32 irq_settings_get_trigger_mask(struct irq_desc *desc) in irq_settings_get_trigger_mask() 77 irq_settings_set_trigger_mask(struct irq_desc *desc, u32 mask) in irq_settings_set_trigger_mask() 83 static inline bool irq_settings_is_level(struct irq_desc *desc) in irq_settings_is_level() 88 static inline void irq_settings_clr_level(struct irq_desc *desc) in irq_settings_clr_level() [all …]
|
D | chip.c | 44 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 …]
|
D | manage.c | 39 static void __synchronize_hardirq(struct irq_desc *desc, bool sync_chip) in __synchronize_hardirq() 101 struct irq_desc *desc = irq_to_desc(irq); in synchronize_hardirq() local 129 struct irq_desc *desc = irq_to_desc(irq); in synchronize_irq() local 147 static bool __irq_can_set_affinity(struct irq_desc *desc) in __irq_can_set_affinity() 174 struct irq_desc *desc = irq_to_desc(irq); in irq_can_set_affinity_usr() local 189 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 288 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_pending() local 320 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_deactivated() local 345 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_affinity_locked() local [all …]
|
D | internals.h | 121 static inline void register_irq_proc(unsigned int irq, struct irq_desc *desc) { } in register_irq_proc() 122 static inline void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) { } in unregister_irq_proc() 139 static inline int irq_setup_affinity(struct irq_desc *desc) { return 0; } in irq_setup_affinity() 143 static inline void chip_bus_lock(struct irq_desc *desc) in chip_bus_lock() 149 static inline void chip_bus_sync_unlock(struct irq_desc *desc) in chip_bus_sync_unlock() 161 #define for_each_action_of_desc(desc, act) \ argument 176 irq_put_desc_busunlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_busunlock() 188 irq_put_desc_unlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_unlock() 238 static inline void irq_state_set_disabled(struct irq_desc *desc) in irq_state_set_disabled() 243 static inline void irq_state_set_masked(struct irq_desc *desc) in irq_state_set_masked() [all …]
|
D | irqdesc.c | 55 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() 149 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in per_cpu_count_show() local 169 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in chip_name_show() local 186 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in hwirq_show() local 201 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in type_show() local 217 struct irq_desc *desc = container_of(kobj, struct irq_desc, kobj); in wakeup_show() local [all …]
|
D | pm.c | 16 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() 133 struct irq_desc *desc; in suspend_device_irqs() local 152 static void resume_irq(struct irq_desc *desc) in resume_irq() 186 struct irq_desc *desc; in resume_irqs() local 212 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in rearm_wake_irq() local
|
D | resend.c | 32 struct irq_desc *desc; in resend_irqs() local 50 static int irq_sw_resend(struct irq_desc *desc) in irq_sw_resend() 83 static int irq_sw_resend(struct irq_desc *desc) in irq_sw_resend() 89 static int try_retrigger(struct irq_desc *desc) in try_retrigger() 106 int check_irq_resend(struct irq_desc *desc, bool inject) in check_irq_resend() 157 struct irq_desc *desc; in irq_inject_interrupt() local
|
D | spurious.c | 36 bool irq_wait_for_poll(struct irq_desc *desc) in irq_wait_for_poll() 62 static int try_one_irq(struct irq_desc *desc, bool force) in try_one_irq() 120 struct irq_desc *desc; in misrouted_irq() local 146 struct irq_desc *desc; in poll_spurious_irqs() local 192 static void __report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret) in __report_bad_irq() 225 static void report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret) in report_bad_irq() 236 try_misrouted_irq(unsigned int irq, struct irq_desc *desc, in try_misrouted_irq() 272 void note_interrupt(struct irq_desc *desc, irqreturn_t action_ret) in note_interrupt()
|
/Linux-v5.10/drivers/crypto/caam/ |
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 …]
|
D | caamalg_desc.c | 16 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-v5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.c | 68 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_lookup() 141 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_get() 187 int mtk_hw_set_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_set_value() 210 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_get_value() 232 const struct mtk_pin_desc *desc; in mtk_xt_find_eint_num() local 257 const struct mtk_pin_desc *desc; in mtk_is_virt_gpio() local 278 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_n() local 295 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_state() local 316 const struct mtk_pin_desc *desc; in mtk_xt_set_gpio_as_eint() local 406 const struct mtk_pin_desc *desc) in mtk_pinconf_bias_disable_set() [all …]
|
/Linux-v5.10/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 46 static int _sha256_update(struct shash_desc *desc, const u8 *data, in _sha256_update() 68 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() 149 static int sha256_avx_update(struct shash_desc *desc, const u8 *data, in sha256_avx_update() 155 static int sha256_avx_finup(struct shash_desc *desc, const u8 *data, in sha256_avx_finup() 161 static int sha256_avx_final(struct shash_desc *desc, u8 *out) in sha256_avx_final() 225 static int sha256_avx2_update(struct shash_desc *desc, const u8 *data, in sha256_avx2_update() 231 static int sha256_avx2_finup(struct shash_desc *desc, const u8 *data, in sha256_avx2_finup() [all …]
|
D | sha1_ssse3_glue.c | 29 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update() 51 static int sha1_finup(struct shash_desc *desc, const u8 *data, in sha1_finup() 69 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update() 75 static int sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha1_ssse3_finup() 82 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final() 119 static int sha1_avx_update(struct shash_desc *desc, const u8 *data, in sha1_avx_update() 125 static int sha1_avx_finup(struct shash_desc *desc, const u8 *data, in sha1_avx_finup() 131 static int sha1_avx_final(struct shash_desc *desc, u8 *out) in sha1_avx_final() 201 static int sha1_avx2_update(struct shash_desc *desc, const u8 *data, in sha1_avx2_update() 207 static int sha1_avx2_finup(struct shash_desc *desc, const u8 *data, in sha1_avx2_finup() [all …]
|
D | sha512_ssse3_glue.c | 44 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() 66 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup() 81 static int sha512_ssse3_update(struct shash_desc *desc, const u8 *data, in sha512_ssse3_update() 87 static int sha512_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha512_ssse3_finup() 94 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final() 157 static int sha512_avx_update(struct shash_desc *desc, const u8 *data, in sha512_avx_update() 163 static int sha512_avx_finup(struct shash_desc *desc, const u8 *data, in sha512_avx_finup() 170 static int sha512_avx_final(struct shash_desc *desc, u8 *out) in sha512_avx_final() 223 static int sha512_avx2_update(struct shash_desc *desc, const u8 *data, in sha512_avx2_update() 229 static int sha512_avx2_finup(struct shash_desc *desc, const u8 *data, in sha512_avx2_finup() [all …]
|
/Linux-v5.10/drivers/scsi/lpfc/ |
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-v5.10/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 196 struct desc { struct 197 u32 next; /* pointer to next buffer, unused */ 200 u16 buf_len; /* buffer length */ 201 u16 pkt_len; /* packet length */ 202 u32 data; /* pointer to data buffer in RAM */ 203 u8 dest_id; 204 u8 src_id; 205 u16 flags; 206 u8 qos; 207 u8 padlen; [all …]
|
/Linux-v5.10/arch/mips/vr41xx/common/ |
D | icu.c | 144 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_enable_piuint() local 159 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_disable_piuint() local 174 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_enable_aiuint() local 189 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_disable_aiuint() local 204 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_enable_kiuint() local 219 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_disable_kiuint() local 234 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_enable_macint() local 246 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_disable_macint() local 258 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_enable_dsiuint() local 270 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_disable_dsiuint() local [all …]
|
/Linux-v5.10/drivers/crypto/ |
D | padlock-sha.c | 31 static int padlock_sha_init(struct shash_desc *desc) in padlock_sha_init() 40 static int padlock_sha_update(struct shash_desc *desc, in padlock_sha_update() 48 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export() 55 static int padlock_sha_import(struct shash_desc *desc, const void *in) in padlock_sha_import() 71 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, in padlock_sha1_finup() 125 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final() 132 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup() 186 static int padlock_sha256_final(struct shash_desc *desc, u8 *out) in padlock_sha256_final() 268 static int padlock_sha1_init_nano(struct shash_desc *desc) in padlock_sha1_init_nano() 279 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano() [all …]
|
/Linux-v5.10/include/linux/gpio/ |
D | consumer.h | 36 struct gpio_desc *desc[]; member 244 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() 253 struct gpio_desc *desc) in devm_gpiod_unhinge() 314 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() 332 static inline int gpiod_get_direction(const struct gpio_desc *desc) in gpiod_get_direction() 338 static inline int gpiod_direction_input(struct gpio_desc *desc) in gpiod_direction_input() 344 static inline int gpiod_direction_output(struct gpio_desc *desc, int value) in gpiod_direction_output() 350 static inline int gpiod_direction_output_raw(struct gpio_desc *desc, int value) in gpiod_direction_output_raw() 358 static inline int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value() 373 static inline void gpiod_set_value(struct gpio_desc *desc, int value) in gpiod_set_value() [all …]
|
/Linux-v5.10/drivers/usb/class/ |
D | cdc-wdm.c | 116 struct wdm_device *desc; in wdm_find_device() local 131 struct wdm_device *desc; in wdm_find_device_by_minor() local 147 struct wdm_device *desc; in wdm_out_callback() local 163 struct wdm_device *desc = urb->context; in wdm_in_callback() local 238 struct wdm_device *desc; in wdm_int_callback() local 324 static void kill_urbs(struct wdm_device *desc) in kill_urbs() 332 static void free_urbs(struct wdm_device *desc) in free_urbs() 339 static void cleanup(struct wdm_device *desc) in cleanup() 355 struct wdm_device *desc = file->private_data; in wdm_write() local 460 static int service_outstanding_interrupt(struct wdm_device *desc) in service_outstanding_interrupt() [all …]
|
/Linux-v5.10/drivers/crypto/ccp/ |
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 335 struct ccp_dma_desc *desc; in ccp_alloc_dma_desc() local [all …]
|
/Linux-v5.10/drivers/firmware/ |
D | qcom_scm.c | 126 struct qcom_scm_desc desc = { in __query_convention() local 179 static int qcom_scm_call(struct device *dev, const struct qcom_scm_desc *desc, in qcom_scm_call() 207 const struct qcom_scm_desc *desc, in qcom_scm_call_atomic() 226 struct qcom_scm_desc desc = { in __qcom_scm_is_call_available() local 266 struct qcom_scm_desc desc = { in qcom_scm_set_warm_boot_addr() local 317 struct qcom_scm_desc desc = { in qcom_scm_set_cold_boot_addr() local 351 struct qcom_scm_desc desc = { in qcom_scm_cpu_power_down() local 365 struct qcom_scm_desc desc = { in qcom_scm_set_remote_state() local 384 struct qcom_scm_desc desc = { in __qcom_scm_set_dload_mode() local 436 struct qcom_scm_desc desc = { in qcom_scm_pas_init_image() local [all …]
|
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_err.c | 659 struct hclge_desc *desc, u32 cmd, u16 flag) in hclge_cmd_query_error() 681 struct hclge_desc desc; in hclge_clear_mac_tnl_int() local 692 struct hclge_desc desc[2]; in hclge_config_common_hw_err_int() local 729 struct hclge_desc desc; in hclge_config_ncsi_hw_err_int() local 751 struct hclge_desc desc; in hclge_config_igu_egu_hw_err_int() local 790 struct hclge_desc desc[2]; in hclge_config_ppp_error_interrupt() local 853 struct hclge_desc desc; in hclge_config_tm_hw_err_int() local 889 struct hclge_desc desc; in hclge_config_mac_err_int() local 909 struct hclge_desc desc; in hclge_config_mac_tnl_int() local 926 struct hclge_desc desc[2]; in hclge_config_ppu_error_interrupts() local [all …]
|
/Linux-v5.10/include/linux/ |
D | irqdesc.h | 121 static inline unsigned int irq_desc_get_irq(struct irq_desc *desc) in irq_desc_get_irq() 126 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) in irq_desc_get_irq_data() 131 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() 136 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) in irq_desc_get_chip_data() 141 static inline void *irq_desc_get_handler_data(struct irq_desc *desc) in irq_desc_get_handler_data() 150 static inline void generic_handle_irq_desc(struct irq_desc *desc) in generic_handle_irq_desc() 180 static inline int irq_desc_has_action(struct irq_desc *desc) in irq_desc_has_action() 203 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_handler_locked() local 224 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_chip_handler_name_locked() local 233 struct irq_desc *desc; in irq_balancing_disabled() local [all …]
|
/Linux-v5.10/drivers/gpio/ |
D | gpiolib.c | 160 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() 313 struct gpio_desc *desc = &gdev->descs[i]; in gpio_name_to_desc() local 521 struct gpio_desc *desc; in gpiochip_machine_hog() local 704 struct gpio_desc *desc = &gdev->descs[i]; in gpiochip_add_data_with_key() local 1967 static int gpiod_request_commit(struct gpio_desc *desc, const char *label) in gpiod_request_commit() 2029 static int validate_desc(const struct gpio_desc *desc, const char *func) in validate_desc() 2049 #define VALIDATE_DESC(desc) do { \ argument 2055 #define VALIDATE_DESC_VOID(desc) do { \ argument [all …]
|