Home
last modified time | relevance | path

Searched full:talk (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/u-boot/drivers/tpm/
H A DKconfig21 The usual tpm operations and the 'tpm' command can be used to talk
30 The usual tpm operations and the 'tpm' command can be used to talk
54 The usual tpm operations and the 'tpm' command can be used to talk
72 The usual tpm operations and the 'tpm' command can be used to talk
81 The usual tpm operations and the 'tpm' command can be used to talk
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dnau8825.c40 /* cross talk suppression detection */
194 /* register backup table when cross talk detection */
411 * computes cross talk suppression sidetone gain.
414 * @sig_cros: cross talk signal level
416 * The orignal and cross talk signal vlues need to be characterized.
421 * return cross talk sidetone gain
571 /* Backup those registers changed by cross talk detection */ in nau8825_xtalk_prepare()
597 /* Config cross talk parameters and generate the 23Hz sine wave with in nau8825_xtalk_prepare()
664 /* Clear cross talk parameters and disable */ in nau8825_xtalk_clean()
673 /* Restore value of specific register for cross talk */ in nau8825_xtalk_clean()
[all …]
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dvia-macii.c84 #define TALK 0x0C macro
126 static u8 last_talk_cmd; /* the most recent Talk command byte transmitted */
127 static u8 last_poll_cmd; /* the most recent Talk R0 command byte transmitted */
185 /* Send an ADB poll (Talk Register 0 command prepended to the request queue) */
214 /* Send a Talk Register 0 command */ in macii_queue_poll()
217 /* No need to repeat this Talk command. The transceiver will do that in macii_queue_poll()
431 if ((last_cmd & OP_MASK) == TALK) { in macii_interrupt()
466 } else if ((req->data[1] & OP_MASK) == TALK) { in macii_interrupt()
H A Dadb-iop.c49 #define TALK 0x0C macro
111 /* Responses to Talk commands may be unsolicited as they are in adb_iop_listen()
114 if (op == TALK && ((1 << addr) & autopoll_devs)) in adb_iop_listen()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399pro.dtsi10 /* Default to enabled since AP talk to NPU part over pcie */
15 /* Default to enabled since AP talk to NPU part over pcie */
/OK3568_Linux_fs/external/common_algorithm/audio/
H A DChangelog.txt10 - Fixed discontinuous near-end talk
11 - Add support Double Talk Detection(DTD)
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Ddtv-core.rst8 - A bridge driver that is responsible to talk with the bus where the other
24 On most hardware, the frontend drivers talk with the bridge driver using an
/OK3568_Linux_fs/kernel/Documentation/spi/
H A Dbutterfly.rst17 similar cables to talk to many AVR boards, even a breadboard.
42 Then to let Linux master that bus to talk to the DataFlash chip, you must
60 That would let you talk to the AVR using custom SPI-with-USI firmware,
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dpcwd-watchdog.rst18 The Watchdog Driver has one basic role: to talk to the card and send
24 drivers have initialized, you can then talk to the card using a PC
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A DKconfig134 While the User-Mode port cannot directly talk to any physical
137 kernels can talk to each other, the host, and with the host's help,
276 UMLs (even ones running on different host machines!) to talk to
279 bridge if any of them need to be able to talk to their hosts or any
/OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/
H A DREADME51 doesn't talk to any of Linux interfaces (such as PCIE).
57 c. For the FPGA that requires config after the download, which talk to
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c269 /* Check that the chip's ready to talk to us. in do_read_onechip()
270 * If it's in FL_ERASING state, suspend it and make it talk now. in do_read_onechip()
336 /* Urgh. Chip not yet ready to talk to us. */ in do_read_onechip()
448 /* Check that the chip's ready to talk to us. in do_write_buffer()
469 /* Urgh. Chip not yet ready to talk to us. */ in do_write_buffer()
750 /* Check that the chip's ready to talk to us. */ in do_erase_oneblock()
763 /* Urgh. Chip not yet ready to talk to us. */ in do_erase_oneblock()
1047 /* Check that the chip's ready to talk to us. */ in do_lock_oneblock()
1060 /* Urgh. Chip not yet ready to talk to us. */ in do_lock_oneblock()
1193 /* Check that the chip's ready to talk to us. */ in do_unlock_oneblock()
[all …]
/OK3568_Linux_fs/kernel/scripts/tracing/
H A Dftrace-bisect.sh29 # have coffee, talk with your coworkers, read facebook. And eventually, this
55 # iteration, so don't talk so much at the water cooler the second time.
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddns_resolver.h38 DNS_SERVER_PROTOCOL_UDP = 1, /* Use UDP to talk to the server */
39 DNS_SERVER_PROTOCOL_TCP = 2, /* Use TCP to talk to the server */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddns_resolver.h38 DNS_SERVER_PROTOCOL_UDP = 1, /* Use UDP to talk to the server */
39 DNS_SERVER_PROTOCOL_TCP = 2, /* Use TCP to talk to the server */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddns_resolver.h38 DNS_SERVER_PROTOCOL_UDP = 1, /* Use UDP to talk to the server */
39 DNS_SERVER_PROTOCOL_TCP = 2, /* Use TCP to talk to the server */
/OK3568_Linux_fs/kernel/drivers/misc/echo/
H A Decho.c27 rotation algorithm to handle divergence during double talk. I
28 added a Geigel Double Talk Detector (DTD) [2] and performed some
30 especially for double talk - there were always cases where my DTD
32 threshold required for declaring double talk.
367 detection to minimise adaption in cases of strong double talk. in oslec_update()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dether.c39 * There's some hardware that can't talk CDC ECM. We make that hardware
118 /* For hardware that can't talk CDC, we use the same vendor ID that
125 * hardware that's not deeply broken ... even on hardware that can't talk
132 /* For hardware that can talk RNDIS and either of the above protocols,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/protocols/
H A Dtalkd.h36 * This describes the protocol used by the talk server and clients.
38 * The talk server acts a repository of invitations, responding to
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/protocols/
H A Dtalkd.h36 * This describes the protocol used by the talk server and clients.
38 * The talk server acts a repository of invitations, responding to
/OK3568_Linux_fs/kernel/Documentation/security/tpm/
H A Dxen-tpmfront.rst93 domains such as pv-grub that talk to the vTPM domain.
104 driver. This driver used by vtpmmgr-stubdom to talk directly to
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dquorum.c114 * if we can't talk to the majority we're hosed */ in o2quo_make_decision()
126 * of the cluster being able to talk amongst themselves.. in in o2quo_make_decision()
127 * that case we're hosed if we can't talk to the group that has in o2quo_make_decision()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dcm109.c11 * - Genius G-talk
21 * - Shaun Jackman <sjackman@gmail.com> for Genius G-talk keymap
198 Genius G-Talk keyboard matrix
200 4: 0 4 8 Talk
220 case 0x18: return KEY_ENTER; /* Talk (green handset) */ in keymap_gtalk()
901 "Keymap for Genius G-talk phone loaded\n"); in cm109_select_keymap()
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dmt7621.c165 * again. This SoC cannot talk to pamlbus devices in prom_soc_init()
170 * without this we cannot talk to pretty much anything in prom_soc_init()
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dwriting_usb_driver.rst23 custom protocol to talk to their device, so a custom driver usually
163 trying to talk to the device. The first function called will be open, as
250 talk to the device, the release function in the driver is called. In

12345678910>>...19