Home
last modified time | relevance | path

Searched full:emitter (Results 1 – 12 of 12) sorted by relevance

/linux/scripts/dtc/
H A Dyamltree.c21 [YAML_EMITTER_ERROR] = "emitter error",
24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
26 if (!yaml_emitter_emit(emitter, event)) \
28 yaml_error_name[(emitter)->error], \
29 (emitter)->problem, __func__, __LINE__); \
32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() argument
51 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
89 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
93 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
96 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() argument
[all …]
H A Dflattree.c35 struct emitter { struct
92 static struct emitter bin_emitter = {
211 static struct emitter asm_emitter = {
236 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c474 pthread_t emitter; in TEST() local
490 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST()
498 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST()
499 pthread_kill(emitter, SIGUSR1); in TEST()
500 pthread_join(emitter, NULL); in TEST()
517 pthread_t emitter; in TEST() local
533 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST()
541 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST()
542 pthread_kill(emitter, SIGUSR1); in TEST()
543 pthread_join(emitter, NULL); in TEST()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst77 * - __u8 Emitter mode (v3 only) (__u32 Laser mode for v1) [8_]
157 0x00000080 Emitter mode
236 "Laser" has been renamed to "Emitter" as there are multiple technologies for
238 "LED Power" for extra emitter.
241 1 __u8 Emitter mode
/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dvishay,vcnl3020.yaml7 title: Integrated Proximity Sensor With Infrared Emitter
14 that the infrared emitter is included in the package. It has 16-bit
/linux/Documentation/driver-api/media/
H A Drc-core.rst29 system to support the infrared protocol used by the emitter.
31 The infrared transmission is done by blinking a infrared emitter using a
/linux/include/dt-bindings/gpio/
H A Dgpio.h27 * Open Source/Emitter is the combination of single-ended open source interface.
/linux/include/linux/platform_data/
H A Dtsl2772.h61 * @prox_pulse_count: Number if proximity emitter pulses.
/linux/include/linux/pinctrl/
H A Dpinconf-generic.h60 * (open emitter). Setting this config will enable open source mode, the
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-sei610.dts165 /* Used by Tuner, RGB Led & IR Emitter LED array */
/linux/include/linux/
H A Dusb.h205 * @wireless_status: if the USB device uses a receiver/emitter combo, whether
206 * the emitter is connected.
/linux/drivers/media/rc/
H A Dwinbond-cir.c65 #define WBCIR_REG_ECEIR_IREM 0x04 /* Infrared Emitter Status */