Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev26 Signal the link state of the named network device.
31 of the named network device.
40 Signal transmission of data on the named network device.
55 Signal reception of data on the named network device.
83 Signal the link speed state of 10Mbps of the named network device.
88 speed of 10MBps of the named network device.
91 Present only if the named network device supports 10Mbps link speed.
98 Signal the link speed state of 100Mbps of the named network device.
103 speed of 100Mbps of the named network device.
106 Present only if the named network device supports 100Mbps link speed.
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_enumval.c49 enum named_enum named = 0; in test_core_enumval() local
52 out->named_val1_exists = bpf_core_enum_value_exists(named, NAMED_ENUM_VAL1); in test_core_enumval()
60 out->named_val1 = bpf_core_enum_value(named, NAMED_ENUM_VAL1); in test_core_enumval()
61 out->named_val2 = bpf_core_enum_value(named, NAMED_ENUM_VAL2); in test_core_enumval()
/linux/rust/syn/
H A Ddata.rs56 pub named: Punctuated<Field, Token![,]>,
76 Fields::Named(f) => f.named.iter(), in iter()
87 Fields::Named(f) => f.named.iter_mut(), in iter_mut()
96 Fields::Named(f) => f.named.len(), in len()
105 Fields::Named(f) => f.named.is_empty(), in is_empty()
159 Fields::Named(f) => f.named.into_iter(), in into_iter()
307 named: content.parse_terminated(Field::parse_named, Token![,])?, in parse()
400 self.named.to_tokens(tokens); in to_tokens()
/linux/Documentation/devicetree/bindings/sound/
H A Dsirf-audio-port.txt11 named "tx") and one for reception (should be named "rx").
H A Dmvebu-audio.txt12 region (named "i2s_regs").
15 (named "pll_regs") and the second one ("soc_ctrl") - for register
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm53016-dlink-dwl-8610ap.dts111 /* This is named nflash1.trx in CFE */
118 /* This is named nflash1.trx2 in CFE */
125 /* This is named nflash1.rwfs in CFE */
H A Dbcm2835-rpi-cm1-io1.dts16 * "FOO" = GPIO line named "FOO" on the schematic
17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-cm3-io3.dts16 * "FOO" = GPIO line named "FOO" on the schematic
17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-zero.dts28 * "FOO" = GPIO line named "FOO" on the schematic
29 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-a.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2836-rpi-2-b.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-rev2.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-2-b.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-plus.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-a-plus.dts24 * "FOO" = GPIO line named "FOO" on the schematic
25 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2837-rpi-zero-2-w.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-zero-w.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
/linux/drivers/acpi/acpica/
H A Ddbutils.c354 method->named.data; in acpi_db_second_pass_parse()
357 method->named.data + method->named.length; in acpi_db_second_pass_parse()
/linux/Documentation/devicetree/bindings/spi/
H A Dmicrochip,spi-pic32.txt18 named "spi-tx" for transmit and named "spi-rx" for receive.
/linux/Documentation/admin-guide/gpio/
H A Dgpio-mockup.rst42 GPIO lines exposed by it should be named.
51 The directory is named after the chip's label. A symlink is also created, named
/linux/Documentation/networking/
H A Dnetif-msg.rst34 Initially this message level variable was uniquely named in each driver
56 - Adding a per-interface private variable named "msg_enable". The
76 The set of message levels is named
/linux/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst19 Detected devices will appear as ATM devices named "cxacru". In /sys/class/atm/
20 these are directories named cxacruN where N is the device number. A symlink
21 named device points to the USB interface device's directory which contains
/linux/Documentation/i2c/busses/
H A Di2c-sis630.rst21 This can be interesting for chipsets not named
36 named chipsets.
/linux/Documentation/admin-guide/perf/
H A Darm-cmn.rst23 PMU devices will be named arm_cmn_{1..n}.
32 named "rnid_*".
39 register. The event templates are named with prefixes to cover all

12345678910>>...13