| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | blk_legacy.c | 58 static int get_desc(struct blk_driver *drv, int devnum, struct blk_desc **descp) in get_desc() function 84 if (get_desc(drv, devnum, &desc)) in blk_list_part() 108 ret = get_desc(drv, devnum, &desc); in blk_print_part_devnum() 127 if (get_desc(drv, i, &desc)) in blk_list_devices() 144 ret = get_desc(drv, devnum, &desc); in blk_print_device_num() 166 ret = get_desc(drv, devnum, &desc); in blk_show_device() 186 if (get_desc(drv, devnum, &desc)) in blk_get_devnum_by_type() 212 if (get_desc(drv, devnum, &desc)) in blk_get_devnum_by_typename() 228 ret = get_desc(drv, devnum, &desc); in blk_read_devnum() 247 ret = get_desc(drv, devnum, &desc); in blk_write_devnum() [all …]
|
| H A D | blk-uclass.c | 177 static int get_desc(enum if_type if_type, int devnum, struct blk_desc **descp) in get_desc() function 229 ret = get_desc(if_type, devnum, &desc); in blk_list_part() 252 ret = get_desc(if_type, devnum, &desc); in blk_print_part_devnum() 269 ret = get_desc(if_type, i, &desc); in blk_list_devices() 286 ret = get_desc(if_type, devnum, &desc); in blk_print_device_num() 301 ret = get_desc(if_type, devnum, &desc); in blk_show_device() 323 ret = get_desc(if_type, devnum, &desc); in blk_read_devnum() 339 ret = get_desc(if_type, devnum, &desc); in blk_write_devnum() 351 ret = get_desc(if_type, devnum, &desc); in blk_erase_devnum()
|
| H A D | blk-uclass.su | |
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | builtin-test.c | 81 .get_desc = test__pmu_events_subtest_get_desc, 144 .get_desc = test__wp_subtest_get_desc, 217 .get_desc = test__llvm_subtest_get_desc, 230 .get_desc = test__bpf_subtest_get_desc, 300 .get_desc = test__clang_subtest_get_desc, 325 .get_desc = test__pfm_subtest_get_desc, 648 if (perf_test__matches(t->subtest.get_desc(subi), curr, argc, argv)) in __cmd_test() 691 int len = strlen(t->subtest.get_desc(subi)); in __cmd_test() 698 if (!perf_test__matches(t->subtest.get_desc(subi), curr, argc, argv)) in __cmd_test() 702 t->subtest.get_desc(subi)); in __cmd_test() [all …]
|
| H A D | tests.h | 36 const char *(*get_desc)(int subtest); member
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | cpu-uclass.c | 21 if (!ops->get_desc) in cpu_get_desc() 24 return ops->get_desc(dev, buf, size); in cpu_get_desc()
|
| H A D | bmips_cpu.c | 277 .get_desc = bmips_cpu_get_desc,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | diagnostic-path.h | 83 virtual label_text get_desc (bool can_colorize) const = 0; 112 label_text get_desc (bool) const FINAL OVERRIDE in get_desc() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | diagnostic-path.h | 83 virtual label_text get_desc (bool can_colorize) const = 0; 112 label_text get_desc (bool) const FINAL OVERRIDE in get_desc() function
|
| /OK3568_Linux_fs/u-boot/drivers/tpm/ |
| H A D | tpm-uclass.c | 38 if (!ops->get_desc) in tpm_get_desc() 41 return ops->get_desc(dev, buf, size); in tpm_get_desc()
|
| H A D | tpm_atmel_twi.c | 148 .get_desc = tpm_atmel_twi_get_desc,
|
| H A D | tpm_tis_sandbox.c | 277 .get_desc = sandbox_tpm_get_desc,
|
| H A D | tpm_tis_st33zp24_i2c.c | 501 .get_desc = st33zp24_i2c_get_desc,
|
| H A D | tpm_tis_lpc.c | 453 .get_desc = tpm_tis_get_desc,
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/ |
| H A D | cpu.c | 32 .get_desc = cpu_qemu_get_desc,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cpu.h | 58 int (*get_desc)(struct udevice *dev, char *buf, int size); member
|
| H A D | tpm.h | 298 int (*get_desc)(struct udevice *dev, char *buf, int size); member
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | insn-eval.c | 603 static bool get_desc(struct desc_struct *out, unsigned short sel) in get_desc() function 707 if (!get_desc(&desc, sel)) in insn_get_seg_base() 746 if (!get_desc(&desc, sel)) in get_seg_limit() 791 if (!get_desc(&desc, sel)) in insn_get_code_seg_params()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 82 .get_desc = cpu_x86_get_desc,
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/ |
| H A D | cpu.c | 189 .get_desc = cpu_x86_get_desc,
|
| /OK3568_Linux_fs/u-boot/arch/nios2/cpu/ |
| H A D | cpu.c | 134 .get_desc = altera_nios2_get_desc,
|
| /OK3568_Linux_fs/u-boot/spl/drivers/block/ |
| H A D | blk-uclass.su | |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | pci.c | 551 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in _rtl_pci_tx_isr() 764 own = (u8)rtlpriv->cfg->ops->get_desc(hw, (u8 *)pdesc, in _rtl_pci_rx_interrupt() 791 len = rtlpriv->cfg->ops->get_desc(hw, (u8 *)pdesc, false, in _rtl_pci_rx_interrupt() 1097 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in _rtl_pci_prepare_bcn_tasklet() 1348 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in _rtl_pci_free_tx_ring() 1476 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in rtl_pci_reset_trx_ring() 1527 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in rtl_pci_reset_trx_ring() 1641 own = (u8)rtlpriv->cfg->ops->get_desc(hw, (u8 *)pdesc, in rtl_pci_tx()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | cqhci-core.c | 36 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() function 43 u8 *desc = get_desc(cq_host, tag); in get_link_desc() 420 __le64 *task_desc = (__le64 __force *)get_desc(cq_host, tag); in cqhci_prep_task_desc() 551 task_desc = (__le64 __force *)get_desc(cq_host, cq_host->dcmd_slot); in cqhci_prep_dcmd_desc()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | model_206ax.c | 479 .get_desc = cpu_x86_get_desc,
|