Home
last modified time | relevance | path

Searched refs:desc (Results 126 – 150 of 3967) sorted by relevance

12345678910>>...159

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c132 int desc = 0; in mt7996_sys_recovery_get() local
141 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
143 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
145 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
147 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
149 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
151 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
153 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
155 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
157 desc += scnprintf(buff + desc, bufsz - desc, in mt7996_sys_recovery_get()
[all …]
/openbmc/linux/drivers/mtd/ubi/
H A Dcdev.c44 static int get_exclusive(struct ubi_volume_desc *desc) in get_exclusive() argument
47 struct ubi_volume *vol = desc->vol; in get_exclusive()
58 err = desc->mode; in get_exclusive()
59 desc->mode = UBI_EXCLUSIVE; in get_exclusive()
71 static void revoke_exclusive(struct ubi_volume_desc *desc, int mode) in revoke_exclusive() argument
73 struct ubi_volume *vol = desc->vol; in revoke_exclusive()
77 ubi_assert(vol->exclusive == 1 && desc->mode == UBI_EXCLUSIVE); in revoke_exclusive()
89 desc->mode = mode; in revoke_exclusive()
94 struct ubi_volume_desc *desc; in vol_cdev_open() local
109 desc = ubi_open_volume(ubi_num, vol_id, mode); in vol_cdev_open()
[all …]
/openbmc/linux/include/crypto/
H A Dpoly1305.h61 void poly1305_init_arch(struct poly1305_desc_ctx *desc,
63 void poly1305_init_generic(struct poly1305_desc_ctx *desc,
66 static inline void poly1305_init(struct poly1305_desc_ctx *desc, const u8 *key) in poly1305_init() argument
69 poly1305_init_arch(desc, key); in poly1305_init()
71 poly1305_init_generic(desc, key); in poly1305_init()
74 void poly1305_update_arch(struct poly1305_desc_ctx *desc, const u8 *src,
76 void poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src,
79 static inline void poly1305_update(struct poly1305_desc_ctx *desc, in poly1305_update() argument
83 poly1305_update_arch(desc, src, nbytes); in poly1305_update()
85 poly1305_update_generic(desc, src, nbytes); in poly1305_update()
[all …]
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c63 static void dp_mst_calc_pbn_mode_desc(const struct drm_dp_mst_calc_pbn_mode_test *t, char *desc) in dp_mst_calc_pbn_mode_desc() argument
65 sprintf(desc, "Clock %d BPP %d DSC %s", t->clock, t->bpp, t->dsc ? "enabled" : "disabled"); in dp_mst_calc_pbn_mode_desc()
74 const char *desc; member
80 .desc = "DP_ENUM_PATH_RESOURCES with port number",
87 .desc = "DP_POWER_UP_PHY with port number",
94 .desc = "DP_POWER_DOWN_PHY with port number",
101 .desc = "DP_ALLOCATE_PAYLOAD with SDP stream sinks",
109 .desc = "DP_ALLOCATE_PAYLOAD with port number",
116 .desc = "DP_ALLOCATE_PAYLOAD with VCPI",
123 .desc = "DP_ALLOCATE_PAYLOAD with PBN",
[all …]
/openbmc/linux/net/mac80211/
H A Daes_cmac.c28 SHASH_DESC_ON_STACK(desc, tfm); in ieee80211_aes_cmac()
32 desc->tfm = tfm; in ieee80211_aes_cmac()
34 crypto_shash_init(desc); in ieee80211_aes_cmac()
35 crypto_shash_update(desc, aad, AAD_LEN); in ieee80211_aes_cmac()
39 crypto_shash_update(desc, zero, 8); in ieee80211_aes_cmac()
40 crypto_shash_update(desc, data + 8, data_len - 8 - CMAC_TLEN); in ieee80211_aes_cmac()
42 crypto_shash_update(desc, data, data_len - CMAC_TLEN); in ieee80211_aes_cmac()
44 crypto_shash_finup(desc, zero, CMAC_TLEN, out); in ieee80211_aes_cmac()
52 SHASH_DESC_ON_STACK(desc, tfm); in ieee80211_aes_cmac_256()
55 desc->tfm = tfm; in ieee80211_aes_cmac_256()
[all …]
/openbmc/linux/drivers/scsi/fnic/
H A Dwq_enet_desc.h39 static inline void wq_enet_desc_enc(struct wq_enet_desc *desc, in wq_enet_desc_enc() argument
44 desc->address = cpu_to_le64(address); in wq_enet_desc_enc()
45 desc->length = cpu_to_le16(length & WQ_ENET_LEN_MASK); in wq_enet_desc_enc()
46 desc->mss_loopback = cpu_to_le16((mss & WQ_ENET_MSS_MASK) << in wq_enet_desc_enc()
48 desc->header_length_flags = cpu_to_le16( in wq_enet_desc_enc()
55 desc->vlan_tag = cpu_to_le16(vlan_tag); in wq_enet_desc_enc()
58 static inline void wq_enet_desc_dec(struct wq_enet_desc *desc, in wq_enet_desc_dec() argument
63 *address = le64_to_cpu(desc->address); in wq_enet_desc_dec()
64 *length = le16_to_cpu(desc->length) & WQ_ENET_LEN_MASK; in wq_enet_desc_dec()
65 *mss = (le16_to_cpu(desc->mss_loopback) >> WQ_ENET_MSS_SHIFT) & in wq_enet_desc_dec()
[all …]
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dwq_enet_desc.h40 static inline void wq_enet_desc_enc(struct wq_enet_desc *desc, in wq_enet_desc_enc() argument
45 desc->address = cpu_to_le64(address); in wq_enet_desc_enc()
46 desc->length = cpu_to_le16(length & WQ_ENET_LEN_MASK); in wq_enet_desc_enc()
47 desc->mss_loopback = cpu_to_le16((mss & WQ_ENET_MSS_MASK) << in wq_enet_desc_enc()
49 desc->header_length_flags = cpu_to_le16( in wq_enet_desc_enc()
56 desc->vlan_tag = cpu_to_le16(vlan_tag); in wq_enet_desc_enc()
59 static inline void wq_enet_desc_dec(struct wq_enet_desc *desc, in wq_enet_desc_dec() argument
64 *address = le64_to_cpu(desc->address); in wq_enet_desc_dec()
65 *length = le16_to_cpu(desc->length) & WQ_ENET_LEN_MASK; in wq_enet_desc_dec()
66 *mss = (le16_to_cpu(desc->mss_loopback) >> WQ_ENET_MSS_SHIFT) & in wq_enet_desc_dec()
[all …]
/openbmc/linux/drivers/scsi/snic/
H A Dwq_enet_desc.h37 static inline void wq_enet_desc_enc(struct wq_enet_desc *desc, in wq_enet_desc_enc() argument
42 desc->address = cpu_to_le64(address); in wq_enet_desc_enc()
43 desc->length = cpu_to_le16(length & WQ_ENET_LEN_MASK); in wq_enet_desc_enc()
44 desc->mss_loopback = cpu_to_le16((mss & WQ_ENET_MSS_MASK) << in wq_enet_desc_enc()
46 desc->header_length_flags = cpu_to_le16( in wq_enet_desc_enc()
53 desc->vlan_tag = cpu_to_le16(vlan_tag); in wq_enet_desc_enc()
56 static inline void wq_enet_desc_dec(struct wq_enet_desc *desc, in wq_enet_desc_dec() argument
61 *address = le64_to_cpu(desc->address); in wq_enet_desc_dec()
62 *length = le16_to_cpu(desc->length) & WQ_ENET_LEN_MASK; in wq_enet_desc_dec()
63 *mss = (le16_to_cpu(desc->mss_loopback) >> WQ_ENET_MSS_SHIFT) & in wq_enet_desc_dec()
[all …]
/openbmc/qemu/hw/net/
H A Dallwinner-sun8i-emac.c342 static bool allwinner_sun8i_emac_desc_owned(FrameDescriptor *desc, in allwinner_sun8i_emac_desc_owned() argument
345 return (desc->status & DESC_STATUS_CTL) && (min_buf_size == 0 || in allwinner_sun8i_emac_desc_owned()
346 (desc->status2 & DESC_STATUS2_BUF_SIZE_MASK) >= min_buf_size); in allwinner_sun8i_emac_desc_owned()
350 FrameDescriptor *desc, in allwinner_sun8i_emac_get_desc() argument
356 desc->status = le32_to_cpu(desc_words[0]); in allwinner_sun8i_emac_get_desc()
357 desc->status2 = le32_to_cpu(desc_words[1]); in allwinner_sun8i_emac_get_desc()
358 desc->addr = le32_to_cpu(desc_words[2]); in allwinner_sun8i_emac_get_desc()
359 desc->next = le32_to_cpu(desc_words[3]); in allwinner_sun8i_emac_get_desc()
363 FrameDescriptor *desc) in allwinner_sun8i_emac_next_desc() argument
365 const uint32_t nxt = desc->next; in allwinner_sun8i_emac_next_desc()
[all …]
H A Dtulip.c71 struct tulip_descriptor *desc) in tulip_desc_read() argument
76 ldl_be_pci_dma(&s->dev, p, &desc->status, attrs); in tulip_desc_read()
77 ldl_be_pci_dma(&s->dev, p + 4, &desc->control, attrs); in tulip_desc_read()
78 ldl_be_pci_dma(&s->dev, p + 8, &desc->buf_addr1, attrs); in tulip_desc_read()
79 ldl_be_pci_dma(&s->dev, p + 12, &desc->buf_addr2, attrs); in tulip_desc_read()
81 ldl_le_pci_dma(&s->dev, p, &desc->status, attrs); in tulip_desc_read()
82 ldl_le_pci_dma(&s->dev, p + 4, &desc->control, attrs); in tulip_desc_read()
83 ldl_le_pci_dma(&s->dev, p + 8, &desc->buf_addr1, attrs); in tulip_desc_read()
84 ldl_le_pci_dma(&s->dev, p + 12, &desc->buf_addr2, attrs); in tulip_desc_read()
89 struct tulip_descriptor *desc) in tulip_desc_write() argument
[all …]
/openbmc/linux/drivers/dma/
H A Daltera-msgdma.c195 void __iomem *desc; member
212 struct msgdma_sw_desc *desc; in msgdma_get_descriptor() local
216 desc = list_first_entry(&mdev->free_list, struct msgdma_sw_desc, node); in msgdma_get_descriptor()
217 list_del(&desc->node); in msgdma_get_descriptor()
220 INIT_LIST_HEAD(&desc->tx_list); in msgdma_get_descriptor()
222 return desc; in msgdma_get_descriptor()
231 struct msgdma_sw_desc *desc) in msgdma_free_descriptor() argument
236 list_move_tail(&desc->node, &mdev->free_list); in msgdma_free_descriptor()
237 list_for_each_entry_safe(child, next, &desc->tx_list, node) { in msgdma_free_descriptor()
251 struct msgdma_sw_desc *desc, *next; in msgdma_free_desc_list() local
[all …]
H A Dat_xdmac.c376 struct at_xdmac_desc *desc, *_desc; in at_xdmac_runtime_suspend_descriptors() local
378 list_for_each_entry_safe(desc, _desc, &atchan->xfers_list, xfer_node) { in at_xdmac_runtime_suspend_descriptors()
379 if (!desc->active_xfer) in at_xdmac_runtime_suspend_descriptors()
390 struct at_xdmac_desc *desc, *_desc; in at_xdmac_runtime_resume_descriptors() local
393 list_for_each_entry_safe(desc, _desc, &atchan->xfers_list, xfer_node) { in at_xdmac_runtime_resume_descriptors()
394 if (!desc->active_xfer) in at_xdmac_runtime_resume_descriptors()
547 struct at_xdmac_desc *desc = txd_to_at_desc(tx); in at_xdmac_tx_submit() local
555 list_add_tail(&desc->xfer_node, &atchan->xfers_list); in at_xdmac_tx_submit()
559 __func__, atchan, desc); in at_xdmac_tx_submit()
567 struct at_xdmac_desc *desc; in at_xdmac_alloc_desc() local
[all …]
/openbmc/linux/include/linux/
H A Dhte.h137 int (*request)(struct hte_chip *chip, struct hte_ts_desc *desc,
139 int (*release)(struct hte_chip *chip, struct hte_ts_desc *desc,
170 struct hte_ts_desc *desc, u32 *xlated_id);
171 int (*xlate_plat)(struct hte_chip *gc, struct hte_ts_desc *desc,
188 int hte_init_line_attr(struct hte_ts_desc *desc, u32 line_id,
191 int hte_ts_get(struct device *dev, struct hte_ts_desc *desc, int index);
192 int hte_ts_put(struct hte_ts_desc *desc);
193 int hte_request_ts_ns(struct hte_ts_desc *desc, hte_ts_cb_t cb,
195 int devm_hte_request_ts_ns(struct device *dev, struct hte_ts_desc *desc,
198 int hte_enable_ts(struct hte_ts_desc *desc);
[all …]
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Drx.c21 struct wl1251_rx_descriptor *desc) in wl1251_rx_header() argument
29 wl1251_mem_read(wl, rx_packet_ring_addr, desc, sizeof(*desc)); in wl1251_rx_header()
33 struct wl1251_rx_descriptor *desc, in wl1251_rx_status() argument
43 status->mactime = desc->timestamp; in wl1251_rx_status()
59 status->signal = desc->rssi; in wl1251_rx_status()
65 wl->noise = desc->rssi - desc->snr / 2; in wl1251_rx_status()
67 status->freq = ieee80211_channel_to_frequency(desc->channel, in wl1251_rx_status()
72 if (!wl->monitor_present && (desc->flags & RX_DESC_ENCRYPTION_MASK)) { in wl1251_rx_status()
75 if (likely(!(desc->flags & RX_DESC_DECRYPT_FAIL))) in wl1251_rx_status()
78 if (unlikely(desc->flags & RX_DESC_MIC_FAIL)) in wl1251_rx_status()
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpiolib-devres.c20 struct gpio_desc **desc = res; in devm_gpiod_release() local
22 gpiod_put(*desc); in devm_gpiod_release()
99 struct gpio_desc *desc; in devm_gpiod_get_index() local
101 desc = gpiod_get_index(dev, con_id, idx, flags); in devm_gpiod_get_index()
102 if (IS_ERR(desc)) in devm_gpiod_get_index()
103 return desc; in devm_gpiod_get_index()
113 devm_gpiod_match, &desc); in devm_gpiod_get_index()
115 return desc; in devm_gpiod_get_index()
121 gpiod_put(desc); in devm_gpiod_get_index()
125 *dr = desc; in devm_gpiod_get_index()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c164 struct hclge_desc desc; in hclge_mac_pause_en_cfg() local
166 hclge_cmd_setup_basic_desc(&desc, HCLGE_OPC_CFG_MAC_PAUSE_EN, false); in hclge_mac_pause_en_cfg()
168 desc.data[0] = cpu_to_le32((tx ? HCLGE_TX_MAC_PAUSE_EN_MSK : 0) | in hclge_mac_pause_en_cfg()
171 return hclge_cmd_send(&hdev->hw, &desc, 1); in hclge_mac_pause_en_cfg()
177 struct hclge_desc desc; in hclge_pfc_pause_en_cfg() local
178 struct hclge_pfc_en_cmd *pfc = (struct hclge_pfc_en_cmd *)desc.data; in hclge_pfc_pause_en_cfg()
180 hclge_cmd_setup_basic_desc(&desc, HCLGE_OPC_CFG_PFC_PAUSE_EN, false); in hclge_pfc_pause_en_cfg()
185 return hclge_cmd_send(&hdev->hw, &desc, 1); in hclge_pfc_pause_en_cfg()
192 struct hclge_desc desc; in hclge_pause_param_cfg() local
194 pause_param = (struct hclge_cfg_pause_param_cmd *)desc.data; in hclge_pause_param_cfg()
[all …]
/openbmc/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.c54 struct sf_pdma_desc *desc; in sf_pdma_alloc_desc() local
56 desc = kzalloc(sizeof(*desc), GFP_NOWAIT); in sf_pdma_alloc_desc()
57 if (!desc) in sf_pdma_alloc_desc()
60 desc->chan = chan; in sf_pdma_alloc_desc()
62 return desc; in sf_pdma_alloc_desc()
65 static void sf_pdma_fill_desc(struct sf_pdma_desc *desc, in sf_pdma_fill_desc() argument
68 desc->xfer_type = PDMA_FULL_SPEED; in sf_pdma_fill_desc()
69 desc->xfer_size = size; in sf_pdma_fill_desc()
70 desc->dst_addr = dst; in sf_pdma_fill_desc()
71 desc->src_addr = src; in sf_pdma_fill_desc()
[all …]
/openbmc/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() argument
237 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2)); 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() argument
243 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2)); 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() argument
249 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2)); 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() argument
254 return desc->u.ipq8074.hdr_status; 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() argument
259 return __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1) & in ath11k_hw_ipq8074_rx_desc_encrypt_valid()
[all …]
/openbmc/linux/drivers/dma/dw/
H A Dcore.c56 struct dw_desc *desc = txd_to_dw_desc(tx); in dwc_tx_submit() local
70 list_add_tail(&desc->desc_node, &dwc->queue); in dwc_tx_submit()
73 __func__, desc->txd.cookie); in dwc_tx_submit()
81 struct dw_desc *desc; in dwc_desc_get() local
84 desc = dma_pool_zalloc(dw->desc_pool, GFP_ATOMIC, &phys); in dwc_desc_get()
85 if (!desc) in dwc_desc_get()
89 INIT_LIST_HEAD(&desc->tx_list); in dwc_desc_get()
90 dma_async_tx_descriptor_init(&desc->txd, &dwc->chan); in dwc_desc_get()
91 desc->txd.tx_submit = dwc_tx_submit; in dwc_desc_get()
92 desc->txd.flags = DMA_CTRL_ACK; in dwc_desc_get()
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dsha512_ssse3_glue.c45 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() argument
48 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_update()
52 return crypto_sha512_update(desc, data, len); in sha512_update()
61 sha512_base_do_update(desc, data, len, sha512_xform); in sha512_update()
67 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup() argument
71 return crypto_sha512_finup(desc, data, len, out); in sha512_finup()
75 sha512_base_do_update(desc, data, len, sha512_xform); in sha512_finup()
76 sha512_base_do_finalize(desc, sha512_xform); in sha512_finup()
79 return sha512_base_finish(desc, out); in sha512_finup()
82 static int sha512_ssse3_update(struct shash_desc *desc, const u8 *data, in sha512_ssse3_update() argument
[all …]
/openbmc/linux/drivers/irqchip/
H A Dirq-partition-percpu.c113 static void partition_handle_irq(struct irq_desc *desc) in partition_handle_irq() argument
115 struct partition_desc *part = irq_desc_get_handler_data(desc); in partition_handle_irq()
116 struct irq_chip *chip = irq_desc_get_chip(desc); in partition_handle_irq()
120 chained_irq_enter(chip, desc); in partition_handle_irq()
128 handle_bad_irq(desc); in partition_handle_irq()
132 chained_irq_exit(chip, desc); in partition_handle_irq()
174 int partition_translate_id(struct partition_desc *desc, void *partition_id) in partition_translate_id() argument
179 for (i = 0; i < desc->nr_parts; i++) { in partition_translate_id()
180 if (desc->parts[i].partition_id == partition_id) { in partition_translate_id()
181 part = &desc->parts[i]; in partition_translate_id()
[all …]
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Diser_initiator.c54 struct iser_ctrl *hdr = &iser_task->desc.iser_header; in iser_prepare_read_cmd()
95 struct iser_ctrl *hdr = &iser_task->desc.iser_header; in iser_prepare_write_cmd()
97 struct ib_sge *tx_dsg = &iser_task->desc.tx_sg[1]; in iser_prepare_write_cmd()
132 iser_task->desc.num_sge = 2; in iser_prepare_write_cmd()
163 struct iser_login_desc *desc = &iser_conn->login_desc; in iser_free_login_buf() local
165 if (!desc->req) in iser_free_login_buf()
168 ib_dma_unmap_single(device->ib_device, desc->req_dma, in iser_free_login_buf()
171 ib_dma_unmap_single(device->ib_device, desc->rsp_dma, in iser_free_login_buf()
174 kfree(desc->req); in iser_free_login_buf()
175 kfree(desc->rsp); in iser_free_login_buf()
[all …]
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h140 static inline bool dm_gpio_is_valid(const struct gpio_desc *desc) in dm_gpio_is_valid() argument
142 return desc->dev != NULL; in dm_gpio_is_valid()
219 int gpio_xlate_offs_flags(struct udevice *dev, struct gpio_desc *desc,
291 int (*xlate)(struct udevice *dev, struct gpio_desc *desc,
349 int dm_gpio_lookup_name(const char *name, struct gpio_desc *desc);
358 int gpio_hog_lookup_name(const char *name, struct gpio_desc **desc);
452 int index, struct gpio_desc *desc, int flags);
489 int dm_gpio_request(struct gpio_desc *desc, const char *label);
511 struct gpio_desc *desc, int flags);
538 int dtflags, struct gpio_desc *desc);
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_trace.h63 struct iavf_tx_desc *desc,
66 TP_ARGS(ring, desc, buf),
77 __field(void*, desc)
84 __entry->desc = desc;
92 __entry->desc, __entry->buf)
98 struct iavf_tx_desc *desc,
101 TP_ARGS(ring, desc, buf));
106 struct iavf_tx_desc *desc,
109 TP_ARGS(ring, desc, buf));
115 union iavf_32byte_rx_desc *desc,
[all …]
/openbmc/linux/drivers/regulator/
H A Das3722-regulator.c70 struct regulator_desc desc[AS3722_REGULATOR_ID_MAX]; member
664 struct regulator_desc *desc; in as3722_regulator_probe() local
666 desc = &as3722_regs->desc[id]; in as3722_regulator_probe()
669 desc->name = as3722_reg_lookup[id].name; in as3722_regulator_probe()
670 desc->supply_name = as3722_reg_lookup[id].sname; in as3722_regulator_probe()
671 desc->id = as3722_reg_lookup[id].regulator_id; in as3722_regulator_probe()
672 desc->n_voltages = as3722_reg_lookup[id].n_voltages; in as3722_regulator_probe()
673 desc->type = REGULATOR_VOLTAGE; in as3722_regulator_probe()
674 desc->owner = THIS_MODULE; in as3722_regulator_probe()
675 desc->enable_reg = as3722_reg_lookup[id].enable_reg; in as3722_regulator_probe()
[all …]

12345678910>>...159