/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000_hw.c | 164 e1000_set_phy_type(struct e1000_hw *hw) in e1000_set_phy_type() 215 e1000_phy_init_script(struct e1000_hw *hw) in e1000_phy_init_script() 311 e1000_set_mac_type(struct e1000_hw *hw) in e1000_set_mac_type() 482 e1000_set_media_type(struct e1000_hw *hw) in e1000_set_media_type() 537 e1000_reset_hw(struct e1000_hw *hw) in e1000_reset_hw() 767 e1000_initialize_hardware_bits(struct e1000_hw *hw) in e1000_initialize_hardware_bits() 887 e1000_init_hw(struct e1000_hw *hw) in e1000_init_hw() 1110 e1000_adjust_serdes_amplitude(struct e1000_hw *hw) in e1000_adjust_serdes_amplitude() 1156 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link() 1289 e1000_setup_fiber_serdes_link(struct e1000_hw *hw) in e1000_setup_fiber_serdes_link() [all …]
|
D | e1000.c | 124 struct e1000_hw *hw = &adapter->hw; in e1000_sw_init() local 242 struct e1000_hw *hw = &adapter->hw; in e1000_configure_tx() local 306 struct e1000_hw *hw = &adapter->hw; in e1000_refill_rx_ring() local 387 struct e1000_hw *hw = &adapter->hw; in e1000_configure_rx() local 600 struct e1000_hw *hw = &adapter->hw; in e1000_close() local 634 struct e1000_hw *hw = &adapter->hw; in e1000_transmit() local 690 struct e1000_hw *hw = &adapter->hw; in e1000_poll() local 926 struct e1000_hw *hw = &adapter->hw; in e1000_probe() local 1056 e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) in e1000_read_pcie_cap_reg() 1072 e1000_pci_clear_mwi ( struct e1000_hw *hw ) in e1000_pci_clear_mwi() [all …]
|
/external/syslinux/gpxe/src/core/ |
D | hw.c | 16 struct hw { struct 24 static void hw_finished ( struct hw *hw, int rc ) { in hw_finished() 31 struct hw *hw = container_of ( xfer, struct hw, xfer ); in hw_xfer_close() local 46 struct hw *hw = container_of ( process, struct hw, process ); in hw_step() local 56 struct hw *hw; in hw_open() local
|
/external/syslinux/gpxe/src/drivers/net/ |
D | skge.c | 94 static u32 skge_supported_modes(const struct skge_hw *hw) in skge_supported_modes() 123 static inline u32 hwkhz(const struct skge_hw *hw) in hwkhz() 129 static inline u32 skge_usecs2clk(const struct skge_hw *hw, u32 usec) in skge_usecs2clk() 137 struct skge_hw *hw = skge->hw; in skge_led() local 417 static void xm_link_down(struct skge_hw *hw, int port) in xm_link_down() 428 static int __xm_phy_read(struct skge_hw *hw, int port, u16 reg, u16 *val) in __xm_phy_read() 451 static u16 xm_phy_read(struct skge_hw *hw, int port, u16 reg) in xm_phy_read() 460 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val) in xm_phy_write() 482 static void genesis_init(struct skge_hw *hw) in genesis_init() 510 static void genesis_reset(struct skge_hw *hw, int port) in genesis_reset() [all …]
|
D | sky2.c | 130 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val) in gm_phy_write() 157 static int __gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg, u16 *val) in __gm_phy_read() 184 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg) in gm_phy_read() 192 static void sky2_power_on(struct sky2_hw *hw) in sky2_power_on() 236 static void sky2_power_aux(struct sky2_hw *hw) in sky2_power_aux() 254 static void sky2_gmac_reset(struct sky2_hw *hw, unsigned port) in sky2_gmac_reset() 296 static void sky2_phy_init(struct sky2_hw *hw, unsigned port) in sky2_phy_init() 594 static void sky2_phy_power_up(struct sky2_hw *hw, unsigned port) in sky2_phy_power_up() 615 static void sky2_phy_power_down(struct sky2_hw *hw, unsigned port) in sky2_phy_power_down() 668 static void sky2_set_tx_stfwd(struct sky2_hw *hw, unsigned port) in sky2_set_tx_stfwd() [all …]
|
D | atl1e.c | 128 struct atl1e_hw *hw = &adapter->hw; in atl1e_check_link() local 218 struct atl1e_hw *hw = &adapter->hw; in atl1e_sw_init() local 482 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; in atl1e_configure_des_ring() local 523 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; in atl1e_configure_tx() local 561 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; in atl1e_configure_rx() local 599 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure_dma() local 620 struct atl1e_hw *hw = &adapter->hw; in atl1e_setup_mac_ctrl() local 651 struct atl1e_hw *hw = &adapter->hw; in atl1e_configure() local 851 struct atl1e_hw *hw = &adapter->hw; in atl1e_poll() local 1261 int atl1e_check_eeprom_exist(struct atl1e_hw *hw) in atl1e_check_eeprom_exist() [all …]
|
D | prism2.c | 175 static inline UINT16 hfa384x_getreg( hfa384x_t *hw, UINT reg ) in hfa384x_getreg() 185 static inline void hfa384x_setreg( hfa384x_t *hw, UINT16 val, UINT reg ) in hfa384x_setreg() 199 static inline UINT16 hfa384x_getreg_noswap( hfa384x_t *hw, UINT reg ) in hfa384x_getreg_noswap() 203 static inline void hfa384x_setreg_noswap( hfa384x_t *hw, UINT16 val, UINT reg ) in hfa384x_setreg_noswap() 230 static int hfa384x_docmd_wait( hfa384x_t *hw, UINT16 cmd, UINT16 parm0, UINT16 parm1, UINT16 parm2) in hfa384x_docmd_wait() 292 static int hfa384x_prepare_bap(hfa384x_t *hw, UINT16 id, UINT16 offset) in hfa384x_prepare_bap() 336 static int hfa384x_copy_from_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, in hfa384x_copy_from_bap() 375 static int hfa384x_copy_to_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, in hfa384x_copy_to_bap() 418 static inline int hfa384x_cmd_access(hfa384x_t *hw, UINT16 write, UINT16 rid) in hfa384x_cmd_access() 437 static int hfa384x_drvr_getconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len) in hfa384x_drvr_getconfig() [all …]
|
D | prism2_plx.c | 36 static int prism2_find_plx ( hfa384x_t *hw, struct pci_device *p ) in prism2_find_plx() 83 hfa384x_t *hw = &hw_global; in prism2_plx_probe() local
|
D | prism2_pci.c | 26 hfa384x_t *hw = &hw_global; in prism2_pci_probe() local
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 90 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_src() local 163 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_dst() local 192 uint32_t *hw; in nvfx_fp_emit() local 242 uint32_t *hw; in nv40_fp_if() local 269 uint32_t *hw; in nv40_fp_cal() local 288 uint32_t *hw; in nv40_fp_ret() local 305 uint32_t *hw; in nv40_fp_rep() local 332 uint32_t *hw; in nv40_fp_bra() local 356 uint32_t *hw; in nv40_fp_brk() local 817 uint32_t *hw; in nvfx_fragprog_parse_instruction() local [all …]
|
D | nv30_format.h | 9 unsigned hw; member 13 unsigned hw; member
|
D | nvfx_vertprog.c | 117 emit_src(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, in emit_src() 201 emit_dst(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, in emit_dst() 297 uint32_t *hw; in nvfx_vp_emit() local 822 int hw = 0, i; in nvfx_vertprog_parse_decl_output() local
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_context.c | 52 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_context_engine() local 80 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_hwctx_init() local 145 struct nouveau_hw_state *hw; in nv04_context_create() local
|
D | nv04_surface.c | 204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_swizzle() local 285 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_m2mf() local 433 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_fill() local 466 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_takedown() local 482 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_init() local
|
D | nv20_context.c | 100 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv20_hwctx_init() local
|
D | nv10_context.c | 204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv10_hwctx_init() local
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoe.h | 100 webrtc::VoEHardware* hw, in VoEWrapper() 118 webrtc::VoEHardware* hw() const { return hw_.get(); } in hw() function
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 46 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_framebuffer() local 109 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_reemit_framebuffer_bindings() local
|
D | svga_pipe_misc.c | 54 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_cleanup_framebuffer() local
|
/external/wpa_supplicant_8/src/common/ |
D | hw_features_common.c | 476 static int _ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, in _ieee80211ac_cap_check() 496 static int ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, in ieee80211ac_cap_check_max() 513 int ieee80211ac_cap_check(u32 hw, u32 conf) in ieee80211ac_cap_check()
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_attach.c | 113 struct ath5k_hw **hw) in ath5k_hw_attach()
|
/external/libnl/lib/netfilter/ |
D | log_msg.c | 127 struct nfulnl_msg_packet_hw *hw = nla_data(attr); in nfnlmsg_log_msg_parse() local
|
D | queue_msg.c | 127 struct nfqnl_msg_packet_hw *hw = nla_data(attr); in nfnlmsg_queue_msg_parse() local
|
/external/wpa_supplicant_8/src/ap/ |
D | hw_features.c | 518 u16 hw = iface->current_mode->ht_capab; in ieee80211n_supported_ht_capab() local 629 u32 hw = mode->vht_capab; in ieee80211ac_supported_vht_capab() local
|
/external/skia/gm/ |
D | verylargebitmap.cpp | 59 int hw = width / 2; in show_image() local
|