HomeSort by relevance Sort by last modified time
    Searched refs:ip_data (Results 1 - 2 of 2) sorted by null

  /external/u-boot/common/
usb_storage.c 90 unsigned short ip_data; /* interrupt data */ member in struct:us_data
657 (void *) &us->ip_data, us->irqmaxp, us->irqinterval);
670 us->ip_data, us->pusb_dev->irq_act_len,
677 else if (us->ip_data)
683 switch (us->ip_data) {
853 srb->sense_buf[12] = (unsigned char)(us->ip_data >> 8);
854 srb->sense_buf[13] = (unsigned char)(us->ip_data & 0xff);
855 if (!us->ip_data) {
    [all...]
  /external/toybox/generated/
globals.h 654 struct ip_data { struct
1415 struct ip_data ip;

Completed in 51 milliseconds