Home
last modified time | relevance | path

Searched defs:desc (Results 26 – 50 of 2367) sorted by relevance

12345678910>>...95

/openbmc/u-boot/drivers/block/
H A Dblk_legacy.c75 struct blk_desc *desc; in blk_list_part() local
102 struct blk_desc *desc; in blk_print_part_devnum() local
120 struct blk_desc *desc; in blk_list_devices() local
138 struct blk_desc *desc; in blk_print_device_num() local
155 struct blk_desc *desc; in blk_show_device() local
180 struct blk_desc *desc; in blk_get_devnum_by_type() local
191 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart) in blk_dselect_hwpart()
206 struct blk_desc *desc; in blk_get_devnum_by_typename() local
221 struct blk_desc *desc; in blk_read_devnum() local
241 struct blk_desc *desc; in blk_write_devnum() local
[all …]
H A Dblk-uclass.c69 struct blk_desc *desc; in blk_get_devnum_by_type() local
111 struct blk_desc *desc = dev_get_uclass_platdata(dev); in blk_get_devnum_by_typename() local
181 struct blk_desc *desc = dev_get_uclass_platdata(dev); in get_desc() local
216 struct blk_desc *desc; in blk_list_part() local
241 struct blk_desc *desc; in blk_print_part_devnum() local
256 struct blk_desc *desc; in blk_list_devices() local
275 struct blk_desc *desc; in blk_print_device_num() local
289 struct blk_desc *desc; in blk_show_device() local
311 struct blk_desc *desc; in blk_read_devnum() local
328 struct blk_desc *desc; in blk_write_devnum() local
[all …]
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c76 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
334 struct ccp_dma_desc *desc; in ccp_alloc_dma_desc() local
[all …]
/openbmc/linux/kernel/irq/
H A Dspurious.c36 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()
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c182 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio()
193 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip()
234 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction()
332 struct gpio_desc *desc; in gpio_name_to_desc() local
640 struct gpio_desc *desc; in gpiochip_machine_hog() local
877 struct gpio_desc *desc = &gdev->descs[i]; in gpiochip_add_data_with_key() local
2086 static int gpiod_request_commit(struct gpio_desc *desc, const char *label) in gpiod_request_commit()
2149 static int validate_desc(const struct gpio_desc *desc, const char *func) in validate_desc()
2169 #define VALIDATE_DESC(desc) do { \ argument
2175 #define VALIDATE_DESC_VOID(desc) do { \ argument
[all …]
H A Dgpiolib-sysfs.c35 struct gpio_desc *desc; member
76 struct gpio_desc *desc = data->desc; in direction_show() local
93 struct gpio_desc *desc = data->desc; in direction_store() local
117 struct gpio_desc *desc = data->desc; in value_show() local
136 struct gpio_desc *desc = data->desc; in value_store() local
170 struct gpio_desc *desc = data->desc; in gpio_sysfs_request_irq() local
226 struct gpio_desc *desc = data->desc; in gpio_sysfs_free_irq() local
297 struct gpio_desc *desc = data->desc; in gpio_sysfs_set_active_low() local
320 struct gpio_desc *desc = data->desc; in active_low_show() local
358 struct gpio_desc *desc = data->desc; in gpio_is_visible() local
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_err.c1366 struct hclge_desc *desc, u32 cmd, u16 flag) in hclge_cmd_query_error()
1388 struct hclge_desc desc; in hclge_clear_mac_tnl_int() local
1399 struct hclge_desc desc[2]; in hclge_config_common_hw_err_int() local
1436 struct hclge_desc desc; in hclge_config_ncsi_hw_err_int() local
1458 struct hclge_desc desc; in hclge_config_igu_egu_hw_err_int() local
1498 struct hclge_desc desc[2]; in hclge_config_ppp_error_interrupt() local
1561 struct hclge_desc desc; in hclge_config_tm_hw_err_int() local
1594 struct hclge_desc desc; in hclge_config_mac_err_int() local
1614 struct hclge_desc desc; in hclge_config_mac_tnl_int() local
1631 struct hclge_desc desc[2]; in hclge_config_ppu_error_interrupts() local
[all …]
/openbmc/u-boot/drivers/fpga/
H A Dfpga.c42 fpga_desc *desc = (fpga_desc *)NULL; in fpga_get_desc() local
60 const fpga_desc *desc = fpga_get_desc(devnum); in fpga_validate() local
79 const fpga_desc * const desc = fpga_get_desc(devnum); in fpga_dev_info() local
146 int fpga_add(fpga_type devtype, void *desc) in fpga_add()
197 const fpga_desc *desc = fpga_validate(devnum, buf, size, in fpga_fsload() local
226 const fpga_desc *desc = fpga_validate(devnum, buf, size, in fpga_loads() local
255 const fpga_desc *desc = fpga_validate(devnum, buf, bsize, in fpga_load() local
298 const fpga_desc *desc = fpga_validate(devnum, buf, bsize, in fpga_dump() local
H A Dvirtex2.c93 static int virtex2_load(xilinx_desc *desc, const void *buf, size_t bsize, in virtex2_load()
116 static int virtex2_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_dump()
138 static int virtex2_info(xilinx_desc *desc) in virtex2_info()
157 static int virtex2_ssm_load(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ssm_load()
356 static int virtex2_ssm_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ssm_dump()
408 static int virtex2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ss_load()
414 static int virtex2_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ss_dump()
H A Dspartan2.c43 static int spartan2_load(xilinx_desc *desc, const void *buf, size_t bsize, in spartan2_load()
67 static int spartan2_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_dump()
90 static int spartan2_info(xilinx_desc *desc) in spartan2_info()
99 static int spartan2_sp_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_sp_load()
251 static int spartan2_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_sp_dump()
299 static int spartan2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_ss_load()
442 static int spartan2_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_ss_dump()
H A Dspartan3.c47 static int spartan3_load(xilinx_desc *desc, const void *buf, size_t bsize, in spartan3_load()
71 static int spartan3_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_dump()
94 static int spartan3_info(xilinx_desc *desc) in spartan3_info()
103 static int spartan3_sp_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_sp_load()
257 static int spartan3_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_sp_dump()
305 static int spartan3_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_ss_load()
460 static int spartan3_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_ss_dump()
/openbmc/linux/drivers/mtd/ubi/
H A Dkapi.c90 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info()
118 struct ubi_volume_desc *desc; in ubi_open_volume() local
326 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume()
369 static int leb_read_sanity_check(struct ubi_volume_desc *desc, int lnum, in leb_read_sanity_check()
423 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read()
463 int ubi_leb_read_sg(struct ubi_volume_desc *desc, int lnum, struct ubi_sgl *sgl, in ubi_leb_read_sg()
514 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write()
559 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change()
600 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase()
661 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap()
[all …]
H A Dcdev.c44 static int get_exclusive(struct ubi_volume_desc *desc) in get_exclusive()
71 static void revoke_exclusive(struct ubi_volume_desc *desc, int mode) in revoke_exclusive()
94 struct ubi_volume_desc *desc; in vol_cdev_open() local
119 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_release() local
145 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_llseek() local
160 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_fsync() local
174 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_read() local
251 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_direct_write() local
327 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_write() local
382 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_ioctl() local
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Dkapi.c96 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info()
124 struct ubi_volume_desc *desc; in ubi_open_volume() local
331 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume()
374 static int leb_read_sanity_check(struct ubi_volume_desc *desc, int lnum, in leb_read_sanity_check()
428 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read()
468 int ubi_leb_read_sg(struct ubi_volume_desc *desc, int lnum, struct ubi_sgl *sgl, in ubi_leb_read_sg()
520 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write()
565 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change()
606 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase()
667 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap()
[all …]
/openbmc/qemu/hw/dma/
H A Dxlnx_dpdma.c160 static bool xlnx_dpdma_desc_is_last(DPDMADescriptor *desc) in xlnx_dpdma_desc_is_last()
165 static bool xlnx_dpdma_desc_is_last_of_frame(DPDMADescriptor *desc) in xlnx_dpdma_desc_is_last_of_frame()
170 static uint64_t xlnx_dpdma_desc_get_source_address(DPDMADescriptor *desc, in xlnx_dpdma_desc_get_source_address()
205 static uint32_t xlnx_dpdma_desc_get_transfer_size(DPDMADescriptor *desc) in xlnx_dpdma_desc_get_transfer_size()
210 static uint32_t xlnx_dpdma_desc_get_line_size(DPDMADescriptor *desc) in xlnx_dpdma_desc_get_line_size()
215 static uint32_t xlnx_dpdma_desc_get_line_stride(DPDMADescriptor *desc) in xlnx_dpdma_desc_get_line_stride()
220 static inline bool xlnx_dpdma_desc_crc_enabled(DPDMADescriptor *desc) in xlnx_dpdma_desc_crc_enabled()
225 static inline bool xlnx_dpdma_desc_check_crc(DPDMADescriptor *desc) in xlnx_dpdma_desc_check_crc()
242 static inline bool xlnx_dpdma_desc_completion_interrupt(DPDMADescriptor *desc) in xlnx_dpdma_desc_completion_interrupt()
247 static inline bool xlnx_dpdma_desc_is_valid(DPDMADescriptor *desc) in xlnx_dpdma_desc_is_valid()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.c27 struct hal_reo_get_queue_stats *desc; in ath12k_hal_reo_cmd_queue_stats() local
52 struct hal_reo_flush_cache *desc; in ath12k_hal_reo_cmd_flush_cache() local
98 struct hal_reo_update_rx_queue *desc; in ath12k_hal_reo_cmd_update_rx_queue() local
318 struct hal_reo_dest_ring *desc, in ath12k_hal_desc_reo_parse_err()
350 int ath12k_hal_wbm_desc_parse_err(struct ath12k_base *ab, void *desc, in ath12k_hal_wbm_desc_parse_err()
465 struct hal_reo_get_queue_stats_status *desc = in ath12k_hal_reo_status_queue_stats() local
528 struct hal_reo_flush_queue_status *desc = in ath12k_hal_reo_flush_queue_status() local
546 struct hal_reo_flush_cache_status *desc = in ath12k_hal_reo_flush_cache_status() local
587 struct hal_reo_unblock_cache_status *desc = in ath12k_hal_reo_unblk_cache_status() local
614 struct hal_reo_flush_timeout_list_status *desc = in ath12k_hal_reo_flush_timeout_list_status() local
[all …]
/openbmc/linux/drivers/dma/ptdma/
H A Dptdma-dmaengine.c42 struct pt_dma_desc *desc = to_pt_desc(vd); in pt_do_cleanup() local
48 static int pt_dma_start_desc(struct pt_dma_desc *desc) in pt_dma_start_desc()
79 struct pt_dma_desc *desc) in pt_handle_active_desc()
132 struct pt_dma_desc *desc = data; in pt_cmd_callback() local
165 struct pt_dma_desc *desc; in pt_alloc_dma_desc() local
189 struct pt_dma_desc *desc; in pt_create_desc() local
215 struct pt_dma_desc *desc; in pt_prep_dma_memcpy() local
228 struct pt_dma_desc *desc; in pt_prep_dma_interrupt() local
240 struct pt_dma_desc *desc; in pt_issue_pending() local
287 struct pt_dma_desc *desc = NULL; in pt_resume() local
/openbmc/linux/arch/arm/crypto/
H A Dcrc32-ce-glue.c63 static int crc32_init(struct shash_desc *desc) in crc32_init()
72 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update()
81 static int crc32c_update(struct shash_desc *desc, const u8 *data, in crc32c_update()
90 static int crc32_final(struct shash_desc *desc, u8 *out) in crc32_final()
98 static int crc32c_final(struct shash_desc *desc, u8 *out) in crc32c_final()
106 static int crc32_pmull_update(struct shash_desc *desc, const u8 *data, in crc32_pmull_update()
140 static int crc32c_pmull_update(struct shash_desc *desc, const u8 *data, in crc32c_pmull_update()
/openbmc/linux/arch/arm64/crypto/
H A Dsha256-glue.c45 static int crypto_sha256_arm64_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm64_update()
52 static int crypto_sha256_arm64_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm64_finup()
63 static int crypto_sha256_arm64_final(struct shash_desc *desc, u8 *out) in crypto_sha256_arm64_final()
94 static int sha256_update_neon(struct shash_desc *desc, const u8 *data, in sha256_update_neon()
125 static int sha256_finup_neon(struct shash_desc *desc, const u8 *data, in sha256_finup_neon()
143 static int sha256_final_neon(struct shash_desc *desc, u8 *out) in sha256_final_neon()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_res.h25 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_desc() local
49 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_eth_desc() local
79 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_icmnd_16() local
118 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_itmf() local
142 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_flogi_reg() local
162 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fip_reg() local
184 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fw_reset() local
198 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_lunmap() local
215 struct rq_enet_desc *desc = vnic_rq_next_desc(rq); in fnic_queue_rq_desc() local
/openbmc/linux/drivers/crypto/caam/
H A Dpkc_desc.c14 void init_rsa_pub_desc(u32 *desc, struct rsa_pub_pdb *pdb) in init_rsa_pub_desc()
27 void init_rsa_priv_f1_desc(u32 *desc, struct rsa_priv_f1_pdb *pdb) in init_rsa_priv_f1_desc()
40 void init_rsa_priv_f2_desc(u32 *desc, struct rsa_priv_f2_pdb *pdb) in init_rsa_priv_f2_desc()
57 void init_rsa_priv_f3_desc(u32 *desc, struct rsa_priv_f3_pdb *pdb) in init_rsa_priv_f3_desc()
/openbmc/linux/drivers/sh/intc/
H A Dhandle.c18 static intc_enum __init intc_grp_id(struct intc_desc *desc, in intc_grp_id()
38 static unsigned int __init _intc_mask_data(struct intc_desc *desc, in _intc_mask_data()
89 intc_get_mask_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_mask_handle()
106 static unsigned int __init _intc_prio_data(struct intc_desc *desc, in _intc_prio_data()
158 intc_get_prio_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_prio_handle()
175 static unsigned int intc_ack_data(struct intc_desc *desc, in intc_ack_data()
231 void __init intc_enable_disable_enum(struct intc_desc *desc, in intc_enable_disable_enum()
258 intc_get_sense_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_sense_handle()
287 void intc_set_ack_handle(unsigned int irq, struct intc_desc *desc, in intc_set_ack_handle()
/openbmc/linux/drivers/net/usb/
H A Dcdc_ether.c24 static int is_rndis(struct usb_interface_descriptor *desc) in is_rndis()
31 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync()
38 static int is_wireless_rndis(struct usb_interface_descriptor *desc) in is_wireless_rndis()
45 static int is_novatel_rndis(struct usb_interface_descriptor *desc) in is_novatel_rndis()
54 #define is_rndis(desc) 0 argument
55 #define is_activesync(desc) 0 argument
56 #define is_wireless_rndis(desc) 0 argument
57 #define is_novatel_rndis(desc) 0 argument
306 struct usb_endpoint_descriptor *desc; in usbnet_generic_cdc_bind() local
/openbmc/linux/arch/s390/crypto/
H A Dsha3_512_s390.c19 static int sha3_512_init(struct shash_desc *desc) in sha3_512_init()
30 static int sha3_512_export(struct shash_desc *desc, void *out) in sha3_512_export()
44 static int sha3_512_import(struct shash_desc *desc, const void *in) in sha3_512_import()
60 static int sha3_384_import(struct shash_desc *desc, const void *in) in sha3_384_import()
96 static int sha3_384_init(struct shash_desc *desc) in sha3_384_init()
H A Dsha3_256_s390.c20 static int sha3_256_init(struct shash_desc *desc) in sha3_256_init()
31 static int sha3_256_export(struct shash_desc *desc, void *out) in sha3_256_export()
43 static int sha3_256_import(struct shash_desc *desc, const void *in) in sha3_256_import()
56 static int sha3_224_import(struct shash_desc *desc, const void *in) in sha3_224_import()
87 static int sha3_224_init(struct shash_desc *desc) in sha3_224_init()

12345678910>>...95