Searched refs:desc (Results 326 - 350 of 3185) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/sti/
H A Dsti_gdp.h20 struct device *dev, int desc,
/linux-master/drivers/clk/qcom/
H A Dcommon.h60 const struct qcom_cc_desc *desc);
62 const struct qcom_cc_desc *desc,
65 const struct qcom_cc_desc *desc);
67 const struct qcom_cc_desc *desc);
H A Dgdsc.h85 int gdsc_register(struct gdsc_desc *desc, struct reset_controller_dev *,
87 void gdsc_unregister(struct gdsc_desc *desc);
90 static inline int gdsc_register(struct gdsc_desc *desc, argument
97 static inline void gdsc_unregister(struct gdsc_desc *desc) {}; argument
/linux-master/include/asm-generic/
H A Dmsi.h17 * @desc: Pointer to msi descriptor
25 struct msi_desc *desc; member in struct:msi_alloc_info
/linux-master/drivers/i2c/busses/
H A Di2c-ismt.c203 * @desc: the iSMT hardware descriptor
205 static void __ismt_desc_dump(struct device *dev, const struct ismt_desc *desc) argument
208 dev_dbg(dev, "Descriptor struct: %p\n", desc);
209 dev_dbg(dev, "\ttgtaddr_rw=0x%02X\n", desc->tgtaddr_rw);
210 dev_dbg(dev, "\twr_len_cmd=0x%02X\n", desc->wr_len_cmd);
211 dev_dbg(dev, "\trd_len= 0x%02X\n", desc->rd_len);
212 dev_dbg(dev, "\tcontrol= 0x%02X\n", desc->control);
213 dev_dbg(dev, "\tstatus= 0x%02X\n", desc->status);
214 dev_dbg(dev, "\tretry= 0x%02X\n", desc->retry);
215 dev_dbg(dev, "\trxbytes= 0x%02X\n", desc
227 struct ismt_desc *desc = &priv->hw[priv->head]; local
324 ismt_process_desc(const struct ismt_desc *desc, union i2c_smbus_data *data, struct ismt_priv *priv, int size, char read_write) argument
403 struct ismt_desc *desc; local
[all...]
/linux-master/arch/x86/kernel/
H A Dtls.c11 #include <asm/desc.h>
89 struct desc_struct *desc = &t->tls_array[idx - GDT_ENTRY_TLS_MIN]; local
99 memset(desc, 0, sizeof(*desc));
101 fill_ldt(desc, info);
103 ++desc;
197 const struct desc_struct *desc)
202 info->base_addr = get_desc_base(desc);
203 info->limit = get_desc_limit(desc);
204 info->seg_32bit = desc
196 fill_user_desc(struct user_desc *info, int idx, const struct desc_struct *desc) argument
[all...]
/linux-master/net/ieee802154/
H A Dnl802154.h8 struct ieee802154_coord_desc *desc);
/linux-master/arch/riscv/kernel/
H A Dsbi-ipi.c18 static void sbi_ipi_handle(struct irq_desc *desc) argument
20 struct irq_chip *chip = irq_desc_get_chip(desc);
22 chained_irq_enter(chip, desc);
27 chained_irq_exit(chip, desc);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_regs.h13 struct hclge_desc *desc);
H A Dhclge_tm.c164 struct hclge_desc desc; local
166 hclge_cmd_setup_basic_desc(&desc, HCLGE_OPC_CFG_MAC_PAUSE_EN, false);
168 desc.data[0] = cpu_to_le32((tx ? HCLGE_TX_MAC_PAUSE_EN_MSK : 0) |
171 return hclge_cmd_send(&hdev->hw, &desc, 1);
177 struct hclge_desc desc; local
178 struct hclge_pfc_en_cmd *pfc = (struct hclge_pfc_en_cmd *)desc.data;
180 hclge_cmd_setup_basic_desc(&desc, HCLGE_OPC_CFG_PFC_PAUSE_EN, false);
185 return hclge_cmd_send(&hdev->hw, &desc, 1);
192 struct hclge_desc desc; local
194 pause_param = (struct hclge_cfg_pause_param_cmd *)desc
209 struct hclge_desc desc; local
253 struct hclge_desc desc; local
281 struct hclge_desc desc[HCLGE_DSCP_MAP_TC_BD_NUM]; local
314 struct hclge_desc desc; local
330 struct hclge_desc desc; local
347 struct hclge_desc desc; local
381 struct hclge_desc desc; local
397 struct hclge_desc desc; local
413 struct hclge_desc desc; local
445 struct hclge_desc desc; local
468 struct hclge_desc desc; local
501 struct hclge_desc desc; local
523 struct hclge_desc desc; local
539 struct hclge_desc desc; local
555 struct hclge_desc desc; local
573 struct hclge_desc desc; local
593 struct hclge_desc desc; local
1223 struct hclge_desc desc; local
1726 struct hclge_desc desc; local
1751 struct hclge_desc desc; local
1776 struct hclge_desc desc; local
1797 struct hclge_desc desc; local
1817 struct hclge_desc desc; local
1838 struct hclge_desc desc; local
1867 struct hclge_desc desc; local
1887 struct hclge_desc desc; local
1909 struct hclge_desc desc; local
1942 struct hclge_desc desc; local
1982 struct hclge_desc desc; local
2003 struct hclge_desc desc; local
2023 struct hclge_desc desc; local
2042 struct hclge_desc desc; local
2063 struct hclge_desc desc; local
2097 struct hclge_desc desc; local
2124 struct hclge_desc desc; local
[all...]
/linux-master/drivers/infiniband/ulp/iser/
H A Diser_initiator.c54 struct iser_ctrl *hdr = &iser_task->desc.iser_header;
95 struct iser_ctrl *hdr = &iser_task->desc.iser_header;
97 struct ib_sge *tx_dsg = &iser_task->desc.tx_sg[1];
132 iser_task->desc.num_sge = 2;
163 struct iser_login_desc *desc = &iser_conn->login_desc; local
165 if (!desc->req)
168 ib_dma_unmap_single(device->ib_device, desc->req_dma,
171 ib_dma_unmap_single(device->ib_device, desc->rsp_dma,
174 kfree(desc->req);
175 kfree(desc
185 struct iser_login_desc *desc = &iser_conn->login_desc; local
491 struct iser_login_desc *desc = &iser_conn->login_desc; local
537 struct iser_login_desc *desc = iser_login(wc->wr_cqe); local
576 iser_inv_desc(struct iser_fr_desc *desc, u32 rkey) argument
611 struct iser_fr_desc *desc; local
638 struct iser_rx_desc *desc = iser_rx(wc->wr_cqe); local
682 struct iser_tx_desc *desc = iser_tx(wc->wr_cqe); local
698 struct iser_tx_desc *desc = iser_tx(wc->wr_cqe); local
[all...]
/linux-master/include/linux/
H A Dgpio_keys.h15 * @desc: label that will be attached to button's gpio
30 const char *desc; member in struct:gpio_keys_button
/linux-master/drivers/gpu/drm/xe/
H A Dxe_lrc_types.h39 /** @desc: LRC descriptor */
40 u64 desc; member in struct:xe_lrc
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c108 const struct mtk_pin_desc *desc; local
110 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin];
112 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_MODE,
121 const struct mtk_pin_desc *desc; local
123 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin];
126 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !input);
135 const struct mtk_pin_desc *desc; local
140 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin];
148 err = hw->soc->bias_get_combo(hw, desc, &pullup, &ret);
165 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_S
262 const struct mtk_pin_desc *desc; local
590 const struct mtk_pin_desc *desc; local
630 const struct mtk_pin_desc *desc; local
753 const struct mtk_pin_desc *desc; local
842 const struct mtk_pin_desc *desc; local
870 const struct mtk_pin_desc *desc; local
888 const struct mtk_pin_desc *desc; local
924 const struct mtk_pin_desc *desc; local
941 const struct mtk_pin_desc *desc; local
[all...]
/linux-master/arch/s390/crypto/
H A Dsha_common.c16 int s390_sha_update(struct shash_desc *desc, const u8 *data, unsigned int len) argument
18 struct s390_sha_ctx *ctx = shash_desc_ctx(desc);
19 unsigned int bsize = crypto_shash_blocksize(desc->tfm);
72 int s390_sha_final(struct shash_desc *desc, u8 *out) argument
74 struct s390_sha_ctx *ctx = shash_desc_ctx(desc);
75 unsigned int bsize = crypto_shash_blocksize(desc->tfm);
115 memcpy(out, ctx->state, crypto_shash_digestsize(desc->tfm));
H A Dghash_s390.c30 static int ghash_init(struct shash_desc *desc) argument
32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
54 static int ghash_update(struct shash_desc *desc, argument
57 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
107 static int ghash_final(struct shash_desc *desc, u8 *dst) argument
109 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
/linux-master/net/dns_resolver/
H A Ddns_query.c83 char *desc, *cp; local
106 desc = kmalloc(desclen, GFP_KERNEL);
107 if (!desc)
110 cp = desc;
122 kdebug("call request_key(,%s,%s)", desc, options);
128 rkey = request_key_net(&key_type_dns_resolver, desc, net, options);
130 kfree(desc);
/linux-master/lib/pldmfw/
H A Dpldmfw_private.h147 * @desc: pointer to a descriptor TLV
151 #define pldm_next_desc_tlv(desc) \
152 ((const struct __pldmfw_desc_tlv *)((desc)->data + \
153 get_unaligned_le16(&(desc)->size)))
158 * @desc: variable to store descriptor pointer
165 #define pldm_for_each_desc_tlv(i, desc, start, count) \
166 for ((i) = 0, (desc) = pldm_first_desc_tlv(start); \
168 (i)++, (desc) = pldm_next_desc_tlv(desc))
/linux-master/drivers/net/ethernet/altera/
H A Daltera_sgdma.c12 static void sgdma_setup_descrip(struct sgdma_descrip __iomem *desc,
23 struct sgdma_descrip __iomem *desc);
29 struct sgdma_descrip __iomem *desc);
33 struct sgdma_descrip __iomem *desc);
232 struct sgdma_descrip __iomem *desc = NULL; local
238 desc = &base[0];
247 pktlength = csrrd16(desc, sgdma_descroffs(bytes_xferred));
248 pktstatus = csrrd8(desc, sgdma_descroffs(status));
254 csrwr8(0, desc, sgdma_descroffs(status));
281 sts, csrrd8(desc, sgdma_descroff
293 sgdma_setup_descrip(struct sgdma_descrip __iomem *desc, struct sgdma_descrip __iomem *ndesc, dma_addr_t ndesc_phys, dma_addr_t raddr, dma_addr_t waddr, u16 length, int generate_eop, int rfixed, int wfixed) argument
315 csrwr32(lower_32_bits(raddr), desc, sgdma_descroffs(raddr)); local
316 csrwr32(lower_32_bits(waddr), desc, sgdma_descroffs(waddr)); local
320 csrwr32(lower_32_bits(ndesc_phys), desc, sgdma_descroffs(next)); local
381 sgdma_async_write(struct altera_tse_private *priv, struct sgdma_descrip __iomem *desc) argument
406 sgdma_txphysaddr(struct altera_tse_private *priv, struct sgdma_descrip __iomem *desc) argument
415 sgdma_rxphysaddr(struct altera_tse_private *priv, struct sgdma_descrip __iomem *desc) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dlsfw.c109 ret = nvkm_firmware_load_name(subdev, path, "desc", ver, pdesc);
120 nvkm_acr_lsfw_from_desc(const struct nvfw_ls_desc_head *desc, argument
123 lsfw->bootloader_size = ALIGN(desc->bootloader_size, 256);
124 lsfw->bootloader_imem_offset = desc->bootloader_imem_offset;
126 lsfw->app_size = ALIGN(desc->app_size, 256);
127 lsfw->app_start_offset = desc->app_start_offset;
128 lsfw->app_imem_entry = desc->app_imem_entry;
129 lsfw->app_resident_code_offset = desc->app_resident_code_offset;
130 lsfw->app_resident_code_size = desc->app_resident_code_size;
131 lsfw->app_resident_data_offset = desc
189 const struct nvfw_ls_desc_v2 *desc; local
259 const struct nvfw_bl_desc *desc; local
[all...]
/linux-master/drivers/dma/ioat/
H A Dprep.c46 static dma_addr_t pq16_get_src(struct ioat_raw_descriptor *desc[3], int idx) argument
48 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]];
63 static void pq16_set_src(struct ioat_raw_descriptor *desc[3], argument
66 struct ioat_pq_descriptor *pq = (struct ioat_pq_descriptor *)desc[0];
68 (struct ioat_pq16a_descriptor *)desc[1];
69 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]];
106 struct ioat_ring_ent *desc; local
125 desc = ioat_get_ring_ent(ioat_chan, idx + i);
126 hw = desc->hw;
136 dump_desc_dbg(ioat_chan, desc);
158 struct ioat_ring_ent *desc; local
276 dump_pq_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_ring_ent *desc, struct ioat_ring_ent *ext) argument
303 dump_pq16_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_ring_ent *desc) argument
347 struct ioat_ring_ent *desc; local
470 struct ioat_ring_ent *desc; local
708 struct ioat_ring_ent *desc; local
[all...]
/linux-master/drivers/regulator/
H A Das3722-regulator.c70 struct regulator_desc desc[AS3722_REGULATOR_ID_MAX]; member in struct:as3722_regulators
664 struct regulator_desc *desc; local
666 desc = &as3722_regs->desc[id];
669 desc->name = as3722_reg_lookup[id].name;
670 desc->supply_name = as3722_reg_lookup[id].sname;
671 desc->id = as3722_reg_lookup[id].regulator_id;
672 desc->n_voltages = as3722_reg_lookup[id].n_voltages;
673 desc->type = REGULATOR_VOLTAGE;
674 desc
[all...]
/linux-master/arch/powerpc/crypto/
H A Dmd5-glue.c30 static int ppc_md5_init(struct shash_desc *desc) argument
32 struct md5_state *sctx = shash_desc_ctx(desc);
43 static int ppc_md5_update(struct shash_desc *desc, const u8 *data, argument
46 struct md5_state *sctx = shash_desc_ctx(desc);
75 static int ppc_md5_final(struct shash_desc *desc, u8 *out) argument
77 struct md5_state *sctx = shash_desc_ctx(desc);
107 static int ppc_md5_export(struct shash_desc *desc, void *out) argument
109 struct md5_state *sctx = shash_desc_ctx(desc);
115 static int ppc_md5_import(struct shash_desc *desc, const void *in) argument
117 struct md5_state *sctx = shash_desc_ctx(desc);
[all...]
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c67 static int octeon_md5_init(struct shash_desc *desc) argument
69 struct md5_state *mctx = shash_desc_ctx(desc);
81 static int octeon_md5_update(struct shash_desc *desc, const u8 *data, argument
84 struct md5_state *mctx = shash_desc_ctx(desc);
121 static int octeon_md5_final(struct shash_desc *desc, u8 *out) argument
123 struct md5_state *mctx = shash_desc_ctx(desc);
157 static int octeon_md5_export(struct shash_desc *desc, void *out) argument
159 struct md5_state *ctx = shash_desc_ctx(desc);
165 static int octeon_md5_import(struct shash_desc *desc, const void *in) argument
167 struct md5_state *ctx = shash_desc_ctx(desc);
[all...]
/linux-master/drivers/crypto/
H A Dpadlock-sha.c32 static int padlock_sha_init(struct shash_desc *desc) argument
34 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
35 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm);
41 static int padlock_sha_update(struct shash_desc *desc, argument
44 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
49 static int padlock_sha_export(struct shash_desc *desc, void *out) argument
51 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
56 static int padlock_sha_import(struct shash_desc *desc, const void *in) argument
58 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
59 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc
72 padlock_sha1_finup(struct shash_desc *desc, const u8 *in, unsigned int count, u8 *out) argument
126 padlock_sha1_final(struct shash_desc *desc, u8 *out) argument
133 padlock_sha256_finup(struct shash_desc *desc, const u8 *in, unsigned int count, u8 *out) argument
187 padlock_sha256_final(struct shash_desc *desc, u8 *out) argument
269 padlock_sha1_init_nano(struct shash_desc *desc) argument
280 padlock_sha1_update_nano(struct shash_desc *desc, const u8 *data, unsigned int len) argument
329 padlock_sha1_final_nano(struct shash_desc *desc, u8 *out) argument
352 padlock_sha256_init_nano(struct shash_desc *desc) argument
364 padlock_sha256_update_nano(struct shash_desc *desc, const u8 *data, unsigned int len) argument
413 padlock_sha256_final_nano(struct shash_desc *desc, u8 *out) argument
437 padlock_sha_export_nano(struct shash_desc *desc, void *out) argument
447 padlock_sha_import_nano(struct shash_desc *desc, const void *in) argument
[all...]

Completed in 425 milliseconds

<<11121314151617181920>>