Home
last modified time | relevance | path

Searched full:iphone (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/net/usb/
Dipheth.c2 * ipheth.c - Apple iPhone USB Ethernet driver
41 * Attention: iPhone device must be paired, otherwise it won't respond to our
104 static int ipheth_alloc_urbs(struct ipheth_device *iphone) in ipheth_alloc_urbs() argument
119 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE, in ipheth_alloc_urbs()
124 rx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE + IPHETH_IP_ALIGN, in ipheth_alloc_urbs()
130 iphone->tx_urb = tx_urb; in ipheth_alloc_urbs()
131 iphone->rx_urb = rx_urb; in ipheth_alloc_urbs()
132 iphone->tx_buf = tx_buf; in ipheth_alloc_urbs()
133 iphone->rx_buf = rx_buf; in ipheth_alloc_urbs()
137 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, tx_buf, in ipheth_alloc_urbs()
[all …]
DKconfig582 tristate "Apple iPhone USB Ethernet driver"
586 iPhone (Original, 3G and 3GS) to your system.
588 to pair your device with your system and that understand the iPhone
/Linux-v6.1/Documentation/devicetree/bindings/iommu/
Dapple,sart.yaml19 SART1 has first been used since at least the A11 (iPhone 8 and iPhone X)
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dapple,pinctrl.yaml15 iPhone and iPad devices and the "Apple Silicon" Macs.
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dapple,aic.yaml14 Apple ARM SoC platforms, including various iPhone and iPad devices and the
/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dapple,pcie.yaml15 various iPhone and iPad devices and the "Apple Silicon" Macs.
/Linux-v6.1/drivers/input/mouse/
DKconfig248 It is also found in the IPhone (2007) and Ipod Touch (2008).
/Linux-v6.1/sound/pci/hda/
Dpatch_realtek.c5265 /* Iphone type */
5384 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n"); in alc_headset_mode_ctia()
5683 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n", in alc_determine_headset_type()
5817 /* Set to iphone type */ in alc255_set_default_jack_type()
/Linux-v6.1/net/mac80211/
Dmlme.c4461 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_peer_he_mcs_support()
4522 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_sta_he_mcs_support()