Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 25 of 57) sorted by relevance

123

/external/u-boot/drivers/usb/eth/
Dusb_ether.c149 usb_eth_get_info get_info; member
158 .get_info = asix_eth_get_info,
165 .get_info = ax88179_eth_get_info,
172 .get_info = mcs7830_eth_get_info,
179 .get_info = smsc95xx_eth_get_info,
186 .get_info = r8152_eth_get_info,
220 for (j = 0; prob_dev[j].probe && prob_dev[j].get_info; j++) { in probe_valid_drivers()
227 if (prob_dev[j].get_info(dev, in probe_valid_drivers()
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py39 def get_info(node, depth=0): function
43 children = [get_info(c, depth+1)
83 pprint(('nodes', get_info(tu.cursor)))
/external/u-boot/drivers/ram/
Dram-uclass.c18 if (!ops->get_info) in ram_get_info()
21 return ops->get_info(dev, info); in ram_get_info()
Dsandbox_ram.c24 .get_info = sandbox_get_info,
Dbmips_ram.c113 .get_info = bmips_ram_get_info,
/external/u-boot/drivers/cpu/
Dcpu-uclass.c28 if (!ops->get_info) in cpu_get_info()
31 return ops->get_info(dev, info); in cpu_get_info()
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h173 auto name = device.get_info<cl::sycl::info::device::name>();
174 auto vendor = device.get_info<cl::sycl::info::device::vendor>();
175 auto profile = device.get_info<cl::sycl::info::device::profile>();
Dsycl_allocator.cc27 device.get_info<cl::sycl::info::device::max_mem_alloc_size>(); in SYCLAllocator()
/external/blktrace/btt/
Dp_live.c30 struct get_info { struct
125 static void p_live_visit(struct rb_node *n, struct get_info *gip) in p_live_visit()
161 struct get_info gi = { in p_live_get()
/external/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh50 void get_info (hb_aat_layout_feature_selector_info_t *s, in get_info() function
123 settings_table[start_offset + i].get_info (&selectors[i], default_selector); in get_selector_infos()
/external/toybox/toys/pending/
Dwget.c56 static void get_info(const char *url, char* hostname, char *port, char *path) { in get_info() function
141 get_info(toys.optargs[0], hostname, port, path); in wget_main()
/external/python/oauth2client/tests/contrib/
Dtest_gce.py70 def test_refresh_token(self, get_info, get_token): argument
87 get_info.assert_not_called()
/external/u-boot/include/
Dram.h23 int (*get_info)(struct udevice *dev, struct ram_info *info); member
Dcpu.h66 int (*get_info)(struct udevice *dev, struct cpu_info *info); member
Dpart.h273 int (*get_info)(struct blk_desc *dev_desc, int part, member
/external/eigen/unsupported/test/
Dcxx11_tensor_device_sycl.cpp25 …<< sycl_device.m_queue.get_device(). template get_info<cl::sycl::info::device::name>() <<std::endl… in test_device_sycl()
/external/u-boot/drivers/ram/rockchip/
Dsdram_rk3128.c42 .get_info = rk3128_dmc_get_info,
Dsdram_rk3328.c42 .get_info = rk3328_dmc_get_info,
/external/u-boot/disk/
Dpart.c332 if (!drv->get_info) { in part_get_info()
337 if (drv->get_info(dev_desc, part, info) == 0) { in part_get_info()
652 ret = part_drv->get_info(dev_desc, i, info); in part_get_info_by_name_type()
Dpart_mac.c244 .get_info = part_get_info_mac,
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSyclRun.h40 …size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_grou… in run()
DTensorReductionSycl.h119 …size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_grou…
192 …size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_grou…
/external/u-boot/arch/x86/cpu/baytrail/
Dcpu.c189 .get_info = baytrail_get_info,
/external/u-boot/arch/nios2/cpu/
Dcpu.c134 .get_info = altera_nios2_get_info,
/external/u-boot/drivers/ram/stm32mp1/
Dstm32mp1_ram.c179 .get_info = stm32mp1_ddr_get_info,

123