/external/u-boot/drivers/usb/eth/ |
D | usb_ether.c | 149 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/ |
D | cindex-dump.py | 39 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/ |
D | ram-uclass.c | 18 if (!ops->get_info) in ram_get_info() 21 return ops->get_info(dev, info); in ram_get_info()
|
D | sandbox_ram.c | 24 .get_info = sandbox_get_info,
|
D | bmips_ram.c | 113 .get_info = bmips_ram_get_info,
|
/external/u-boot/drivers/cpu/ |
D | cpu-uclass.c | 28 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/ |
D | sycl_device.h | 173 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>();
|
D | sycl_allocator.cc | 27 device.get_info<cl::sycl::info::device::max_mem_alloc_size>(); in SYCLAllocator()
|
/external/blktrace/btt/ |
D | p_live.c | 30 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/ |
D | hb-aat-layout-feat-table.hh | 50 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/ |
D | wget.c | 56 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/ |
D | test_gce.py | 70 def test_refresh_token(self, get_info, get_token): argument 87 get_info.assert_not_called()
|
/external/u-boot/include/ |
D | ram.h | 23 int (*get_info)(struct udevice *dev, struct ram_info *info); member
|
D | cpu.h | 66 int (*get_info)(struct udevice *dev, struct cpu_info *info); member
|
D | part.h | 273 int (*get_info)(struct blk_desc *dev_desc, int part, member
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_device_sycl.cpp | 25 …<< 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/ |
D | sdram_rk3128.c | 42 .get_info = rk3128_dmc_get_info,
|
D | sdram_rk3328.c | 42 .get_info = rk3328_dmc_get_info,
|
/external/u-boot/disk/ |
D | part.c | 332 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()
|
D | part_mac.c | 244 .get_info = part_get_info_mac,
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclRun.h | 40 …size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_grou… in run()
|
D | TensorReductionSycl.h | 119 …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/ |
D | cpu.c | 189 .get_info = baytrail_get_info,
|
/external/u-boot/arch/nios2/cpu/ |
D | cpu.c | 134 .get_info = altera_nios2_get_info,
|
/external/u-boot/drivers/ram/stm32mp1/ |
D | stm32mp1_ram.c | 179 .get_info = stm32mp1_ddr_get_info,
|