/Linux-v5.4/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 16 ! 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/ |
D | locking.rst | 39 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/ |
D | sysfs-class-net-cdc_ncm | 4 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/ |
D | sm8150.dtsi | 176 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/ |
D | max98373.txt | 13 - 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/ |
D | func-open.rst | 4 .. 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.
|
D | pixfmt-uv8.rst | 4 .. 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)
|
D | pixfmt-grey.rst | 4 .. 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.
|
D | vidioc-log-status.rst | 4 .. 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
|
D | async.rst | 4 .. 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
|
D | capture-example.rst | 4 .. 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
|
D | libv4l.rst | 4 .. 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
|
D | pixfmt-indexed.rst | 4 .. 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
|
D | pixfmt-y10b.rst | 4 .. 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/ |
D | init.c | 106 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/ |
D | symbol.c | 24 .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/ |
D | sja1105.rst | 10 - 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/ |
D | rtl_eeprom.c | 13 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/ |
D | ex.S | 16 no = 0 define 20 mov #no,r1 21 no = no + 1 define
|
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
D | max8925_battery.txt | 8 - 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/ |
D | fe-set-frontend-tune-mode.rst | 4 .. 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/ |
D | cec-func-open.rst | 4 .. 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
|
D | cec-header.rst | 4 .. 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/ |
D | lirc-header.rst | 4 .. 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/ |
D | common.h | 20 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);
|