Home
last modified time | relevance | path

Searched defs:desc (Results 451 - 475 of 3974) sorted by relevance

1...<<11121314151617181920>>...159

/kernel/linux/linux-6.6/kernel/irq/
H A Dipi.c227 int __ipi_send_single(struct irq_desc *desc, unsigned int cpu) in __ipi_send_single() argument
269 int __ipi_send_mask(struct irq_desc *desc, const struct cpumask *dest) in __ipi_send_mask() argument
315 struct irq_desc *desc = irq_to_desc(virq); in ipi_send_single() local
336 struct irq_desc *desc = irq_to_desc(virq); ipi_send_mask() local
[all...]
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dfreezer.c16 int desc = 1; in cgroup_propagate_frozen() local
/kernel/linux/linux-6.6/crypto/
H A Dcrc32c_generic.c57 static int chksum_init(struct shash_desc *desc) in chksum_init() argument
83 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() argument
92 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final() argument
106 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup() argument
114 static int chksum_digest(struct shash_desc *desc, cons argument
[all...]
H A Dmd5.c129 static int md5_init(struct shash_desc *desc) in md5_init() argument
142 static int md5_update(struct shash_desc *desc, const u8 *data, unsigned int len) in md5_update() argument
174 static int md5_final(struct shash_desc *desc, u8 *out) in md5_final() argument
202 static int md5_export(struct shash_desc *desc, void *out) in md5_export() argument
210 static int md5_import(struct shash_desc *desc, const void *in) in md5_import() argument
[all...]
H A Dmichael_mic.c47 static int michael_init(struct shash_desc *desc) in michael_init() argument
59 static int michael_update(struct shash_desc *desc, const u8 *data, in michael_update() argument
97 static int michael_final(struct shash_desc *desc, u8 *out) in michael_final() argument
H A Dghash-generic.c46 static int ghash_init(struct shash_desc *desc) in ghash_init() argument
78 static int ghash_update(struct shash_desc *desc, in ghash_update() argument
131 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final() argument
H A Dsha3_generic.c161 int crypto_sha3_init(struct shash_desc *desc) in crypto_sha3_init() argument
175 int crypto_sha3_update(struct shash_desc *desc, const u8 *data, in crypto_sha3_update() argument
213 int crypto_sha3_final(struct shash_desc *desc, u8 *out) in crypto_sha3_final() argument
H A Dcrc32_generic.c47 static int crc32_init(struct shash_desc *desc) in crc32_init() argument
57 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update() argument
74 static int crc32_finup(struct shash_desc *desc, const u8 *data, in crc32_finup() argument
80 static int crc32_final(struct shash_desc *desc, u8 *out) in crc32_final() argument
88 static int crc32_digest(struct shash_desc *desc, cons argument
[all...]
H A Dxxhash_generic.c31 static int xxhash64_init(struct shash_desc *desc) in xxhash64_init() argument
41 static int xxhash64_update(struct shash_desc *desc, const u8 *data, in xxhash64_update() argument
51 static int xxhash64_final(struct shash_desc *desc, u8 *out) in xxhash64_final() argument
60 static int xxhash64_digest(struct shash_desc *desc, const u8 *data, in xxhash64_digest() argument
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dsubmit.c13 struct idxd_desc *desc; in __get_desc() local
65 void idxd_free_desc(struct idxd_wq *wq, struct idxd_desc *desc) in idxd_free_desc() argument
73 list_abort_desc(struct idxd_wq *wq, struct idxd_irq_entry *ie, struct idxd_desc *desc) list_abort_desc() argument
95 llist_abort_desc(struct idxd_wq *wq, struct idxd_irq_entry *ie, struct idxd_desc *desc) llist_abort_desc() argument
151 idxd_enqcmds(struct idxd_wq *wq, void __iomem *portal, const void *desc) idxd_enqcmds() argument
166 idxd_submit_desc(struct idxd_wq *wq, struct idxd_desc *desc) idxd_submit_desc() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Dghash.c46 static int p8_ghash_init(struct shash_desc *desc) in p8_ghash_init() argument
117 static int p8_ghash_update(struct shash_desc *desc, in p8_ghash_update() argument
153 static int p8_ghash_final(struct shash_desc *desc, u8 *out) in p8_ghash_final() argument
/kernel/linux/linux-6.6/drivers/devfreq/event/
H A Dexynos-nocp.c21 struct devfreq_event_desc desc; member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_image.h49 struct octeon_firmware_desc desc[LIO_MAX_IMAGES]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Dcq_desc.h46 const struct cq_desc *desc = desc_arg; in cq_desc_dec() local
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dchain_mode.c25 struct dma_desc *desc; in jumbo_frm() local
H A Dring_mode.c24 struct dma_desc *desc; in jumbo_frm() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c20 struct spl2sw_mac_desc *desc, *h_desc; in spl2sw_rx_poll() local
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.h72 struct pinctrl_desc desc; member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Drx.c20 wl1251_rx_header(struct wl1251 *wl, struct wl1251_rx_descriptor *desc) wl1251_rx_header() argument
32 wl1251_rx_status(struct wl1251 *wl, struct wl1251_rx_descriptor *desc, struct ieee80211_rx_status *status, u8 beacon) wl1251_rx_status() argument
133 wl1251_rx_body(struct wl1251 *wl, struct wl1251_rx_descriptor *desc) wl1251_rx_body() argument
[all...]
/kernel/linux/linux-6.6/drivers/pci/msi/
H A Dmsi.h14 static inline void pci_msi_mask(struct msi_desc *desc, u32 mask) in pci_msi_mask() argument
19 static inline void pci_msi_unmask(struct msi_desc *desc, u32 mask) in pci_msi_unmask() argument
24 static inline void __iomem *pci_msix_desc_addr(struct msi_desc *desc) in pci_msix_desc_addr() argument
35 static inline void pci_msix_write_vector_ctrl(struct msi_desc *desc, u32 ctrl) in pci_msix_write_vector_ctrl() argument
43 pci_msix_mask(struct msi_desc *desc) pci_msix_mask() argument
51 pci_msix_unmask(struct msi_desc *desc) pci_msix_unmask() argument
57 __pci_msi_mask_desc(struct msi_desc *desc, u32 mask) __pci_msi_mask_desc() argument
65 __pci_msi_unmask_desc(struct msi_desc *desc, u32 mask) __pci_msi_unmask_desc() argument
79 msi_multi_mask(struct msi_desc *desc) msi_multi_mask() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dirq_32.c71 static inline int execute_on_irq_stack(int overflow, struct irq_desc *desc) in execute_on_irq_stack() argument
151 void __handle_irq(struct irq_desc *desc, struct pt_regs *regs) in __handle_irq() argument
H A Dtls.c89 struct desc_struct *desc = &t->tls_array[idx - GDT_ENTRY_TLS_MIN]; in set_tls_desc() local
196 fill_user_desc(struct user_desc *info, int idx, const struct desc_struct *desc) fill_user_desc() argument
[all...]
H A Dstep.c31 struct desc_struct *desc; in convert_ip_to_linear() local
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpkcs7_verify.c27 struct shash_desc *desc; in pkcs7_digest() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm20b.c72 struct flcn_acr_desc *desc = (void *)&fw->fw.img[fw->dmem_base_img]; in gm20b_acr_load_setup() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...159