Home
last modified time | relevance | path

Searched refs:external (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_bo.c196 struct xe_bo *bo, *external; in evict_test_run_tile() local
216 external = xe_bo_create_user(xe, NULL, NULL, 0x10000, in evict_test_run_tile()
219 if (IS_ERR(external)) { in evict_test_run_tile()
220 KUNIT_FAIL(test, "external bo create err=%pe\n", external); in evict_test_run_tile()
224 xe_bo_lock(external, false); in evict_test_run_tile()
225 err = xe_bo_pin_external(external); in evict_test_run_tile()
226 xe_bo_unlock(external); in evict_test_run_tile()
269 if (!xe_bo_is_vram(external)) { in evict_test_run_tile()
292 xe_bo_lock(external, false); in evict_test_run_tile()
293 err = xe_bo_validate(external, NULL, false); in evict_test_run_tile()
[all …]
/linux-6.12.1/fs/hpfs/
Danode.c38 if (le32_to_cpu(btree->u.external[i].file_secno) <= sec && in hpfs_bplus_lookup()
39 … le32_to_cpu(btree->u.external[i].file_secno) + le32_to_cpu(btree->u.external[i].length) > sec) { in hpfs_bplus_lookup()
40 …a = le32_to_cpu(btree->u.external[i].disk_secno) + sec - le32_to_cpu(btree->u.external[i].file_sec… in hpfs_bplus_lookup()
47 hpfs_inode->i_file_sec = le32_to_cpu(btree->u.external[i].file_secno); in hpfs_bplus_lookup()
48 hpfs_inode->i_disk_sec = le32_to_cpu(btree->u.external[i].disk_secno); in hpfs_bplus_lookup()
49 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup()
98 …if (le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length) != fse… in hpfs_add_sector_to_btree()
100 le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length), fsecno, in hpfs_add_sector_to_btree()
105 …s_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btree->u.ex… in hpfs_add_sector_to_btree()
106 le32_add_cpu(&btree->u.external[n].length, 1); in hpfs_add_sector_to_btree()
[all …]
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dglobal2.c634 bool external, bool c45, u16 op, int dev, in mv88e6xxx_g2_smi_phy_access() argument
639 if (external) in mv88e6xxx_g2_smi_phy_access()
657 bool external, u16 op, int dev, in mv88e6xxx_g2_smi_phy_access_c22() argument
660 return mv88e6xxx_g2_smi_phy_access(chip, external, false, op, dev, reg); in mv88e6xxx_g2_smi_phy_access_c22()
665 bool external, int dev, int reg, in mv88e6xxx_g2_smi_phy_read_data_c22() argument
675 err = mv88e6xxx_g2_smi_phy_access_c22(chip, external, op, dev, reg); in mv88e6xxx_g2_smi_phy_read_data_c22()
684 bool external, int dev, int reg, in mv88e6xxx_g2_smi_phy_write_data_c22() argument
698 return mv88e6xxx_g2_smi_phy_access_c22(chip, external, op, dev, reg); in mv88e6xxx_g2_smi_phy_write_data_c22()
702 bool external, u16 op, int port, in mv88e6xxx_g2_smi_phy_access_c45() argument
705 return mv88e6xxx_g2_smi_phy_access(chip, external, true, op, port, dev); in mv88e6xxx_g2_smi_phy_access_c45()
[all …]
Dglobal2_scratch.c252 bool external) in mv88e6390_g2_scratch_gpio_set_smi() argument
283 external = !external; in mv88e6390_g2_scratch_gpio_set_smi()
285 if (external) in mv88e6390_g2_scratch_gpio_set_smi()
306 bool external) in mv88e6393x_g2_scratch_gpio_set_smi() argument
316 if (external) in mv88e6393x_g2_scratch_gpio_set_smi()
/linux-6.12.1/drivers/scsi/
Dscript_asm.pl189 @external = (); # Array of external names
427 foreach $external (split (/,/,$externals)) {
428 if ($external =~ /\s*($identifier)\s*$/) {
429 $external = $1;
430 push (@external, $external);
431 delete $forward{$external};
432 if (defined($symbol_values{$external})) {
435 $symbol_values{$external} = $external;
436 print STDERR "defined external $1 to $external\n" if ($debug_external);
440 expected <identifier>, got $external
[all …]
/linux-6.12.1/Documentation/ABI/stable/
Dsysfs-driver-firmware-zynqmp126 temperature and external watchdog. Here, the external watchdog
127 is completely different than the /dev/watchdog as the external
129 the health of firmware not APU(Linux). Also, the external
138 the external watchdog feature.
140 external watchdog feature.
158 Select external watchdog config ID to enable/disable feature
161 Check external watchdog config ID is selected or not
165 Select external watchdog config ID to configure time interval
168 Check external watchdog config ID is selected or not
183 external watchdog. Here, the external watchdog is completely
[all …]
/linux-6.12.1/drivers/memory/tegra/
DKconfig22 Tegra20 chips. The EMC controls the external DRAM on the board.
24 external memory.
34 Tegra30 chips. The EMC controls the external DRAM on the board.
36 external memory.
46 Tegra124 chips. The EMC controls the external DRAM on the board.
48 external memory.
60 Tegra210 chips. The EMC controls the external DRAM on the board.
62 external memory.
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dclk-palmas-clk32kg-clocks.txt13 - ti,external-sleep-control: The external enable input pins controlled the
14 enable/disable of clocks. The external enable input pins ENABLE1,
15 ENABLE2 and NSLEEP. The valid values for the external pins are:
21 The macros of external control pins for DTS is defined at
32 ti,external-sleep-control = <PALMAS_EXT_CONTROL_PIN_NSLEEP>;
Dnuvoton,npcm750-clk.txt11 clk_rg1refck, clk_rg2refck and clk_xin are external clocks suppling the
40 Example: Required external clocks for network:
42 /* external reference clock */
50 /* external reference clock for cpu. float in normal operation */
58 /* external reference clock for MC. float in normal operation */
66 /* external clock signal rg1refck, supplied by the phy */
74 /* external clock signal rg2refck, supplied by the phy */
Dvf610-clock.txt9 - clocks: list of clock identifiers which are external input clocks to the
12 - clock-names: list of names of clocks which are external input clocks to the
16 - sxosc (external crystal oscillator 32KHz, recommended)
17 - fxosc (external crystal oscillator 24MHz, recommended)
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dxilinx-xadc.txt37 - xlnx,external-mux:
38 * "none": No external multiplexer is used, this is the default
44 - xlnx,external-mux-channel: Configures which pair of pins is used to
45 sample data in external mux mode.
46 Valid values for single external multiplexer mode are:
52 Valid values for dual external multiplexer mode are:
59 external multiplexer mode (either single or dual). If the device is
60 not using external multiplexer mode the property is ignored.
61 - xnlx,channels: List of external channels that are connected to the ADC
66 The child nodes of this node represent the external channels which are
[all …]
/linux-6.12.1/arch/arm64/boot/dts/marvell/
Dac5x-rd-carrier.dtsi6 * This specific board in external mode (see below) only maintains
12 * the box to "external" mode, and connect via an external cable a kit
13 * which would allow it to use an external CPU COM Express module,
16 * So in this case, once the switch is set to external mode as explained above,
22 * When the board boots in the external CPU mode, the internal CPU is disabled,
Dac5x-rd-carrier-cn9131.dts7 * This specific carrier board in this mode of operation (external)
11 * AC5X RD works here in external mode (switch selectable at the back of the
12 * board), and connect via an external cable a kit
13 * which would allow it to use an external CN9131 CPU COM Express module,
16 * So in this case, once the switch is set to external mode as explained above,
19 * When the board boots in the external CPU mode, the internal CPU is disabled,
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dmicrochip,pic32-evic.txt5 It handles all internal and external interrupts. This controller exists outside
9 External interrupts have a software configurable edge polarity. Non external
28 IRQ_TYPE_LEVEL_HIGH for persistent interrupts. For external interrupts use
33 - microchip,external-irqs: u32 array of external interrupts with software
45 microchip,external-irqs = <3 8 13 18 23>;
Dcdns,xtensa-pic.txt10 specifies whether it's internal (0) or external (1).
11 Periferals are usually connected to a fixed external IRQ, but for different
21 * second cell == 1: external irq number
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dlp872x.txt10 bit[2]: BUCK output voltage control by external DVS pin or register
11 1 = external pin, 0 = bit7 of register 08h
12 bit[1]: sleep control by external DVS pin or register
13 1 = external pin, 0 = bit6 of register 08h
20 bit[2]: BUCK1 output voltage control by external DVS pin or register
28 - ti,dvs-gpio: GPIO specifier for external DVS pin control of LP872x devices.
49 /* external DVS pin used, timestep is 25usec */
/linux-6.12.1/Documentation/kbuild/
Dmodules.rst18 in building out-of-tree (or "external") modules. The author of an
19 external module should supply a makefile that hides most of the
28 To build external modules, you must have a prebuilt kernel available
37 building external modules.
46 The command to build an external module is::
50 The kbuild system knows that an external module is being built
73 artifacts used for building an external module.
78 Informs kbuild that an external module is being built.
80 directory where the external module (kbuild file) is
86 When building an external module, only a subset of the "make"
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/net/dsa/
Dlan9303.txt52 port@1 { /* external port 1 */
57 port@2 { /* external port 2 */
88 port@1 { /* external port 1 */
93 port@2 { /* external port 2 */
/linux-6.12.1/Documentation/driver-api/
Dptp.rst10 programs, synchronizing Linux with external clocks, and using the
24 - Time stamp external events
36 driver of asynchronous events (alarms and external time stamps) via
97 - 2 Time stamp external triggers, programmable polarity (opt. interrupt)
106 - GPIO inputs can time stamp external triggers
120 - Programmable inputs can time stamp external triggers
130 GPIO which can time stamp external triggers and one GPIO to produce
133 configured to either time stamp external triggers or produce
/linux-6.12.1/drivers/media/usb/ttusb-dec/
DKconfig7 Support for external USB adapters designed by Technotrend and
13 an external software decoder to watch TV on your computer.
15 This driver needs external firmware. Please use the commands
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/esw/
Ddevlink_port.c31 bool external; in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set() local
36 external = mlx5_core_is_ecpf_esw_manager(dev); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
37 if (external) in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
43 devlink_port_attrs_pci_pf_set(dl_port, controller_num, pfnum, external); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
48 vport_num - 1, external); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
/linux-6.12.1/arch/xtensa/boot/dts/
Dxtfpga.dtsi31 * second cell == 1: external irq number
65 interrupts = <0 1>; /* external irq 0 */
73 interrupts = <1 1>; /* external irq 1 */
82 interrupts = <2 1>; /* external irq 2 */
/linux-6.12.1/scripts/
DMakefile.gcc-plugins55 gcc-plugin-external-$(CONFIG_GCC_PLUGIN_SANCOV) \
57 gcc-plugin-external-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \
62 GCC_PLUGIN := $(gcc-plugin-y) $(gcc-plugin-external-y)
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
18 -ti,hs_extmute_gpio: Use external GPIO to control the external mute
/linux-6.12.1/Documentation/networking/dsa/
Dbcm_sf2.rst17 - quad external Gigabit PHY w/ MDIO multiplexer
19 - several external MII/RevMII/GMII/RGMII interfaces
30 - ``SWITCH_REG``: external interfaces switch register
31 - ``SWITCH_MDIO``: external MDIO bus controller (there is another one in SWITCH_CORE,
69 Due to a limitation in how Broadcom switches have been designed, external
72 an external switch pseudo-PHY address will both be snooping for incoming MDIO
75 selectively divert reads and writes towards external Broadcom switches

12345678910>>...37