Home
last modified time | relevance | path

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

12345678910>>...97

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblk_legacy.c76 struct blk_desc *desc; in blk_list_part() local
103 struct blk_desc *desc; in blk_print_part_devnum() local
121 struct blk_desc *desc; in blk_list_devices() local
139 struct blk_desc *desc; in blk_print_device_num() local
156 struct blk_desc *desc; in blk_show_device() local
181 struct blk_desc *desc; in blk_get_devnum_by_type() local
192 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart) in blk_dselect_hwpart()
207 struct blk_desc *desc; in blk_get_devnum_by_typename() local
222 struct blk_desc *desc; in blk_read_devnum() local
242 struct blk_desc *desc; in blk_write_devnum() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib.c164 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio()
175 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip()
215 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction()
317 struct gpio_desc *desc = &gdev->descs[i]; in gpio_name_to_desc() local
525 struct gpio_desc *desc; in gpiochip_machine_hog() local
715 struct gpio_desc *desc = &gdev->descs[i]; in gpiochip_add_data_with_key() local
2001 static int gpiod_request_commit(struct gpio_desc *desc, const char *label) in gpiod_request_commit()
2063 static int validate_desc(const struct gpio_desc *desc, const char *func) in validate_desc()
2083 #define VALIDATE_DESC(desc) do { \ argument
2089 #define VALIDATE_DESC_VOID(desc) do { \ argument
[all …]
H A Dgpiolib-sysfs.c22 struct gpio_desc *desc; member
63 struct gpio_desc *desc = data->desc; in direction_show() local
82 struct gpio_desc *desc = data->desc; in direction_store() local
106 struct gpio_desc *desc = data->desc; in value_show() local
128 struct gpio_desc *desc = data->desc; in value_store() local
168 struct gpio_desc *desc = data->desc; in gpio_sysfs_request_irq() local
224 struct gpio_desc *desc = data->desc; in gpio_sysfs_free_irq() local
308 struct gpio_desc *desc = data->desc; in gpio_sysfs_set_active_low() local
334 struct gpio_desc *desc = data->desc; in active_low_show() local
371 struct gpio_desc *desc = data->desc; in gpio_is_visible() local
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_physts.c840 struct physts_rxd *desc) in halbb_physts_ie_hdr()
878 struct physts_rxd *desc) in halbb_physts_ie_00()
905 struct physts_rxd *desc) in halbb_physts_ie_01()
973 struct physts_rxd *desc) in halbb_physts_ie_02()
1022 struct physts_rxd *desc) in halbb_physts_ie_03()
1053 struct physts_rxd *desc) in halbb_physts_ie_04_07()
1094 struct physts_rxd *desc) in halbb_physts_ie_05()
1122 struct physts_rxd *desc) in halbb_physts_ie_06()
1150 struct physts_rxd *desc) in halbb_physts_ie_07()
1179 struct physts_rxd *desc) in halbb_physts_ie_08()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_physts.c840 struct physts_rxd *desc) in halbb_physts_ie_hdr()
878 struct physts_rxd *desc) in halbb_physts_ie_00()
905 struct physts_rxd *desc) in halbb_physts_ie_01()
973 struct physts_rxd *desc) in halbb_physts_ie_02()
1022 struct physts_rxd *desc) in halbb_physts_ie_03()
1053 struct physts_rxd *desc) in halbb_physts_ie_04_07()
1094 struct physts_rxd *desc) in halbb_physts_ie_05()
1122 struct physts_rxd *desc) in halbb_physts_ie_06()
1150 struct physts_rxd *desc) in halbb_physts_ie_07()
1179 struct physts_rxd *desc) in halbb_physts_ie_08()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dirqdesc.h121 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 …]
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dxilinx.c34 const fpga_desc *desc; in fpga_loadbitstream() local
128 int xilinx_load(xilinx_desc *desc, const void *buf, size_t bsize, in xilinx_load()
145 int xilinx_loadfs(xilinx_desc *desc, const void *buf, size_t bsize, in xilinx_loadfs()
162 int xilinx_dump(xilinx_desc *desc, const void *buf, size_t bsize) in xilinx_dump()
177 int xilinx_info(xilinx_desc *desc) in xilinx_info()
259 static int xilinx_validate(xilinx_desc *desc, char *fn) in xilinx_validate()
H A Dvirtex2.c94 static int virtex2_load(xilinx_desc *desc, const void *buf, size_t bsize, in virtex2_load()
117 static int virtex2_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_dump()
139 static int virtex2_info(xilinx_desc *desc) in virtex2_info()
158 static int virtex2_ssm_load(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ssm_load()
357 static int virtex2_ssm_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ssm_dump()
409 static int virtex2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ss_load()
415 static int virtex2_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ss_dump()
H A Dfpga.c43 fpga_desc *desc = (fpga_desc *)NULL; in fpga_get_desc() local
61 const fpga_desc *desc = fpga_get_desc(devnum); in fpga_validate() local
80 const fpga_desc * const desc = fpga_get_desc(devnum); in fpga_dev_info() local
147 int fpga_add(fpga_type devtype, void *desc) in fpga_add()
188 const fpga_desc *desc = fpga_validate(devnum, buf, size, in fpga_fsload() local
217 const fpga_desc *desc = fpga_validate(devnum, buf, bsize, in fpga_load() local
260 const fpga_desc *desc = fpga_validate(devnum, buf, bsize, in fpga_dump() local
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dkapi.c89 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info()
117 struct ubi_volume_desc *desc; in ubi_open_volume() local
325 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume()
368 static int leb_read_sanity_check(struct ubi_volume_desc *desc, int lnum, in leb_read_sanity_check()
422 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read()
462 int ubi_leb_read_sg(struct ubi_volume_desc *desc, int lnum, struct ubi_sgl *sgl, in ubi_leb_read_sg()
513 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write()
558 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change()
599 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase()
660 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dkapi.c97 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info()
125 struct ubi_volume_desc *desc; in ubi_open_volume() local
332 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume()
375 static int leb_read_sanity_check(struct ubi_volume_desc *desc, int lnum, in leb_read_sanity_check()
429 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read()
469 int ubi_leb_read_sg(struct ubi_volume_desc *desc, int lnum, struct ubi_sgl *sgl, in ubi_leb_read_sg()
521 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write()
566 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change()
607 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase()
668 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap()
[all …]
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dvirq.c54 struct virq_desc *desc; in find_virq_desc() local
68 struct virq_desc *desc; in find_virq_desc_by_pirq() local
82 struct virq_desc *desc; in virq_to_irq() local
109 struct virq_desc *desc; in virqs_show() local
136 struct virq_desc *desc; in virq_install_handler() local
158 struct virq_desc *desc; in virq_free_handler() local
170 static uint reg_base_get(struct virq_desc *desc, uint reg_base, int idx) in reg_base_get()
188 struct virq_desc *desc; in virq_chip_generic_handler() local
245 struct virq_desc *desc; in virq_add_chip() local
328 struct virq_desc *desc; in __virq_enable() local
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dsha256-spe-glue.c59 static int ppc_spe_sha256_init(struct shash_desc *desc) in ppc_spe_sha256_init()
76 static int ppc_spe_sha224_init(struct shash_desc *desc) in ppc_spe_sha224_init()
93 static int ppc_spe_sha256_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha256_update()
138 static int ppc_spe_sha256_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha256_final()
178 static int ppc_spe_sha224_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha224_final()
199 static int ppc_spe_sha256_export(struct shash_desc *desc, void *out) in ppc_spe_sha256_export()
207 static int ppc_spe_sha256_import(struct shash_desc *desc, const void *in) in ppc_spe_sha256_import()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c26 struct hal_reo_get_queue_stats *desc; in ath11k_hal_reo_cmd_queue_stats() local
51 struct hal_reo_flush_cache *desc; in ath11k_hal_reo_cmd_flush_cache() local
98 struct hal_reo_update_rx_queue *desc; in ath11k_hal_reo_cmd_update_rx_queue() local
268 void ath11k_hal_rx_buf_addr_info_set(void *desc, dma_addr_t paddr, in ath11k_hal_rx_buf_addr_info_set()
282 void ath11k_hal_rx_buf_addr_info_get(void *desc, dma_addr_t *paddr, in ath11k_hal_rx_buf_addr_info_get()
325 struct hal_reo_dest_ring *desc = (struct hal_reo_dest_ring *)rx_desc; in ath11k_hal_desc_reo_parse_err() local
353 int ath11k_hal_wbm_desc_parse_err(struct ath11k_base *ab, void *desc, in ath11k_hal_wbm_desc_parse_err()
406 void ath11k_hal_rx_reo_ent_paddr_get(struct ath11k_base *ab, void *desc, in ath11k_hal_rx_reo_ent_paddr_get()
417 void ath11k_hal_rx_msdu_link_desc_set(struct ath11k_base *ab, void *desc, in ath11k_hal_rx_msdu_link_desc_set()
436 struct hal_reo_get_queue_stats_status *desc = in ath11k_hal_reo_status_queue_stats() local
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dshash.c91 static int shash_update_unaligned(struct shash_desc *desc, const u8 *data, in shash_update_unaligned()
121 int crypto_shash_update(struct shash_desc *desc, const u8 *data, in crypto_shash_update()
135 static int shash_final_unaligned(struct shash_desc *desc, u8 *out) in shash_final_unaligned()
163 int crypto_shash_final(struct shash_desc *desc, u8 *out) in crypto_shash_final()
176 static int shash_finup_unaligned(struct shash_desc *desc, const u8 *data, in shash_finup_unaligned()
183 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup()
197 static int shash_digest_unaligned(struct shash_desc *desc, const u8 *data, in shash_digest_unaligned()
204 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest()
237 static int shash_default_export(struct shash_desc *desc, void *out) in shash_default_export()
243 static int shash_default_import(struct shash_desc *desc, const void *in) in shash_default_import()
[all …]
H A Dsha256_generic.c36 static int crypto_sha256_init(struct shash_desc *desc) in crypto_sha256_init()
42 static int crypto_sha224_init(struct shash_desc *desc) in crypto_sha224_init()
48 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update()
56 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final()
65 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_finup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c283 void i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40e_debug_aq()
359 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown() local
391 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut() local
476 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key() local
954 struct i40e_aq_desc desc; in i40e_aq_mac_address_read() local
980 struct i40e_aq_desc desc; in i40e_aq_mac_address_write() local
1571 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities() local
1649 struct i40e_aq_desc desc; in i40e_aq_set_phy_config() local
1772 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode() local
1800 struct i40e_aq_desc desc; in i40e_aq_set_link_restart_an() local
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dirq_stack.h42 __run_irq_on_irqstack(void (*func)(struct irq_desc *desc), in __run_irq_on_irqstack()
57 static inline void __run_irq_on_irqstack(void (*func)(struct irq_desc *desc), in __run_irq_on_irqstack()
95 run_irq_on_irqstack_cond(void (*func)(struct irq_desc *desc), struct irq_desc *desc, in run_irq_on_irqstack_cond()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dpagelist.c35 nfs_pgio_get_mirror(struct nfs_pageio_descriptor *desc, u32 idx) in nfs_pgio_get_mirror()
43 nfs_pgio_current_mirror(struct nfs_pageio_descriptor *desc) in nfs_pgio_current_mirror()
50 nfs_pgio_set_current_mirror(struct nfs_pageio_descriptor *desc, u32 idx) in nfs_pgio_set_current_mirror()
57 void nfs_pgheader_init(struct nfs_pageio_descriptor *desc, in nfs_pgheader_init()
635 size_t nfs_generic_pg_test(struct nfs_pageio_descriptor *desc, in nfs_generic_pg_test()
834 void nfs_pageio_init(struct nfs_pageio_descriptor *desc, in nfs_pageio_init()
892 int nfs_generic_pgio(struct nfs_pageio_descriptor *desc, in nfs_generic_pgio()
953 static int nfs_generic_pg_pgios(struct nfs_pageio_descriptor *desc) in nfs_generic_pg_pgios()
977 nfs_pageio_alloc_mirrors(struct nfs_pageio_descriptor *desc, in nfs_pageio_alloc_mirrors()
1090 nfs_pageio_do_add_request(struct nfs_pageio_descriptor *desc, in nfs_pageio_do_add_request()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c76 struct hclge_desc desc[HCLGE_GET_DFX_REG_TYPE_CNT]; in hclge_dbg_get_dfx_bd_num() local
98 struct hclge_desc *desc = desc_src; in hclge_dbg_cmd_send() local
127 struct hclge_desc *desc; in hclge_dbg_dump_reg_common() local
179 struct hclge_desc desc; in hclge_dbg_dump_mac_enable_status() local
228 struct hclge_desc desc; in hclge_dbg_dump_mac_frame_size() local
254 struct hclge_desc desc; in hclge_dbg_dump_mac_speed_duplex() local
291 struct hclge_desc desc[2]; in hclge_dbg_dump_dcb() local
443 struct hclge_desc desc; in hclge_dbg_dump_tc() local
477 struct hclge_desc desc; in hclge_dbg_dump_tm_pg() local
575 struct hclge_desc desc; in hclge_dbg_dump_tm() local
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Dsha256_glue.c29 static int sha224_sparc64_init(struct shash_desc *desc) in sha224_sparc64_init()
45 static int sha256_sparc64_init(struct shash_desc *desc) in sha256_sparc64_init()
82 static int sha256_sparc64_update(struct shash_desc *desc, const u8 *data, in sha256_sparc64_update()
98 static int sha256_sparc64_final(struct shash_desc *desc, u8 *out) in sha256_sparc64_final()
131 static int sha224_sparc64_final(struct shash_desc *desc, u8 *hash) in sha224_sparc64_final()
143 static int sha256_sparc64_export(struct shash_desc *desc, void *out) in sha256_sparc64_export()
151 static int sha256_sparc64_import(struct shash_desc *desc, const void *in) in sha256_sparc64_import()
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfnic_res.h37 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_desc() local
61 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_eth_desc() local
91 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_icmnd_16() local
130 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_itmf() local
154 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_flogi_reg() local
174 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fip_reg() local
196 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fw_reset() local
210 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_lunmap() local
227 struct rq_enet_desc *desc = vnic_rq_next_desc(rq); in fnic_queue_rq_desc() local
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dsha256-glue.c44 static int crypto_sha256_arm64_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm64_update()
51 static int crypto_sha256_arm64_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm64_finup()
62 static int crypto_sha256_arm64_final(struct shash_desc *desc, u8 *out) in crypto_sha256_arm64_final()
93 static int sha256_update_neon(struct shash_desc *desc, const u8 *data, in sha256_update_neon()
124 static int sha256_finup_neon(struct shash_desc *desc, const u8 *data, in sha256_finup_neon()
142 static int sha256_final_neon(struct shash_desc *desc, u8 *out) in sha256_final_neon()

12345678910>>...97