Searched defs:hardware (Results 1 - 25 of 75) sorted by relevance

123

/external/robolectric/v1/src/main/java/android/hardware/
H A DTestSensorManager.java1 package android.hardware;
/external/syslinux/com32/hdt/
H A Dhdt-dump-syslinux.c33 void dump_syslinux(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
H A Dhdt-dump-vpd.c32 void dump_vpd(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
36 if (hardware->is_vpd_valid) {
H A Dhdt-cli-syslinux.c40 struct s_hardware *hardware)
44 more_printf(" Bootloader : %s\n", hardware->syslinux_fs);
45 more_printf(" Version : %s\n", hardware->sv->version_string);
46 more_printf(" Version : %u\n", hardware->sv->version);
47 more_printf(" Max API : %u\n", hardware->sv->max_api);
48 more_printf(" Copyright : %s\n", hardware->sv->copyright_string);
39 main_show_syslinux(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
H A Dhdt-cli-vpd.c36 struct s_hardware *hardware)
40 if (!hardware->is_vpd_valid) {
45 more_printf("VPD present at address : %s\n", hardware->vpd.base_address);
46 if (strlen(hardware->vpd.bios_build_id) > 0)
48 hardware->vpd.bios_build_id);
49 if (strlen(hardware->vpd.bios_release_date) > 0)
51 hardware->vpd.bios_release_date);
52 if (strlen(hardware->vpd.bios_version) > 0)
54 hardware->vpd.bios_version);
55 if (strlen(hardware
35 main_show_vpd(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
[all...]
H A Dhdt-dump-hdt.c33 void dump_hdt(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
35 (void) hardware;
H A Dhdt-menu-vpd.c34 void compute_vpd(struct s_my_menu *menu, struct s_hardware *hardware) argument
44 hardware->vpd.base_address);
46 hardware->cpu.vendor);
50 if (strlen(hardware->vpd.bios_build_id) > 0) {
52 hardware->vpd.bios_build_id);
54 hardware->vpd.bios_build_id);
59 if (strlen(hardware->vpd.bios_release_date) > 0) {
61 hardware->vpd.bios_release_date);
63 hardware->vpd.bios_release_date);
68 if (strlen(hardware
[all...]
H A Dhdt-cli-pxe.c41 struct s_hardware *hardware)
46 if (hardware->sv->filesystem != SYSLINUX_FS_PXELINUX) {
52 if (hardware->is_pxe_valid == false) {
57 struct s_pxe *p = &hardware->pxe;
60 if (hardware->pci_ids_return_code == -ENOPCIIDS || (p->pci_device == NULL)) {
40 main_show_pxe(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
H A Dhdt-dump-cpu.c32 void dump_cpu(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
49 add_b(temp,get_cpu_flag_value_from_name(&hardware->cpu,cpu_flags_names[i]));
H A Dhdt-dump-kernel.c32 void dump_kernel(struct s_hardware *hardware, ZZJSON_CONFIG * config, argument
40 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
47 if ((hardware->modules_pcimap_return_code == -ENOMODULESPCIMAP)
48 &&(hardware->modules_pcimap_return_code == -ENOMODULESALIAS)) {
57 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-dump-pxe.c34 void dump_pxe(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
39 if (hardware->is_pxe_valid) {
41 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.vendor_id);
43 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.product_id);
45 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subvendor_id);
47 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subproduct_id);
50 if (hardware->pci_ids_return_code == -ENOPCIIDS || (hardware->pxe.pci_device == NULL)) {
54 add_s("Manufacturer_name", hardware->pxe.pci_device->dev_info->vendor_name);
55 add_s("Product_name", hardware
[all...]
H A Dhdt-dump-vesa.c33 void dump_vesa(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { argument
37 if (hardware->is_vesa_valid) {
39 snprintf(buffer,sizeof(buffer),"%d.%d", hardware->vesa.major_version, hardware->vesa.minor_version);
46 snprintf(buffer,sizeof(buffer),"%d KB",hardware->vesa.total_memory*64);
48 add_i("vesa.modes",hardware->vesa.vmi_count);
50 for (int i = 0; i < hardware->vesa.vmi_count; i++) {
51 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi;
56 snprintf(buffer,sizeof(buffer),"0x%04x",hardware->vesa.vmi[i].mode + 0x200);
H A Dhdt-menu-kernel.c32 void compute_kernel(struct s_my_menu *menu, struct s_hardware *hardware) argument
44 if ((hardware->modules_pcimap_return_code == -ENOMODULESPCIMAP) &&
45 (hardware->modules_alias_return_code == -ENOMODULESALIAS)) {
58 for_each_pci_func(pci_device, hardware->pci_domain) {
H A Dhdt-menu-pxe.c33 void compute_PXE(struct s_my_menu *menu, struct s_hardware *hardware) argument
39 if (hardware->is_pxe_valid == false)
46 struct s_pxe *p = &hardware->pxe;
48 if ((hardware->pci_ids_return_code == -ENOPCIIDS)
H A Dhdt-menu-syslinux.c33 void compute_syslinuxmenu(struct s_my_menu *menu, struct s_hardware *hardware) argument
42 hardware->syslinux_fs);
47 snprintf(buffer, sizeof buffer, "Bootloader : %s", hardware->syslinux_fs);
49 hardware->syslinux_fs);
54 hardware->sv->version_string);
56 hardware->sv->version_string);
60 snprintf(buffer, sizeof buffer, "Version : %u", hardware->sv->version);
62 hardware->sv->version);
66 snprintf(buffer, sizeof buffer, "Max API : %u", hardware->sv->max_api);
68 hardware
[all...]
H A Dhdt-menu-summary.c32 void compute_summarymenu(struct s_my_menu *menu, struct s_hardware *hardware) argument
37 snprintf(buffer, sizeof(buffer), " Summary (%d CPU) ", hardware->physical_cpu_count);
43 snprintf(buffer, sizeof buffer, "CPU Vendor : %s", hardware->cpu.vendor);
45 hardware->cpu.vendor);
49 snprintf(buffer, sizeof buffer, "CPU Model : %s", hardware->cpu.model);
51 hardware->cpu.model);
56 if (hardware->dmi.processor.thread_count != 0)
57 sprintf(buffer, ", %d thread", hardware->dmi.processor.thread_count);
60 sprintf(features, "%d core%s, %dK L2 Cache", hardware->cpu.num_cores,
61 buffer, hardware
[all...]
H A Dhdt-menu-vesa.c33 struct s_hardware *hardware)
43 hardware->vesa.major_version, hardware->vesa.minor_version);
45 hardware->vesa.major_version, hardware->vesa.minor_version);
49 snprintf(buffer, sizeof buffer, "Vendor : %s", hardware->vesa.vendor);
51 hardware->vesa.vendor);
55 snprintf(buffer, sizeof buffer, "Product : %s", hardware->vesa.product);
57 hardware->vesa.product);
62 hardware
32 compute_vesa_card(struct s_my_menu *menu, struct s_hardware *hardware) argument
84 compute_vesa_modes(struct s_my_menu *menu, struct s_hardware *hardware) argument
110 compute_VESA(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) argument
[all...]
H A Dhdt.c51 static struct s_hardware hardware; local
57 init_hardware(&hardware);
60 detect_syslinux(&hardware);
63 detect_parameters(argc, argv, &hardware);
66 init_console(&hardware);
68 /* Detect hardware */
69 detect_hardware(&hardware);
80 start_cli_mode(&hardware);
82 return_code = start_menu_mode(&hardware, version_string);
84 start_cli_mode(&hardware);
[all...]
H A Dhdt-cli-cpu.c38 struct s_hardware *hardware)
45 if (hardware->acpi.madt.processor_local_apic_count > 0) {
47 hardware->acpi.madt.processor_local_apic_count,
48 hardware->physical_cpu_count);
51 more_printf(" Manufacturer : %s \n", hardware->cpu.vendor);
52 more_printf(" Product : %s \n", hardware->cpu.model);
53 more_printf(" CPU Cores : %d \n", hardware->cpu.num_cores);
54 if (hardware->dmi.processor.thread_count != 0)
55 more_printf(" CPU Threads : %d \n", hardware->dmi.processor.thread_count);
56 more_printf(" L2 Cache : %dK\n", hardware
37 main_show_cpu(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
98 show_cpu(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
[all...]
H A Dhdt-cli-kernel.c38 struct s_hardware *hardware)
51 if ((hardware->modules_pcimap_return_code == -ENOMODULESPCIMAP)
52 && (hardware->modules_alias_return_code == -ENOMODULESALIAS)) {
58 for_each_pci_func(pci_device, hardware->pci_domain) {
90 struct s_hardware *hardware)
98 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
103 if (hardware->modules_pcimap_return_code == -ENOMODULESPCIMAP) {
109 for_each_pci_func(pci_device, hardware->pci_domain) {
37 main_show_kernel(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
89 show_kernel_modules(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
H A Dhdt-cli-vesa.c37 struct s_hardware *hardware)
40 if (hardware->is_vesa_valid == false) {
45 more_printf(" Vesa version : %d.%d\n", hardware->vesa.major_version,
46 hardware->vesa.minor_version);
47 more_printf(" Vendor : %s\n", hardware->vesa.vendor);
48 more_printf(" Product : %s\n", hardware->vesa.product);
49 more_printf(" Product rev. : %s\n", hardware->vesa.product_revision);
50 more_printf(" Software rev.: %d\n", hardware->vesa.software_rev);
51 more_printf(" Memory (KB) : %d\n", hardware->vesa.total_memory * 64);
52 more_printf(" Modes : %d\n", hardware
36 main_show_vesa(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
55 show_vesa_modes(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
81 enable_vesa(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
89 disable_vesa(int argc __unused, char **argv __unused, struct s_hardware *hardware) argument
[all...]
H A Dhdt-menu-acpi.c47 struct s_hardware *hardware)
62 if (hardware->acpi.rsdt.valid)
63 compute_table(menu,hardware->acpi.rsdt.address,
64 &hardware->acpi.rsdt.header);
66 if (hardware->acpi.xsdt.valid)
67 compute_table(menu,hardware->acpi.xsdt.address,
68 &hardware->acpi.xsdt.header);
70 if (hardware->acpi.fadt.valid)
71 compute_table(menu,hardware->acpi.fadt.address, &hardware
46 compute_acpi_tables(struct s_my_menu *menu, struct s_hardware *hardware) argument
122 compute_ACPI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) argument
[all...]
H A Dhdt-menu-pci.c35 struct s_hardware *hardware)
125 if (hardware->is_pxe_valid == true) {
126 if ((hardware->pxe.pci_device != NULL)
127 && (hardware->pxe.pci_device == pci_device)) {
130 hardware->pxe.mac_addr);
132 hardware->pxe.mac_addr);
147 int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) argument
157 for_each_pci_func(pci_device, hardware->pci_domain) {
172 __pci_bus, __pci_slot, __pci_func, hardware);
187 if (hardware
32 compute_pci_device(struct s_my_menu *menu, struct pci_device *pci_device, int pci_bus, int pci_slot, int pci_func, struct s_hardware *hardware) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Diface_config_utils.h29 namespace hardware { namespace in namespace:android
56 } // namespace hardware
/external/ltp/testcases/kernel/numa/
H A Dnuma_node_size.c51 void hardware(void) function
72 void hardware();
82 hardware();

Completed in 399 milliseconds

123