Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/usbhost/include/usbhost/
A Dusbhost.h170 int usb_device_claim_interface(struct usb_device *device, unsigned int interface);
172 int usb_device_release_interface(struct usb_device *device, unsigned int interface);
178 unsigned int interface, int connect);
182 int usb_device_set_interface(struct usb_device *device, unsigned int interface,
/third_party/ulib/usbhost/
A Dusbhost.c520 int usb_device_claim_interface(struct usb_device *device, unsigned int interface) in usb_device_claim_interface() argument
522 return ioctl(device->fd, USBDEVFS_CLAIMINTERFACE, &interface); in usb_device_claim_interface()
524 int usb_device_release_interface(struct usb_device *device, unsigned int interface) in usb_device_release_interface() argument
526 return ioctl(device->fd, USBDEVFS_RELEASEINTERFACE, &interface); in usb_device_release_interface()
529 unsigned int interface, int connect) in usb_device_connect_kernel_driver() argument
532 ctl.ifno = interface; in usb_device_connect_kernel_driver()
541 int usb_device_set_interface(struct usb_device *device, unsigned int interface, in usb_device_set_interface() argument
545 ctl.interface = interface; in usb_device_set_interface()
/third_party/dev/ethernet/e1000/
A DREADME101 5. To assign an IP address to the interface, enter the following:
105 6. Verify that the interface works. Enter the following, where <IP_address>
106 is the IP address for another machine on the same subnet as the interface
137 If the interface is currently forced to 100 full duplex, in order to change
188 - To enable Jumbo Frames, increase the MTU size on the interface beyond
241 To create a new VLAN interface:
245 To associate the VLAN interface with a physical interface and
258 To remove a VLAN interface:
A DREADME.fuchsia25 provides the interface between the Fuchsia system and the
/third_party/lib/acpica/
A Dchanges.txt592 interface.
2595 Implemented a new interface, AcpiWalkResourceBuffer. This interface is an
3241 Added a new OSL interface, AcpiOsWaitEventsComplete. This interface is
3439 interface.
4927 interface. This interface will set or clear individual GPEs for wakeup.
5810 interface.
6167 Removed the obsolete AcpiOsValidateAddress OSL interface. This interface
9443 interface
11307 Defined a new OSL interface, AcpiOsGetTimer. This interface is used to
11544 interface.
[all …]
/third_party/ulib/musl/
A DWHATSNEW59 added syscall wrappers for the linux inotify interface.
97 added syscall header and interface for applications to use and
640 - added pthread_attr_setstack interface
790 - dl_iterate_phdr interface
1264 - incorrect if_nametoindex return value when interface does not exist
1657 - getifaddrs misreported point-to-point interface addresses
/third_party/uapp/dash/src/
A DTOUR235 The routine shellexec is the interface to the exec system call.

Completed in 29 milliseconds