Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/
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, char *data, int len, … in yaml_propval_int() argument
50 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
88 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
92 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
95 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() argument
[all …]
Dflattree.c35 struct emitter { struct
92 static struct emitter bin_emitter = {
210 static struct emitter asm_emitter = {
235 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c459 pthread_t emitter; in TEST() local
475 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST()
483 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST()
484 pthread_kill(emitter, SIGUSR1); in TEST()
485 pthread_join(emitter, NULL); in TEST()
502 pthread_t emitter; in TEST() local
518 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST()
526 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST()
527 pthread_kill(emitter, SIGUSR1); in TEST()
528 pthread_join(emitter, NULL); in TEST()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/
Dvishay,vcnl3020.yaml7 title: Integrated Proximity Sensor With Infrared Emitter
14 that the infrared emitter is included in the package. It has 16-bit
/kernel/linux/linux-5.10/Documentation/driver-api/media/
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
/kernel/linux/linux-5.10/include/dt-bindings/gpio/
Dgpio.h27 * Open Source/Emitter is the combination of single-ended open source interface.
/kernel/linux/linux-5.10/include/linux/platform_data/
Dtsl2772.h61 * @prox_pulse_count: Number if proximity emitter pulses.
/kernel/linux/linux-5.10/include/linux/pinctrl/
Dpinconf-generic.h55 * (open emitter). Setting this config will enable open source mode, the
/kernel/linux/linux-5.10/arch/arm64/boot/dts/amlogic/
Dmeson-sm1-sei610.dts166 /* Used by Tuner, RGB Led & IR Emitter LED array */
/kernel/linux/linux-5.10/drivers/media/rc/
Dwinbond-cir.c65 #define WBCIR_REG_ECEIR_IREM 0x04 /* Infrared Emitter Status */