Home
last modified time | relevance | path

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

12345678910>>...36

/Linux-v5.15/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-v5.15/drivers/memory/tegra/
DKconfig21 Tegra20 chips. The EMC controls the external DRAM on the board.
23 external memory.
32 Tegra30 chips. The EMC controls the external DRAM on the board.
34 external memory.
44 Tegra124 chips. The EMC controls the external DRAM on the board.
46 external memory.
58 Tegra210 chips. The EMC controls the external DRAM on the board.
60 external memory.
/Linux-v5.15/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-v5.15/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 */
Drockchip,rk3368-cru.txt33 - "ext_i2s" - external I2S clock - optional,
34 - "ext_gmac" - external GMAC clock - optional
35 - "ext_hsadc" - external HSADC clock - optional,
36 - "ext_isp" - external ISP clock - optional,
37 - "ext_jtag" - external JTAG clock - optional
38 - "ext_vip" - external VIP clock - optional,
Drockchip,rk3288-cru.txt39 - "ext_i2s" - external I2S clock - optional,
40 - "ext_hsadc" - external HSADC clock - optional,
41 - "ext_edp_24m" - external display port clock - optional,
42 - "ext_vip" - external VIP clock - optional,
43 - "ext_isp" - external ISP clock - optional,
44 - "ext_jtag" - external JTAG clock - optional
Drockchip,rv1108-cru.txt32 - "ext_vip" - external VIP clock - optional
33 - "ext_i2s" - external I2S clock - optional
34 - "ext_gmac" - external GMAC clock - optional
35 - "hdmiphy" - external clock input derived from HDMI PHY - optional
36 - "usbphy" - external clock input derived from USB PHY - optional
Dvf610-clock.txt9 - clocks: list of clock identifiers which are external input clocks to the
16 - sxosc (external crystal oscillator 32KHz, recommended)
17 - fxosc (external crystal oscillator 24MHz, recommended)
/Linux-v5.15/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 …]
/Linux-v5.15/Documentation/admin-guide/media/
Ddavinci-vpbe.rst18 Loads up VENC, OSD and external encoders such as ths8200. It provides
20 in the VENC or external sub devices. It also provides
22 using sub device ops. The connection of external encoders to VENC LCD
27 When connected to an external encoder, vpbe controller is also responsible
28 for setting up the interface between VENC and external encoders based on
30 interfacing external encoders such as ths8200. The setup_if_config()
33 patch series, the interconnection and enabling and setting of the external
39 setting timings at LCD controller port when external encoders are connected
40 at the port or LCD panel timings required. When external encoder/LCD panel
52 support for external encoders and displays forms a part of the next
/Linux-v5.15/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-v5.15/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>;
Dfsl,ls-extirq.txt1 * Freescale Layerscape external IRQs
5 the polarity of certain external interrupt lines.
15 external interrupt line. The second element is the trigger type.
21 - interrupt-map: Specifies the mapping from external interrupts to GIC
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-v5.15/Documentation/devicetree/bindings/watchdog/
Daspeed-wdt.txt38 - aspeed,external-signal: If property is present then signal is sent to
39 external reset counter (only WDT1 and WDT2). If not
40 specified no external signal is sent.
44 - aspeed,ext-push-pull: If aspeed,external-signal is present, set the pin's
46 - aspeed,ext-active-high: If aspeed,external-signal is present and and the pin
56 aspeed,external-signal;
/Linux-v5.15/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-v5.15/arch/arm64/boot/dts/nvidia/
Dtegra210-p2371-2180.dts157 /* Placeholder for external Codec */
183 /* Placeholder for external Codec */
209 /* Placeholder for external Codec */
235 /* Placeholder for external Codec */
261 /* Placeholder for external Codec */
286 /* Placeholder for external Codec */
311 /* Placeholder for external Codec */
336 /* Placeholder for external Codec */
/Linux-v5.15/Documentation/devicetree/bindings/net/dsa/
Dmt7530.txt44 1. GMAC5: GMAC5 can interface with another external MAC or PHY.
45 2. PHY of port 0 or port 4: PHY interfaces with an external MAC like 2nd GMAC
49 connected to external component!
52 1. Port 5 is disabled and isolated: An external phy can interface to the 2nd
55 GMAC and an optional external phy. Mind the GPIO/pinctl settings of the SOC!
59 3. Port 5 is muxed to GMAC5 and can interface to an external phy.
61 Only works on platform where external phy TX<->RX lines are swapped.
66 Depending on how the external PHY is wired:
68 2. swapped: RGMII TX, RX are swapped; external phy interface with the switch as
241 Example 3: MT7621: Port 5 is connected to external PHY: Port 5 -> external PHY.
Dlan9303.txt53 port@1 { /* external port 1 */
58 port@2 { /* external port 2 */
90 port@1 { /* external port 1 */
95 port@2 { /* external port 2 */
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dsamsung-pinctrl.txt34 - First base address is for GPAx and GPF[1-5] external interrupt
120 The controller supports two types of external interrupts over gpio. The first
121 is the external gpio interrupt and second is the external wakeup interrupts.
122 The difference between the two is that the external wakeup interrupts can be
125 A. External GPIO Interrupts: For supporting external gpio interrupts, the
136 - First Cell: represents the external gpio interrupt number local to the
137 external gpio interrupt space of the controller.
145 B. External Wakeup Interrupts: For supporting external wakeup interrupts, a
146 child node representing the external wakeup interrupt controller should be
149 Only one pin-controller device node can include external wakeup interrupts
[all …]
/Linux-v5.15/Documentation/kbuild/
Dmodules.rst47 in building out-of-tree (or "external") modules. The author of an
48 external module should supply a makefile that hides most of the
57 To build external modules, you must have a prebuilt kernel available
66 building external modules.
75 The command to build an external module is::
79 The kbuild system knows that an external module is being built
104 Informs kbuild that an external module is being built.
106 directory where the external module (kbuild file) is
112 When building an external module, only a subset of the "make"
125 The default target for external modules. It has the
[all …]
/Linux-v5.15/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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
Ddevlink_port.c31 bool external; in mlx5_esw_dl_port_alloc() local
40 external = mlx5_core_is_ecpf_esw_manager(dev); in mlx5_esw_dl_port_alloc()
41 if (external) in mlx5_esw_dl_port_alloc()
53 devlink_port_attrs_pci_pf_set(dl_port, controller_num, pfnum, external); in mlx5_esw_dl_port_alloc()
58 vport_num - 1, external); in mlx5_esw_dl_port_alloc()
/Linux-v5.15/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 */

12345678910>>...36