Searched full:iphone (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | ipheth.c | 2 * ipheth.c - Apple iPhone USB Ethernet driver 41 * Attention: iPhone device must be paired, otherwise it won't respond to our 123 static int ipheth_alloc_urbs(struct ipheth_device *iphone) in ipheth_alloc_urbs() argument 138 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_TX_BUF_SIZE, in ipheth_alloc_urbs() 143 rx_buf = usb_alloc_coherent(iphone->udev, iphone->rx_buf_len, in ipheth_alloc_urbs() 149 iphone->tx_urb = tx_urb; in ipheth_alloc_urbs() 150 iphone->rx_urb = rx_urb; in ipheth_alloc_urbs() 151 iphone->tx_buf = tx_buf; in ipheth_alloc_urbs() 152 iphone->rx_buf = rx_buf; in ipheth_alloc_urbs() 156 usb_free_coherent(iphone->udev, IPHETH_TX_BUF_SIZE, tx_buf, in ipheth_alloc_urbs() [all …]
|
H A D | Kconfig | 582 tristate "Apple iPhone USB Ethernet driver" 586 iPhone to your system.
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | apple,sart.yaml | 19 SART1 has first been used since at least the A11 (iPhone 8 and iPhone X)
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ifuse/ |
H A D | ifuse_1.1.4.bb | 1 SUMMARY = "A fuse filesystem to access the contents of an iPhone or iPod Touch"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/ |
H A D | libusbmuxd_2.1.0.bb | 1 DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod t…
|
H A D | libusbmuxd_git.bb | 1 DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod t…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/ |
H A D | libimobiledevice_git.bb | 1 SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/usbmuxd/ |
H A D | usbmuxd_git.bb | 1 DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod t…
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | apple,pinctrl.yaml | 15 iPhone and iPad devices and the "Apple Silicon" Macs.
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | apple,aic.yaml | 14 Apple ARM SoC platforms, including various iPhone and iPad devices and the
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/ |
H A D | README.md | 72 A fuse filesystem to access the contents of an iPhone or iPod Touch
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | apple,pcie.yaml | 15 various iPhone and iPad devices and the "Apple Silicon" Macs.
|
/openbmc/linux/drivers/input/mouse/ |
H A D | Kconfig | 248 It is also found in the IPhone (2007) and Ipod Touch (2008).
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_realtek.c | 5352 /* Iphone type */ 5473 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n"); in alc_headset_mode_ctia() 5768 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n", in alc_determine_headset_type() 5902 /* Set to iphone type */ in alc255_set_default_jack_type()
|
/openbmc/linux/net/mac80211/ |
H A D | mlme.c | 4611 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_peer_he_mcs_support() 4671 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_sta_he_mcs_support()
|