HomeSort by relevance Sort by last modified time
    Searched refs:hw (Results 1 - 25 of 680) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue144/
HelloWorld.java 3 static String hw="Hello world"; field in class:HelloWorld
6 System.out.println(hw);
  /external/syslinux/gpxe/src/core/
hw.c 16 struct hw { struct
24 static void hw_finished ( struct hw *hw, int rc ) {
25 xfer_nullify ( &hw->xfer );
26 xfer_close ( &hw->xfer, rc );
27 process_del ( &hw->process );
31 struct hw *hw = container_of ( xfer, struct hw, xfer ); local
33 hw_finished ( hw, rc )
46 struct hw *hw = container_of ( process, struct hw, process ); local
56 struct hw *hw; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 38 static int32_t e1000_swfw_sync_acquire(struct e1000_hw *hw, uint16_t mask);
39 static void e1000_swfw_sync_release(struct e1000_hw *hw, uint16_t mask);
40 static int32_t e1000_read_kmrn_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t *data);
41 static int32_t e1000_write_kmrn_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t data);
42 static int32_t e1000_get_software_semaphore(struct e1000_hw *hw);
43 static void e1000_release_software_semaphore(struct e1000_hw *hw);
45 static uint8_t e1000_arc_subsystem_valid(struct e1000_hw *hw);
46 static int32_t e1000_check_downshift(struct e1000_hw *hw);
47 static int32_t e1000_check_polarity(struct e1000_hw *hw, e1000_rev_polarity *polarity);
48 static void e1000_clear_hw_cntrs(struct e1000_hw *hw);
    [all...]
e1000.c 68 switch (adapter->hw.mac_type) {
70 swsm = E1000_READ_REG(&adapter->hw, SWSM);
71 E1000_WRITE_REG(&adapter->hw, SWSM,
79 ctrl_ext = E1000_READ_REG(&adapter->hw, CTRL_EXT);
80 E1000_WRITE_REG(&adapter->hw, CTRL_EXT,
96 E1000_WRITE_REG ( &adapter->hw, IMS, IMS_ENABLE_MASK );
97 E1000_WRITE_FLUSH ( &adapter->hw );
108 E1000_WRITE_REG ( &adapter->hw, IMC, ~0 );
109 E1000_WRITE_FLUSH ( &adapter->hw );
124 struct e1000_hw *hw = &adapter->hw local
242 struct e1000_hw *hw = &adapter->hw; local
306 struct e1000_hw *hw = &adapter->hw; local
387 struct e1000_hw *hw = &adapter->hw; local
600 struct e1000_hw *hw = &adapter->hw; local
634 struct e1000_hw *hw = &adapter->hw; local
690 struct e1000_hw *hw = &adapter->hw; local
926 struct e1000_hw *hw = &adapter->hw; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
sky2.c 130 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val)
134 gma_write16(hw, port, GM_SMI_DATA, val);
135 gma_write16(hw, port, GM_SMI_CTRL,
139 u16 ctrl = gma_read16(hw, port, GM_SMI_CTRL);
149 DBG(PFX "%s: phy write timeout\n", hw->dev[port]->name);
153 DBG(PFX "%s: phy I/O error\n", hw->dev[port]->name);
157 static int __gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg, u16 *val)
161 gma_write16(hw, port, GM_SMI_CTRL, GM_SMI_CT_PHY_AD(PHY_ADDR_MARV)
165 u16 ctrl = gma_read16(hw, port, GM_SMI_CTRL);
170 *val = gma_read16(hw, port, GM_SMI_DATA)
967 struct sky2_hw *hw = sky2->hw; local
1046 struct sky2_hw *hw = sky2->hw; local
1131 struct sky2_hw *hw = sky2->hw; local
1240 struct sky2_hw *hw = sky2->hw; local
1314 struct sky2_hw *hw = sky2->hw; local
1410 struct sky2_hw *hw = sky2->hw; local
1441 struct sky2_hw *hw = sky2->hw; local
1463 struct sky2_hw *hw = sky2->hw; local
1858 struct sky2_hw *hw = sky2->hw; local
2157 struct sky2_hw *hw = sky2->hw; local
2249 struct sky2_hw *hw = sky2->hw; local
2271 struct sky2_hw *hw; local
2364 struct sky2_hw *hw = pci_get_drvdata(pdev); local
    [all...]
skge.c 62 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val);
63 static int gm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val);
64 static void yukon_init(struct skge_hw *hw, int port);
65 static void genesis_mac_init(struct skge_hw *hw, int port);
68 static void skge_phyirq(struct skge_hw *hw);
94 static u32 skge_supported_modes(const struct skge_hw *hw)
98 if (hw->copper) {
107 if (hw->chip_id == CHIP_ID_GENESIS)
113 else if (hw->chip_id == CHIP_ID_YUKON)
123 static inline u32 hwkhz(const struct skge_hw *hw)
137 struct skge_hw *hw = skge->hw; local
625 struct skge_hw *hw = skge->hw; local
722 struct skge_hw *hw = skge->hw; local
757 struct skge_hw *hw = skge->hw; local
832 struct skge_hw *hw = skge->hw; local
1002 struct skge_hw *hw = skge->hw; local
1049 struct skge_hw *hw = skge->hw; local
1133 struct skge_hw *hw = skge->hw; local
1496 struct skge_hw *hw = skge->hw; local
1528 struct skge_hw *hw = skge->hw; local
1549 struct skge_hw *hw = skge->hw; local
1571 struct skge_hw *hw = skge->hw; local
1680 struct skge_hw *hw = skge->hw; local
1712 struct skge_hw *hw = skge->hw; local
1795 struct skge_hw *hw = skge->hw; local
1868 struct skge_hw *hw = skge->hw; local
2058 struct skge_hw *hw = skge->hw; local
2343 struct skge_hw *hw; local
2417 struct skge_hw *hw = pci_get_drvdata(pdev); local
2457 struct skge_hw *hw = skge->hw; local
    [all...]
atl1e.c 94 AT_WRITE_REG(&adapter->hw, REG_ISR, 0);
95 AT_WRITE_REG(&adapter->hw, REG_IMR, IMR_NORMAL_MASK);
96 AT_WRITE_FLUSH(&adapter->hw);
105 AT_WRITE_REG(&adapter->hw, REG_IMR, 0);
106 AT_WRITE_FLUSH(&adapter->hw);
115 AT_WRITE_REG(&adapter->hw, REG_ISR, 0);
116 AT_WRITE_REG(&adapter->hw, REG_IMR, 0);
117 AT_WRITE_FLUSH(&adapter->hw);
128 struct atl1e_hw *hw = &adapter->hw; local
218 struct atl1e_hw *hw = &adapter->hw; local
482 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; local
523 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; local
561 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; local
599 struct atl1e_hw *hw = &adapter->hw; local
620 struct atl1e_hw *hw = &adapter->hw; local
651 struct atl1e_hw *hw = &adapter->hw; local
851 struct atl1e_hw *hw = &adapter->hw; local
    [all...]
prism2.c 175 static inline UINT16 hfa384x_getreg( hfa384x_t *hw, UINT reg )
178 return inw ( hw->iobase + reg );
180 return readw ( hw->membase + reg );
185 static inline void hfa384x_setreg( hfa384x_t *hw, UINT16 val, UINT reg )
188 outw ( val, hw->iobase + reg );
190 writew ( val, hw->membase + reg );
199 static inline UINT16 hfa384x_getreg_noswap( hfa384x_t *hw, UINT reg )
201 return hfa384x_getreg ( hw, reg );
203 static inline void hfa384x_setreg_noswap( hfa384x_t *hw, UINT16 val, UINT reg )
205 hfa384x_setreg ( hw, val, reg )
607 hfa384x_t *hw = &hw_global; local
660 hfa384x_t *hw = &hw_global; local
    [all...]
  /external/libese/tools/ese_replay/
hw.h 24 /* TODO(wad): Move this into a libese-hw/hw_loader.{h,cpp} impl. */
34 const struct Hardware hw[]; member in struct:SupportedHardware
37 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw);
38 void release_hardware(const struct Hardware *hw);
hw.c 28 #include "hw.h"
33 printf("\t%s\t(%s / %s)\n", supported->hw[i].name, supported->hw[i].sym,
34 supported->hw[i].lib);
41 if (!strcmp(name, supported->hw[i].name)) {
49 void release_hardware(const struct Hardware *hw) {
50 void *hw_handle = dlopen(hw->lib, RTLD_NOW);
56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) {
57 void *hw_handle = dlopen(hw->lib, RTLD_NOW);
62 const struct EseOperations **hw_ops = dlsym(hw_handle, hw->sym)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
extw.d 7 0x00000000 202f 0048 ext[hw]+ r0,r1
8 0x00000004 232f 3708 ext[hw]+ fp,sp
9 0x00000008 206f 0008 ext[hw]+ r0,0
10 0x0000000c 212f 0f88 ffff ffff ext[hw]+ r1,0xffffffff
11 0x00000014 262f 7088 ext[hw]+ 0,r2
12 0x00000018 242f 0f88 0000 00ff ext[hw]+ r4,0xff
13 0x00000020 262f 0f88 ffff ff00 ext[hw]+ r6,0xffffff00
14 0x00000028 202f 1f88 0000 0100 ext[hw]+ r8,0x100
15 0x00000030 212f 1f88 ffff feff ext[hw]+ r9,0xfffffeff
16 0x00000038 232f 1f88 4242 4242 ext[hw]+ r11,0x4242424
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 61 make_empty_list(&rmesa->radeon.hw.atomlist);
62 rmesa->radeon.hw.atomlist.name = "atom-list";
64 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.ctx );
65 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.set );
66 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.lin );
67 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.msk )
    [all...]
r200_state_init.c 337 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE)
627 rmesa->radeon.hw.max_state_size = 0;
631 rmesa->hw.ATOM.cmd_size = SZ; \
632 rmesa->hw.ATOM.cmd = (GLuint *) calloc(SZ, sizeof(int)); \
633 rmesa->hw.ATOM.lastcmd = (GLuint *) calloc(SZ, sizeof(int)); \
634 rmesa->hw.ATOM.name = NM; \
635 rmesa->hw.ATOM.idx = IDX; \
637 rmesa->hw.ATOM.check = check_##CHK; \
638 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
640 rmesa->hw.ATOM.check = NULL;
    [all...]
  /bootable/recovery/boot_control/
Android.mk 21 LOCAL_MODULE_RELATIVE_PATH := hw
31 $(hide) mkdir -p $(TARGET_OUT_SHARED_LIBRARIES)/hw && \
32 ln -sf bootctrl.bcb.so $(TARGET_OUT_SHARED_LIBRARIES)/hw/bootctrl.default.so
  /external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/boards/
hikey-spidev.h 18 #include <ese/hw/nxp/spi_board.h>
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
CharArrayReaderTest.java 25 char[] hw = { 'H', 'e', 'l', 'l', 'o', 'W', 'o', 'r', 'l', 'd' }; field in class:CharArrayReaderTest
33 cr = new CharArrayReader(hw);
41 cr = new CharArrayReader(hw, 5, 5);
53 cr = new CharArrayReader(hw);
70 cr = new CharArrayReader(hw);
82 cr = new CharArrayReader(hw);
90 cr = new CharArrayReader(hw);
101 cr = new CharArrayReader(hw);
104 .equals(new String(hw, 0, 10)));
111 cr = new CharArrayReader(hw);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/
hw_interface.cpp 50 HWInterface *hw = nullptr; local
56 hw = new HWPrimary(buffer_sync_handler, hw_info_intf);
59 hw = new HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf);
65 hw = new HWHDMI(buffer_sync_handler, hw_info_intf);
72 hw = new HWVirtual(buffer_sync_handler, hw_info_intf);
82 error = hw->Init();
84 delete hw;
85 DLOGE("Init on HW Intf type %d failed", type);
88 *intf = hw;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
hw_interface.cpp 50 HWInterface *hw = nullptr; local
56 hw = new HWPrimary(buffer_sync_handler, hw_info_intf);
59 hw = new HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf);
65 hw = new HWHDMI(buffer_sync_handler, hw_info_intf);
72 hw = new HWVirtual(buffer_sync_handler, hw_info_intf);
82 error = hw->Init();
84 delete hw;
85 DLOGE("Init on HW Intf type %d failed", type);
88 *intf = hw;
  /hardware/qcom/display/msm8998/sdm/libs/core/
hw_interface.cpp 50 HWInterface *hw = nullptr; local
56 hw = new HWPrimary(buffer_sync_handler, hw_info_intf);
59 hw = new HWDeviceDRM(buffer_sync_handler, hw_info_intf);
65 hw = new HWHDMI(buffer_sync_handler, hw_info_intf);
72 hw = new HWVirtual(buffer_sync_handler, hw_info_intf);
82 error = hw->Init();
84 delete hw;
85 DLOGE("Init on HW Intf type %d failed", type);
88 *intf = hw;
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
android.hardware.neuralnetworks@1.0-service-hvx.rc 17 service neuralnetworks_hal_service_hvx /vendor/bin/hw/android.hardware.neuralnetworks@1.0-service-hvx
  /libcore/luni/src/test/java/libcore/java/io/
OldCharArrayReaderTest.java 25 char[] hw = { 'H', 'e', 'l', 'l', 'o', 'W', 'o', 'r', 'l', 'd' }; field in class:OldCharArrayReaderTest
36 cr = new CharArrayReader(hw);
54 cr = new CharArrayReader(hw, -1, 0);
60 cr = new CharArrayReader(hw, 0, -1);
66 cr = new CharArrayReader(hw, hw.length + 1, 1);
72 cr = new CharArrayReader(hw, 5, 5);
82 cr = new CharArrayReader(hw);
97 cr = new CharArrayReader(hw);
118 cr = new CharArrayReader(hw);
    [all...]
  /system/sepolicy/vendor/
file_contexts 4 /(vendor|system/vendor)/bin/hw/android\.hardware\.audio@2\.0-service u:object_r:hal_audio_default_exec:s0
5 /(vendor|system/vendor)/bin/hw/android\.hardware\.automotive\.audiocontrol@1\.0-service u:object_r:hal_audiocontrol_default_exec:s0
6 /(vendor|system/vendor)/bin/hw/android\.hardware\.automotive\.evs@1\.0-service u:object_r:hal_evs_default_exec:s0
7 /(vendor|system/vendor)/bin/hw/android\.hardware\.automotive\.vehicle@2\.0-service u:object_r:hal_vehicle_default_exec:s0
8 /(vendor|system/vendor)/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
9 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0
10 /(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_bootctl_default_exec:s0
11 /(vendor|system/vendor)/bin/hw/android\.hardware\.broadcastradio@\d+\.\d+-service u:object_r:hal_broadcastradio_default_exec:s0
12 /(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.4-service_64 u:object_r:hal_camera_default_exec:s0
13 /(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s
    [all...]
  /hardware/libhardware/modules/sensors/
Android.mk 25 LOCAL_MODULE_RELATIVE_PATH := hw
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
zmouse.h 36 HWND hw = FindWindow (MSH_WHEELMODULE_CLASS, MSH_WHEELMODULE_TITLE); local
41 *pf3DSupport = (*puiMsh_Msg3DSupport ? (WINBOOL) SendMessage (hw, *puiMsh_Msg3DSupport, 0, 0) : FALSE);
42 *piScrollLines = (*puiMsh_MsgScrollLines ? (int)SendMessage (hw, *puiMsh_MsgScrollLines, 0, 0) : 3);
43 return hw;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 67 make_empty_list(&rmesa->radeon.hw.atomlist);
68 rmesa->radeon.hw.atomlist.name = "atom-list";
70 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.ctx);
71 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.set);
72 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.lin);
73 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.msk)
    [all...]

Completed in 735 milliseconds

1 2 3 4 5 6 7 8 91011>>