Searched refs:inform (Results 1 – 25 of 74) sorted by relevance
123
| /Linux-v5.10/scripts/dtc/ |
| D | dtc.c | 163 const char *inform = NULL; in main() local 183 inform = optarg; in main() 286 if (inform == NULL) in main() 287 inform = guess_input_format(arg, "dts"); in main() 291 if (streq(inform, "dts")) in main() 297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 299 if (streq(inform, "dts")) in main() 301 else if (streq(inform, "fs")) in main() 303 else if(streq(inform, "dtb")) in main() 306 die("Unknown input format \"%s\"\n", inform); in main() [all …]
|
| /Linux-v5.10/scripts/gcc-plugins/ |
| D | structleak_plugin.c | 155 inform(DECL_SOURCE_LOCATION(var), in initialize() 232 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
| D | randomize_layout_plugin.c | 29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) 955 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-test.txt | 21 To run just specific tests, inform test name fragments or the numbers obtained
|
| /Linux-v5.10/Documentation/networking/ |
| D | nfc.rst | 58 When registering on the NFC subsystem, the device driver must inform the core 119 must inform which protocol it wants to use.
|
| D | regulatory.rst | 75 The kernel will send a uevent to inform userspace a new 82 set they can inform the wireless core using regulatory_hint().
|
| D | xfrm_sync.rst | 167 In such a case XFRM_AE_CU flag is set to inform the user that 175 happened) is set to inform the user what happened.
|
| /Linux-v5.10/Documentation/pcmcia/ |
| D | devicetable.rst | 23 If the hash is incorrect, the kernel will inform you about this in "dmesg"
|
| /Linux-v5.10/net/ipv4/netfilter/ |
| D | nf_nat_snmp_basic.asn1 | 102 inform-request
|
| /Linux-v5.10/Documentation/devicetree/bindings/thermal/ |
| D | ti_soc_thermal.txt | 22 - gpios : this entry should be used to inform which GPIO
|
| /Linux-v5.10/Documentation/driver-api/pldmfw/ |
| D | driver-ops.rst | 47 The ``.flash_component`` operation is used to inform the device driver to
|
| /Linux-v5.10/Documentation/translations/ |
| D | index.rst | 33 inform the translation maintainer and - if you can - check also the English
|
| /Linux-v5.10/Documentation/admin-guide/pm/ |
| D | cpufreq_drivers.rst | 120 OS utilizes the PCC interface to inform platform firmware what frequency the 133 is used by the OS to inform the platform firmware that a command has been 177 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
|
| /Linux-v5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | sii902x.txt | 8 - interrupts: describe the interrupt line used to inform the host
|
| /Linux-v5.10/Documentation/usb/ |
| D | iuu_phoenix.rst | 67 - cdmode permit to setup the signal used to inform the userland ( ioctl answer )
|
| /Linux-v5.10/Documentation/driver-api/mmc/ |
| D | mmc-dev-attrs.rst | 64 2. To be able to inform the user of erase progress.
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | io-mapping.rst | 96 performs an IPI to inform all processors about the new mapping. This results
|
| /Linux-v5.10/Documentation/userspace-api/media/v4l/ |
| D | dev-sdr.rst | 78 data transfer, set by the driver in order to inform application.
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | gfs2-uevents.rst | 44 The other CHANGE uevent is used to inform of the completion
|
| /Linux-v5.10/Documentation/networking/devlink/ |
| D | devlink-flash.rst | 16 (usually ``/lib/firmware/``). Drivers may send status updates to inform
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-stratix10-rsu | 103 inform firmware the current software execution
|
| /Linux-v5.10/Documentation/RCU/ |
| D | lockdep-splat.rst | 76 is to inform RCU, perhaps by changing __cfq_exit_single_io_context() to
|
| /Linux-v5.10/Documentation/virt/kvm/ |
| D | s390-pv.rst | 106 The notification type intercepts inform KVM about guest environment
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | dell_rbu.rst | 41 inform the BIOS to enable the update in the next system reboot.
|
| /Linux-v5.10/Documentation/hwmon/ |
| D | pmbus.rst | 190 Labels are provided to inform the user about the sensor associated with
|
123