Home
last modified time | relevance | path

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

12345678910>>...26

/linux/fs/hpfs/
H A 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()
99 …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()
101 le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length), fsecno, in hpfs_add_sector_to_btree()
106 …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()
107 le32_add_cpu(&btree->u.external[n].length, 1); in hpfs_add_sector_to_btree()
[all …]
/linux/drivers/net/dsa/mv88e6xxx/
H A 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 …]
H A 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/drivers/scsi/
H A 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/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c209 struct xe_bo *bo, *external; in evict_test_run_tile() local
230 external = xe_bo_create_user(xe, NULL, 0x10000, in evict_test_run_tile()
233 if (IS_ERR(external)) { in evict_test_run_tile()
234 KUNIT_FAIL(test, "external bo create err=%pe\n", external); in evict_test_run_tile()
238 xe_bo_lock(external, false); in evict_test_run_tile()
239 err = xe_bo_pin_external(external, false, exec); in evict_test_run_tile()
240 xe_bo_unlock(external); in evict_test_run_tile()
282 if (!xe_bo_is_vram(external)) { in evict_test_run_tile()
305 xe_bo_lock(external, false); in evict_test_run_tile()
306 err = xe_bo_validate(external, NULL, false, exec); in evict_test_run_tile()
[all …]
/linux/Documentation/ABI/stable/
H A 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/drivers/gpu/drm/xe/
H A Dxe_bo_evict.c77 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.external, in xe_bo_notifier_prepare_all_pinned()
78 &xe->pinned.late.external, in xe_bo_notifier_prepare_all_pinned()
102 (void)xe_bo_apply_to_pinned(xe, &xe->pinned.late.external, in xe_bo_notifier_unprepare_all_pinned()
103 &xe->pinned.late.external, in xe_bo_notifier_unprepare_all_pinned()
170 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.external, in xe_bo_evict_all()
171 &xe->pinned.late.external, xe_bo_evict_pinned); in xe_bo_evict_all()
262 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.external, in xe_bo_restore_late()
263 &xe->pinned.late.external, in xe_bo_restore_late()
278 (void)xe_bo_apply_to_pinned(xe, &xe->pinned.late.external, in xe_bo_pci_dev_remove_pinned()
279 &xe->pinned.late.external, in xe_bo_pci_dev_remove_pinned()
[all …]
/linux/drivers/memory/tegra/
H A 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/Documentation/devicetree/bindings/clock/
H A 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>;
/linux/Documentation/devicetree/bindings/iio/adc/
H A 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/arch/arm64/boot/dts/marvell/
H A 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,
H A 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/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dvmm.c30 if (vmm->rm.external) { in r535_mmu_vaspace_del()
42 vmm->rm.external = false; in r535_mmu_vaspace_del()
53 r535_mmu_vaspace_new(struct nvkm_vmm *vmm, u32 handle, bool external) in r535_mmu_vaspace_new() argument
69 if (external) in r535_mmu_vaspace_new()
76 if (!external) { in r535_mmu_vaspace_new()
148 vmm->rm.external = true; in r535_mmu_vaspace_new()
/linux/Documentation/devicetree/bindings/regulator/
H A 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/scripts/
H A DMakefile.gcc-plugins21 gcc-plugin-external-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \
23 gcc-plugin-external-$(CONFIG_GCC_PLUGIN_STACKLEAK) \
28 GCC_PLUGIN := $(gcc-plugin-y) $(gcc-plugin-external-y)
/linux/Documentation/devicetree/bindings/net/dsa/
H A 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/Documentation/driver-api/
H A 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/drivers/media/usb/ttusb-dec/
H A 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/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Ddevlink_port.c28 bool external; in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set() local
33 external = mlx5_core_is_ecpf_esw_manager(dev); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
34 if (external) in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
40 devlink_port_attrs_pci_pf_set(dl_port, controller_num, pfnum, external); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
53 func_id, external); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
/linux/arch/xtensa/boot/dts/
H A 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/Documentation/networking/dsa/
H A 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
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c365 bool external = (ttm->page_flags & TTM_TT_FLAG_EXTERNAL) != 0; in vmw_ttm_populate() local
370 if (external && ttm->sg) in vmw_ttm_populate()
383 bool external = (ttm->page_flags & TTM_TT_FLAG_EXTERNAL) != 0; in vmw_ttm_unpopulate() local
385 if (external) in vmw_ttm_unpopulate()
405 bool external = bo->type == ttm_bo_type_sg; in vmw_ttm_tt_create() local
414 if (external) in vmw_ttm_tt_create()
417 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent || external) in vmw_ttm_tt_create()
/linux/arch/mips/boot/dts/loongson/
H A Dloongson64-2k1000.dtsi223 external-facing;
242 external-facing;
261 external-facing;
280 external-facing;
299 external-facing;
318 external-facing;
/linux/Documentation/hwmon/
H A Demc1403.rst68 (one internal, one external). EMC14x3 support three sensors (one internal,
69 two external), EMC14x4 support four sensors (one internal, three external),
70 and EMC14x8 support eight sensors (one internal, seven external).
/linux/arch/loongarch/
H A DMakefile92 KBUILD_CFLAGS_KERNEL += $(call cc-option,-fdirect-access-external-data)
93 KBUILD_AFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
94 KBUILD_CFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
128 KBUILD_RUSTFLAGS_KERNEL += -Zdirect-access-external-data=yes
129 KBUILD_RUSTFLAGS_MODULE += -Zdirect-access-external-data=no

12345678910>>...26