/external/grub/netboot/ |
D | nic.h | 16 struct nic struct 18 void (*reset)P((struct nic *)); argument 19 int (*poll)P((struct nic *)); argument 20 void (*transmit)P((struct nic *, const char *d, argument 22 void (*disable)P((struct nic *)); argument 23 int flags; /* driver specific flags */ 24 struct rom_info *rom_info; /* -> rom_info from main */ 25 unsigned char *node_addr; 26 char *packet; 27 unsigned int packetlen; [all …]
|
D | sis900.c | 152 static int sis900_get_mac_addr(struct pci_device * pci_dev , struct nic *nic) in sis900_get_mac_addr() 180 static int sis630e_get_mac_addr(struct pci_device * pci_dev, struct nic *nic) in sis630e_get_mac_addr() 219 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) in sis900_probe() 489 sis900_init(struct nic *nic) in sis900_init() 518 sis900_reset(struct nic *nic) in sis900_reset() 547 sis900_init_rxfilter(struct nic *nic) in sis900_init_rxfilter() 586 sis900_init_txd(struct nic *nic) in sis900_init_txd() 610 sis900_init_rxd(struct nic *nic) in sis900_init_rxd() 647 static void sis900_set_rx_mode(struct nic *nic) in sis900_set_rx_mode() 677 sis900_check_mode (struct nic *nic) in sis900_check_mode() [all …]
|
D | cs89x0.c | 235 static int send_test_pkt(struct nic *nic) in send_test_pkt() 274 static int detect_aui(struct nic *nic) in detect_aui() 287 static int detect_bnc(struct nic *nic) in detect_bnc() 304 static void cs89x0_reset(struct nic *nic) in cs89x0_reset() 364 struct nic *nic, in cs89x0_transmit() 415 static int cs89x0_poll(struct nic *nic) in cs89x0_poll() 432 static void cs89x0_disable(struct nic *nic) in cs89x0_disable() 441 struct nic *cs89x0_probe(struct nic *nic, unsigned short *probe_addrs) in cs89x0_probe()
|
D | tiara.c | 114 static void tiara_reset(struct nic *nic) in tiara_reset() 137 static int tiara_poll(struct nic *nic) in tiara_poll() 162 struct nic *nic, in tiara_transmit() 196 static void tiara_disable(struct nic *nic) in tiara_disable() 202 static int tiara_probe1(struct nic *nic) in tiara_probe1() 222 struct nic *tiara_probe(struct nic *nic, unsigned short *probe_addrs) in tiara_probe()
|
D | smc9000.c | 172 static void smc9000_reset(struct nic *nic) in smc9000_reset() 181 struct nic *nic, in smc9000_transmit() 326 static int smc9000_poll(struct nic *nic) in smc9000_poll() 366 static void smc9000_disable(struct nic *nic) in smc9000_disable() 385 struct nic *smc9000_probe(struct nic *nic, unsigned short *probe_addrs) in smc9000_probe()
|
D | i82586.c | 252 static void setup_rx_buffers(struct nic *nic) in setup_rx_buffers() 318 static void i82586_reset(struct nic *nic) in i82586_reset() 378 static int i82586_poll(struct nic *nic) in i82586_poll() 425 struct nic *nic, in i82586_transmit() 481 static void i82586_disable(struct nic *nic) in i82586_disable() 497 static int t507_probe1(struct nic *nic, unsigned short ioaddr) in t507_probe1() 538 struct nic *t507_probe(struct nic *nic, unsigned short *probe_addrs) in t507_probe() 622 static int ni5210_probe1(struct nic *nic) in ni5210_probe1() 650 struct nic *ni5210_probe(struct nic *nic, unsigned short *probe_addrs) in ni5210_probe() 770 static int exos205_probe1(struct nic *nic) in exos205_probe1() [all …]
|
D | ns8390.c | 218 static void ns8390_reset(struct nic *nic) in ns8390_reset() 290 static void eth_rx_overrun(struct nic *nic) in eth_rx_overrun() 341 struct nic *nic, in ns8390_transmit() 431 static int ns8390_poll(struct nic *nic) in ns8390_poll() 522 static void ns8390_disable(struct nic *nic) in ns8390_disable() 530 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs, in eth_probe()
|
D | 3c595.c | 65 static void t595_reset(struct nic *nic) in t595_reset() 163 struct nic *nic, in t595_transmit() 228 static int t595_poll(struct nic *nic) in t595_poll() 441 static void t595_disable(struct nic *nic) in t595_disable() 453 struct nic *t595_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) in t595_probe()
|
D | 3c509.c | 63 static void t509_reset(struct nic *nic) in t509_reset() 155 struct nic *nic, in t509_transmit() 218 static int t509_poll(struct nic *nic) in t509_poll() 374 static void t509_disable(struct nic *nic) in t509_disable() 383 struct nic *t529_probe(struct nic *nic, unsigned short *probe_addrs) in t529_probe()
|
D | natsemi.c | 249 natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) in natsemi_probe() 409 natsemi_init(struct nic *nic) in natsemi_init() 455 natsemi_reset(struct nic *nic) in natsemi_reset() 486 natsemi_init_rxfilter(struct nic *nic) in natsemi_init_rxfilter() 507 natsemi_init_txd(struct nic *nic) in natsemi_init_txd() 530 natsemi_init_rxd(struct nic *nic) in natsemi_init_rxd() 565 static void natsemi_set_rx_mode(struct nic *nic) in natsemi_set_rx_mode() 572 static void natsemi_check_duplex(struct nic *nic) in natsemi_check_duplex() 604 natsemi_transmit(struct nic *nic, in natsemi_transmit() 677 natsemi_poll(struct nic *nic) in natsemi_poll() [all …]
|
D | otulip.c | 158 static void tulip_reset(struct nic *nic) in tulip_reset() 267 static void tulip_transmit(struct nic *nic, const char *d, unsigned int t, unsigned int s, const ch… in tulip_transmit() 312 static int tulip_poll(struct nic *nic) in tulip_poll() 333 static void tulip_disable(struct nic *nic) in tulip_disable() 341 struct nic *otulip_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) in otulip_probe()
|
D | sk_g16.c | 502 static void SK_reset(struct nic *nic) in SK_reset() 511 static int SK_poll(struct nic *nic) in SK_poll() 619 struct nic *nic, in SK_transmit() 731 static void SK_disable(struct nic *nic) in SK_disable() 744 struct nic *SK_probe(struct nic *nic, unsigned short *probe_addrs) in SK_probe() 777 int SK_probe1(struct nic *nic, short ioaddr1) in SK_probe1() 897 static int SK_lance_init(struct nic *nic, unsigned short mode) in SK_lance_init() 1107 static void SK_print_pos(struct nic *nic, char *text) in SK_print_pos() 1123 static void SK_print_ram(struct nic *nic) in SK_print_ram()
|
D | davicom.c | 363 static void davicom_media_chk(struct nic * nic) in davicom_media_chk() 441 static void davicom_init_chain(struct nic *nic) in davicom_init_chain() 488 static void davicom_reset(struct nic *nic) in davicom_reset() 553 static void davicom_transmit(struct nic *nic, const char *d, unsigned int t, in davicom_transmit() 594 static int davicom_poll(struct nic *nic) in davicom_poll() 630 static void davicom_disable(struct nic *nic) in davicom_disable() 647 struct nic *davicom_probe(struct nic *nic, unsigned short *io_addrs, in davicom_probe()
|
D | ni5010.c | 195 static void ni5010_reset(struct nic *nic) in ni5010_reset() 221 static int ni5010_poll(struct nic *nic) in ni5010_poll() 241 static void ni5010_transmit(struct nic *nic, in ni5010_transmit() 280 static void ni5010_disable(struct nic *nic) in ni5010_disable() 292 static int ni5010_probe1(struct nic *nic) in ni5010_probe1() 349 struct nic *ni5010_probe(struct nic *nic, unsigned short *probe_addrs) in ni5010_probe()
|
D | lance.c | 212 static void lance_reset(struct nic *nic) in lance_reset() 302 static int lance_poll(struct nic *nic) in lance_poll() 336 struct nic *nic, in lance_transmit() 383 static void lance_disable(struct nic *nic) in lance_disable() 398 static int lance_probe1(struct nic *nic, struct pci_device *pci) in lance_probe1() 505 struct nic *lancepci_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *pci) in lancepci_probe()
|
D | epic100.c | 98 epic100_reset(struct nic *nic) in epic100_reset() 105 epic100_probe(struct nic *nic, unsigned short *probeaddrs) in epic100_probe() 295 epic100_transmit(struct nic *nic, const char *destaddr, unsigned int type, in epic100_transmit() 359 epic100_poll(struct nic *nic) in epic100_poll() 405 epic100_disable(struct nic *nic) in epic100_disable()
|
D | tulip.c | 568 int mdio_read(struct nic *nic, int phy_id, int location) in mdio_read() 629 void mdio_write(struct nic *nic, int phy_id, int location, int value) in mdio_write() 734 static void parse_eeprom(struct nic *nic) in parse_eeprom() 902 static void tulip_init_ring(struct nic *nic) in tulip_init_ring() 942 static void tulip_reset(struct nic *nic) in tulip_reset() 1060 static void tulip_transmit(struct nic *nic, const char *d, unsigned int t, in tulip_transmit() 1120 static int tulip_poll(struct nic *nic) in tulip_poll() 1158 static void tulip_disable(struct nic *nic) in tulip_disable() 1178 struct nic *tulip_probe(struct nic *nic, unsigned short *io_addrs, in tulip_probe() 1392 static void start_link(struct nic *nic) in start_link() [all …]
|
D | depca.c | 475 static void depca_init_ring(struct nic *nic) in depca_init_ring() 536 static void depca_reset(struct nic *nic) in depca_reset() 588 static int depca_poll(struct nic *nic) in depca_poll() 606 struct nic *nic, in depca_transmit() 644 static void depca_disable(struct nic *nic) in depca_disable() 664 static int depca_probe1(struct nic *nic) in depca_probe1() 732 struct nic *depca_probe(struct nic *nic, unsigned short *probe_addrs) in depca_probe()
|
D | rtl8139.c | 184 struct nic *rtl8139_probe(struct nic *nic, unsigned short *probeaddrs, in rtl8139_probe() 285 static void rtl_reset(struct nic* nic) in rtl_reset() 334 static void rtl_transmit(struct nic *nic, const char *destaddr, in rtl_transmit() 389 static int rtl_poll(struct nic *nic) in rtl_poll() 449 static void rtl_disable(struct nic *nic) in rtl_disable()
|
D | fa311.c | 122 struct nic * fa311_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) in fa311_probe() 214 static void fa311_reset(struct nic *nic) in fa311_reset() 228 static int fa311_poll(struct nic *nic) in fa311_poll() 269 static void fa311_transmit(struct nic *nic, const char *destaddr, unsigned int type, unsigned int l… in fa311_transmit() 320 static void fa311_disable(struct nic *nic) in fa311_disable()
|
D | eepro.c | 296 static void eepro_reset(struct nic *nic) in eepro_reset() 341 static int eepro_poll(struct nic *nic) in eepro_poll() 391 struct nic *nic, in eepro_transmit() 450 static void eepro_disable(struct nic *nic) in eepro_disable() 502 static int eepro_probe1(struct nic *nic) in eepro_probe1() 564 struct nic *eepro_probe(struct nic *nic, unsigned short *probe_addrs) in eepro_probe()
|
D | 3c90x.c | 397 a3c90x_reset(struct nic *nic) in a3c90x_reset() 476 a3c90x_transmit(struct nic *nic, const char *d, unsigned int t, in a3c90x_transmit() 604 a3c90x_poll(struct nic *nic) in a3c90x_poll() 666 a3c90x_disable(struct nic *nic) in a3c90x_disable() 680 a3c90x_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) in a3c90x_probe()
|
D | eepro100.c | 359 static void eepro100_reset(struct nic *nic) in eepro100_reset() 374 static void eepro100_transmit(struct nic *nic, const char *d, unsigned int t, unsigned int s, const… in eepro100_transmit() 443 static int eepro100_poll(struct nic *nic) in eepro100_poll() 466 static void eepro100_disable(struct nic *nic) in eepro100_disable() 481 struct nic *eepro100_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *p) in eepro100_probe()
|
D | w89c840.c | 317 static void w89c840_reset(struct nic *nic) in w89c840_reset() 390 static int w89c840_poll(struct nic *nic) in w89c840_poll() 494 struct nic *nic, in w89c840_transmit() 595 static void w89c840_disable(struct nic *nic) in w89c840_disable() 606 struct nic *w89c840_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *p) in w89c840_probe()
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
D | InputSystemJme.java | 95 private void onTouchEventQueued(TouchEvent evt, NiftyInputConsumer nic) { in onTouchEventQueued() 133 private void onMouseMotionEventQueued(MouseMotionEvent evt, NiftyInputConsumer nic) { in onMouseMotionEventQueued() 143 private void onMouseButtonEventQueued(MouseButtonEvent evt, NiftyInputConsumer nic) { in onMouseButtonEventQueued() 179 private void onKeyEventQueued(KeyInputEvent evt, NiftyInputConsumer nic) { in onKeyEventQueued() 228 public void forwardEvents(NiftyInputConsumer nic) { in forwardEvents() 234 onMouseMotionEventQueued((MouseMotionEvent) evt, nic); in forwardEvents() local 236 onMouseButtonEventQueued((MouseButtonEvent) evt, nic); in forwardEvents() local 238 onKeyEventQueued((KeyInputEvent) evt, nic); in forwardEvents() local 240 onTouchEventQueued((TouchEvent) evt, nic); in forwardEvents() local
|