Searched full:iphone (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/usb/ |
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 112 static int ipheth_alloc_urbs(struct ipheth_device *iphone) in ipheth_alloc_urbs() argument 127 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_TX_BUF_SIZE, in ipheth_alloc_urbs() 132 rx_buf = usb_alloc_coherent(iphone->udev, iphone->rx_buf_len, in ipheth_alloc_urbs() 138 iphone->tx_urb = tx_urb; in ipheth_alloc_urbs() 139 iphone->rx_urb = rx_urb; in ipheth_alloc_urbs() 140 iphone->tx_buf = tx_buf; in ipheth_alloc_urbs() 141 iphone->rx_buf = rx_buf; in ipheth_alloc_urbs() 145 usb_free_coherent(iphone->udev, IPHETH_TX_BUF_SIZE, tx_buf, in ipheth_alloc_urbs() [all …]
|
D | Kconfig | 583 tristate "Apple iPhone USB Ethernet driver" 587 iPhone to your system.
|
D | cdc_ncm.c | 1986 /* iPhone */
|
/linux-6.12.1/Documentation/devicetree/bindings/iommu/ |
D | apple,sart.yaml | 19 SART1 has first been used since at least the A11 (iPhone 8 and iPhone X)
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | apple,pinctrl.yaml | 15 iPhone and iPad devices and the "Apple Silicon" Macs.
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | apple,aic.yaml | 14 Apple ARM SoC platforms, including various iPhone and iPad devices and the
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | apple,pcie.yaml | 15 various iPhone and iPad devices and the "Apple Silicon" Macs.
|
/linux-6.12.1/drivers/input/mouse/ |
D | Kconfig | 248 It is also found in the IPhone (2007) and Ipod Touch (2008).
|
/linux-6.12.1/sound/pci/hda/ |
D | patch_realtek.c | 5499 /* Iphone type */ 5620 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n"); in alc_headset_mode_ctia() 5915 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n", in alc_determine_headset_type() 6049 /* Set to iphone type */ in alc255_set_default_jack_type()
|
/linux-6.12.1/net/mac80211/ |
D | mlme.c | 384 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_peer_he_mcs_support() 444 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_sta_he_mcs_support()
|