Home
last modified time | relevance | path

Searched full:phone (Results 1 – 25 of 266) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm9712.c111 "Line", "Headphone Mixer", "Phone Mixer", "Phone"};
168 SOC_SINGLE("PCBeep Bypass Phone Volume", AC97_PC_BEEP, 4, 7, 1),
172 SOC_SINGLE("Aux Playback Phone Volume", AC97_CD, 4, 7, 1),
174 SOC_SINGLE("Phone Volume", AC97_PHONE, 0, 15, 1),
178 SOC_SINGLE_TLV("Capture to Phone Boost Switch", AC97_REC_SEL, 11, 1, 1,
290 WM9712_HP_MIXER_CTRL("Phone Bypass Switch", HPL_MIXER, 3),
300 WM9712_HP_MIXER_CTRL("Phone Bypass Switch", HPR_MIXER, 3),
310 SOC_DAPM_SINGLE("Phone Bypass Switch", AC97_PHONE, 14, 1, 1),
315 /* Phone Mixer */
337 /* Capture to Phone mux */
[all …]
H A Dwm9705.c85 SOC_SINGLE("Phone Playback Volume", AC97_PHONE, 0, 31, 1),
96 "Line", "Stereo Mix", "Mono Mix", "Phone"};
110 SOC_DAPM_SINGLE("Phone Playback Switch", AC97_PHONE, 15, 1, 1),
147 SND_SOC_DAPM_PGA("Phone PGA", SND_SOC_NOPM, 0, 0, NULL, 0),
157 SND_SOC_DAPM_INPUT("PHONE"),
178 {"HP Mixer", "Phone Playback Switch", "Phone PGA"},
201 {"Phone PGA", NULL, "PHONE"},
213 {"Left Capture Source", "Phone", "PHONE"},
221 {"Right Capture Source", "Phone", "PHONE"},
H A Dalc5632.c39 { 8, 0xC800 }, /* R8 - Phone Input */
178 SOC_SINGLE_TLV("Phone Playback Volume",
416 SND_SOC_DAPM_MIXER("Phone Mix", SND_SOC_NOPM, 0, 0, NULL, 0),
428 SND_SOC_DAPM_PGA("Phone", ALC5632_PWR_MANAG_ADD3, 5, 0, NULL, 0),
429 SND_SOC_DAPM_PGA("Phone ADMix", ALC5632_PWR_MANAG_ADD3, 4, 0, NULL, 0),
470 {"Phone Mix", NULL, "Phone"},
471 {"Phone Mix", NULL, "Phone ADMix"},
484 {"HP Mix", "PHONE2HP Playback Switch", "Phone Mix"},
496 {"Speaker Mix", "PHONE2SPK Playback Switch", "Phone Mix"},
559 {"Phone", NULL, "PHONEP"},
H A Dad1980.c106 "Stereo Mix", "Mono Mix", "Phone"};
127 SOC_SINGLE("Phone Capture Volume", AC97_PHONE, 0, 31, 1),
128 SOC_SINGLE("Phone Capture Switch", AC97_PHONE, 15, 1, 1),
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammurc45 ; New Nokia protocol for DKU2 (and phone with USB converter on phone mainboard
49 ; New Nokia protocol for DKU5 (and phone without USB converter on phone
52 ; New Nokia protocol for PL2303 USB cable (and phone without USB converter
53 ; on phone mainboard like 5100)
142 ; | If Gammu doesn't recognize your phone model, put it here.
144 ; SynchronizeTime | if you want to set time from computer to phone during
146 ; | when to reset phone during connection (in some phones need
150 ; | to see message on the phone screen or phone should enable
151 ; | light for a moment during starting connection. Phone
164 ; Features | Custom features for phone. This can be used as override
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativecontactdetail.cpp60 \li phone
80 following demonstrates how to display a list of contact phone numbers in a list view:
87 The following example demonstrates how to assign a single phone number to a place in JavaScript:
90 The following demonstrates how to assign multiple phone numbers to a place in JavaScript:
127 \brief The ContactDetail type holds a contact detail such as a phone number or a website
136 The following example demonstrates how to assign a single phone number to a place in JavaScript:
139 The following demonstrates how to assign multiple phone numbers to a place in JavaScript:
207 This property holds the value of the contact detail which may be a phone number, an email
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontactdetail.cpp57 \brief The QPlaceContactDetail class represents a contact detail such as a phone number or website …
64 to the end user that describes that detail value which is the actual phone number, email address an…
70 \li QPlaceContactDetail::Phone
89 \variable QPlaceContactDetail::Phone
90 The constant to specify phone contact details
92 const QString QPlaceContactDetail::Phone(QLatin1String("phone")); member in QPlaceContactDetail
H A Dqplace.cpp67 \l {Contact Types}{contact types}. To retrieve all the phone numbers
70 \snippet places/requesthandler.h Phone numbers
393 Returns the primary phone number for this place. This accesses the first contact detail
394 …of the \l {QPlaceContactDetail::Phone}{phone number type}. If no phone details exist, then an emp…
398 QList<QPlaceContactDetail> phoneNumbers = d_ptr->contacts().value(QPlaceContactDetail::Phone); in primaryPhone()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dusb-serial-simple.c76 /* Motorola USB Phone driver */
78 { USB_DEVICE(0x05c6, 0x3197) }, /* unknown Motorola phone */ \
79 { USB_DEVICE(0x0c44, 0x0022) }, /* unknown Motorola phone */ \
81 { USB_DEVICE(0x22b8, 0x2c84) }, /* Motorola VE240 phone */ \
82 { USB_DEVICE(0x22b8, 0x2c64) } /* Motorola V950 phone */
94 /* Nokia mobile phone driver */
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dcm109.c38 #define DRIVER_DESC "CM109 phone driver"
40 static char *phone = "kip1000"; variable
41 module_param(phone, charp, S_IRUSR);
42 MODULE_PARM_DESC(phone, "Phone name {kip1000, gtalk, usbph01, atcom}");
151 * The "pickup" and "hangup" keys are symbolised by a green and red phone
174 switch (scancode) { /* phone key: */ in keymap_kip1000()
267 switch (scancode) { /* phone key: */ in keymap_atcom()
893 /* Load the phone keymap */ in cm109_select_keymap()
894 if (!strcasecmp(phone, "kip1000")) { in cm109_select_keymap()
897 "Keymap for Komunikate KIP1000 phone loaded\n"); in cm109_select_keymap()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp392 place.setContactDetails(QPlaceContactDetail::Phone,phones); in contactDetailsTest()
394 QVERIFY(place.contactTypes().contains(QPlaceContactDetail::Phone)); in contactDetailsTest()
395 QCOMPARE(place.contactDetails(QPlaceContactDetail::Phone), phones); in contactDetailsTest()
399 QVERIFY(place.contactTypes().contains(QPlaceContactDetail::Phone)); in contactDetailsTest()
401 QCOMPARE(place.contactDetails(QPlaceContactDetail::Phone), phones); in contactDetailsTest()
405 place.removeContactDetails(QPlaceContactDetail::Phone); in contactDetailsTest()
407 QVERIFY(!place.contactTypes().contains(QPlaceContactDetail::Phone)); in contactDetailsTest()
408 QVERIFY(place.contactDetails(QPlaceContactDetail::Phone).isEmpty()); in contactDetailsTest()
424 contactDetail.setLabel(QStringLiteral("Phone")); in primaryPhoneTest()
426 place.appendContactDetail(QPlaceContactDetail::Phone, contactDetail); in primaryPhoneTest()
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dgtp.rst18 tunneling User-IP payload between a mobile station (phone, modem)
22 So when you start a 'data connection' from your mobile phone, the
23 phone will use the control plane to signal for the establishment of
24 such a tunnel between that external data network and the phone. The
25 tunnel endpoints thus reside on the phone and in the gateway. All
28 The phone itself does not implement GTP but uses some other
55 the phone, and encapsulate raw IP packets received from the external
56 packet network in downlink towards the phone.
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dyealink.rst8 The p1k is a relatively cheap usb 1.1 phone with:
41 The "pickup" and "hangup" keys are symbolised by a green and red phone
205 :Q: Module yealink compiled and installed without any problem but phone
208 hiddev0: USB HID v1.00 Device [Yealink Network Technology Ltd. VOIP USB Phone
213 :Q: Phone is working now (displays version and accepts keypad input) but I can't
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_contactdetail.qml48 label: "Phone"
53 compare(qmlContactDetail.label, "Phone");
63 { tag: "label", property: "label", signal: "labelChanged", value: "Phone", reset: "" },
H A Dtst_place.qml452 …testPlace.contactDetails["phone"] = Qt.createQmlObject('import QtLocation 5.3; ContactDetail { lab…
454 verify(testPlace.contactDetails.phone);
455 compare(testPlace.contactDetails.phone[0].label, "Test Label");
456 compare(testPlace.contactDetails.phone[0].value, "Detail Value");
458 testPlace.contactDetails["phone"] = null;
459 verify(!testPlace.contactDetails.phone);
621 …{ tag: "phone", contactType: "phone", signalName: "primaryPhoneChanged", primaryValue: "primaryPho…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces.qml286 phoneNumber.label = "Phone";
288 place.contactDetails.phone = phoneNumber;
306 place.contactDetails.phone = numbers;
312 model: place.contactDetails.phone;
392 if (place.contactDetails["phone"].length > 0)
393 primaryPhone = place.contactDetails["phone"][0].value;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-bcm6358.txt120 label = "red:phone";
125 label = "green:phone";
129 label = "blue:phone";
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/leds/
H A Dleds-bcm6358.txt116 label = "red:phone";
121 label = "green:phone";
125 label = "blue:phone";
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DPlaceDetailsForm.ui.qml63 property alias phone: phone
200 text: qsTr("Phone: ")
204 id: phone
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb25 ${@bb.utils.contains("MACHINE_FEATURES", "phone", "packagegroup-base-phone", "", d)} \
58 ${@bb.utils.contains('MACHINE_FEATURES', 'phone', 'packagegroup-base-phone', '',d)} \
343 SUMMARY:packagegroup-base-phone = "Cellular telephony (voice) support"
344 RDEPENDS:packagegroup-base-phone = "\
/OK3568_Linux_fs/buildroot/package/linphone/
H A DConfig.in17 Linphone is an internet phone or Voice Over IP phone (VoIP).
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dpanel-dsi-cm.yaml30 - motorola,droid4-panel # Panel from Motorola Droid4 phone
31 - nokia,himalaya # Panel from Nokia N950 phone
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Ddpcm.rst22 Phone Audio System with SoC based DSP
25 Consider the following phone audio subsystem. This will be used in this
45 This diagram shows a simple smart phone audio subsystem. It supports Bluetooth,
204 like a BT phone call :-
312 example of this would be a phone call from handset to modem.
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dcontrol-names.rst62 Phone
63 Phone Input
64 Phone Output
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A DKconfig146 Support for the Siemens SX1 phone. To boot the kernel,
151 Say Y here if you have such a phone, say NO otherwise.

1234567891011