Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 2190) sorted by relevance

12345678910>>...88

/Linux-v5.4/arch/sh/kernel/cpu/sh2a/
Dex.S16 ! exception no 0 to 255
18 no = 0 define
22 mov #no,r1
23 no = no + 1 define
35 ! exception no 256 to 511
37 no = 0 define
41 mov #no,r1
42 no = no + 1 define
/Linux-v5.4/Documentation/filesystems/
Dlocking.rst39 d_revalidate: no no yes (ref-walk) maybe
40 d_weak_revalidate: no no yes no
41 d_hash no no no maybe
42 d_compare: yes no no maybe
43 d_delete: no yes no no
44 d_init: no no yes no
45 d_release: no no yes no
46 d_prune: no yes no no
47 d_iput: no no yes no
48 d_dname: no no no no
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm4 Contact: Bjørn Mork <bjorn@mork.no>
8 tx_max sized frames with no terminating short
25 Contact: Bjørn Mork <bjorn@mork.no>
44 Contact: Bjørn Mork <bjorn@mork.no>
60 Contact: Bjørn Mork <bjorn@mork.no>
72 Contact: Bjørn Mork <bjorn@mork.no>
92 Contact: Bjørn Mork <bjorn@mork.no>
101 Contact: Bjørn Mork <bjorn@mork.no>
108 Contact: Bjørn Mork <bjorn@mork.no>
115 Contact: Bjørn Mork <bjorn@mork.no>
[all …]
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dsm8150.dtsi176 no-map;
181 no-map;
186 no-map;
192 no-map;
197 no-map;
202 no-map;
208 no-map;
216 no-map;
221 no-map;
226 no-map;
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dmax98373.txt13 - maxim,vmon-slot-no : slot number used to send voltage information
18 - maxim,imon-slot-no : slot number used to send current information
21 - maxim,spkfb-slot-no : slot number used to send speaker feedback information
36 maxim,vmon-slot-no = <0>;
37 maxim,imon-slot-no = <1>;
38 maxim,spkfb-slot-no = <2>;
/Linux-v5.4/Documentation/media/uapi/v4l/
Dfunc-open.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
46 return the ``EAGAIN`` error code when no data is available or no
51 Other flags have no effect.
58 desired device name. This function has no side effects; all data format
73 The caller has no permission to access the device.
Dpixfmt-uv8.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
23 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
Dpixfmt-grey.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
23 which simply contains no Cb or Cr data.
Dvidioc-log-status.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
42 dealing with problems like no sound, no video and incorrectly tuned
Dasync.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
Dcapture-example.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
Dlibv4l.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
Dpixfmt-indexed.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
18 :ref:`Video Output Overlays <osd>` only. There are no ioctls to access
Dpixfmt-y10b.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
24 with no padding between them and with the most significant bits coming
/Linux-v5.4/arch/arm/plat-samsung/
Dinit.c106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() argument
114 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
116 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs()
130 nr_uarts = no; in s3c24xx_init_uartdevs()
134 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts() argument
142 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts()
/Linux-v5.4/scripts/kconfig/
Dsymbol.c24 .curr = { "n", no },
28 .curr = { "", no },
43 else if (modules_val == no) in sym_get_type()
83 if (prop->visible.tri != no) in sym_get_default_prop()
95 if (prop->visible.tri != no) in sym_get_range_prop()
178 tri = no; in sym_calc_visibility()
192 prop->visible.tri = no; in sym_calc_visibility()
196 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
214 tri = no; in sym_calc_visibility()
223 tri = no; in sym_calc_visibility()
[all …]
/Linux-v5.4/Documentation/networking/dsa/
Dsja1105.rst10 - SJA1105E: First generation, no TTEthernet
12 - SJA1105P: Second generation, no TTEthernet, no SGMII
13 - SJA1105Q: Second generation, TTEthernet, no SGMII
14 - SJA1105R: Second generation, no TTEthernet, SGMII
32 Schedule no no
33 Schedule entry points if Scheduling no
34 VL Lookup no no
35 VL Policing if VL Lookup no
36 VL Forwarding if VL Lookup no
37 L2 Lookup no no
[all …]
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_eeprom.c13 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) in _rtl92e_gpio_write_bit() argument
18 reg |= 1 << no; in _rtl92e_gpio_write_bit()
20 reg &= ~(1 << no); in _rtl92e_gpio_write_bit()
26 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) in _rtl92e_gpio_get_bit() argument
30 return (reg >> no) & 0x1; in _rtl92e_gpio_get_bit()
/Linux-v5.4/arch/sh/kernel/cpu/sh2/
Dex.S16 no = 0 define
20 mov #no,r1
21 no = no + 1 define
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dmax8925_battery.txt8 - no-temp-support: whether support temperature protection detect
9 - no-insert-detect: whether support insert detect
16 no-temp-support = <0>;
17 no-insert-detect = <0>;
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfe-set-frontend-tune-mode.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
42 there will be no automatic monitoring of the lock status, and
43 hence no frontend events will be generated. If a frontend device
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-func-open.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
44 will return the ``EAGAIN`` error code when no message or event is available, and
50 Other flags have no effect.
57 desired device name. The function has no side effects; the device
Dcec-header.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-header.rst4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dcommon.h20 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
34 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
48 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
63 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
91 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);

12345678910>>...88