Searched full:iphone (Results 1 – 19 of 19) sorted by relevance
/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 | cdc_ncm.c | 1997 /* iPhone */
|
/linux/arch/arm64/boot/dts/apple/ |
H A D | t8015-common.dtsi | 3 * Apple iPhone 8, iPhone 8 Plus, iPhone X
|
H A D | s800-0-3-common.dtsi | 3 * Apple iPhone 6s, iPhone 6s Plus, iPad 5, iPhone SE
|
H A D | t7000-handheld.dtsi | 3 * Apple iPhone 6, iPhone 6 Plus, iPad mini 4, iPod touch 6
|
H A D | t8010-common.dtsi | 3 * Apple iPhone 7, iPhone 7 Plus, iPad 6, iPad 7, iPod touch 7
|
H A D | t8015-8.dtsi | 3 * Apple iPhone 8 common device tree
|
H A D | t8010-7.dtsi | 3 * Apple iPhone 7 / 7 Plus common device tree
|
H A D | s800x-6s.dtsi | 3 * Apple iPhone 6s / 6S Plus common device tree
|
H A D | s800x-se.dtsi | 3 * Apple iPhone SE common device tree
|
H A D | t7000-6.dtsi | 3 * Apple iPhone 6 / 6 Plus common device tree
|
H A D | s5l8960x-5s.dtsi | 3 * Apple iPhone 5s common device tree
|
/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
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | apple,pcie.yaml | 15 various iPhone and iPad devices and the "Apple Silicon" Macs.
|
/linux/net/mac80211/tests/ |
H A D | chan-mode.c | 114 .desc = "all zero HE basic rates are ignored (iPhone workaround)",
|
/linux/drivers/input/mouse/ |
H A D | Kconfig | 248 It is also found in the IPhone (2007) and Ipod Touch (2008).
|
/linux/sound/hda/codecs/realtek/ |
H A D | realtek.c | 1621 /* Iphone type */ in alc_headset_mode_default() 1742 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n"); in alc_headset_mode_ctia() 2037 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n", in alc_determine_headset_type()
|
H A D | alc269.c | 1962 /* Set to iphone type */ in alc255_set_default_jack_type()
|
/linux/net/mac80211/ |
H A D | mlme.c | 500 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_peer_he_mcs_support() 560 * Apparently iPhone 13 (at least iOS version 15.3.1) sets this to all in ieee80211_verify_sta_he_mcs_support()
|