/linux-6.12.1/scripts/dtc/ |
D | dtc.c | 167 const char *inform = NULL; in main() local 187 inform = optarg; in main() 295 if (inform == NULL) in main() 296 inform = guess_input_format(arg, "dts"); in main() 300 if (streq(inform, "dts")) in main() 306 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 308 if (streq(inform, "dts")) in main() 310 else if (streq(inform, "fs")) in main() 312 else if(streq(inform, "dtb")) in main() 315 die("Unknown input format \"%s\"\n", inform); in main() [all …]
|
/linux-6.12.1/include/linux/soc/qcom/ |
D | qmi.h | 133 * @new_server: inform client of a new_server lookup-result, returning 138 * @del_server: inform client of a del_server lookup-result 139 * @net_reset: inform client that the name service was restarted and 143 * @bye: inform a client that all clients from a node are gone 144 * @del_client: inform a client that a particular client is gone
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu_v13_0_1_ppsmc.h | 69 #define PPSMC_MSG_AllowGfxOff 0x19 ///< Inform PMFW of allowing GFXOFF entry 70 #define PPSMC_MSG_DisallowGfxOff 0x1A ///< Inform PMFW of disallowing GFXOFF entry 81 #define PPSMC_MSG_AllowZstates 0x25 ///< Inform PMFM of allowing Zstate entry, i.e… 82 #define PPSMC_MSG_DisallowZstates 0x26 ///< Inform PMFW of disallowing Zstate entry, …
|
D | smu_v13_0_4_ppsmc.h | 80 #define PPSMC_MSG_AllowGfxOff 0x19 ///< Inform PMFW of allowing GFXOFF entry 81 #define PPSMC_MSG_DisallowGfxOff 0x1A ///< Inform PMFW of disallowing GFXOFF entry 94 #define PPSMC_MSG_AllowZstates 0x25 ///< Inform PMFM of allowing Zstate entry, i.e…
|
D | smu_v14_0_0_ppsmc.h | 78 #define PPSMC_MSG_AllowGfxOff 0x19 ///< Inform PMFW of allowing GFXOFF entry 79 #define PPSMC_MSG_DisallowGfxOff 0x1A ///< Inform PMFW of disallowing GFXOFF entry 90 #define PPSMC_MSG_AllowZstates 0x25 ///< Inform PMFM of allowing Zstate entry, i.e…
|
D | smu_v13_0_5_ppsmc.h | 57 #define PPSMC_MSG_AllowGfxOff 22 ///< Inform PMFW of allowing GFXOFF entry 58 #define PPSMC_MSG_DisallowGfxOff 23 ///< Inform PMFW of disallowing GFXOFF entry
|
/linux-6.12.1/kernel/ |
D | context_tracking.c | 194 * ct_nmi_exit - inform RCU of exit from NMI context 247 * ct_nmi_enter - inform RCU of entry to NMI context 307 * ct_idle_enter - inform RCU that current CPU is entering idle 325 * ct_idle_exit - inform RCU that current CPU is leaving idle 344 * ct_irq_enter - inform RCU that current CPU is entering irq away from idle 372 * ct_irq_exit - inform RCU that current CPU is exiting irq towards idle 458 * __ct_user_enter - Inform the context tracking that the CPU is going 597 * __ct_user_exit - Inform the context tracking that the CPU is
|
/linux-6.12.1/include/media/ |
D | dvb_frontend.h | 190 * @suspend: callback function used to inform that the Kernel will 192 * @resume: callback function used to inform that the Kernel is 194 * @set_params: callback function used to inform the tuner to tune 285 * @set_params: callback function used to inform the demod to set the 367 * @suspend: callback function used to inform that the Kernel will 369 * @resume: callback function used to inform that the Kernel is 377 * @set_frontend: callback function used to inform the demod to set the 384 * @get_frontend: callback function used to inform the parameters 687 * @exit: Used to inform the DVB core that the frontend
|
/linux-6.12.1/drivers/net/wwan/iosm/ |
D | iosm_ipc_imem.h | 324 * @ev_irq_pending: 0 means inform the IPC tasklet to 328 * @ev_mux_net_transmit_pending:0 means inform the IPC tasklet to pass 408 * ipc_imem_pm_resume - The HAL shall inform the shared memory layer 415 * ipc_imem_cleanup - Inform CP and free the shared memory resources. 578 * ipc_imem_devlink_trigger_chip_info - Inform devlink that the chip
|
/linux-6.12.1/include/rdma/ |
D | rdma_vt.h | 260 * Inform the driver the particular qp in question has been reset so 289 * Inform the driver a qp has went to error state. 329 /* Called to inform the driver that all qps should now be freed. */ 335 /* Inform the driver a new AH has been created */
|
/linux-6.12.1/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 | 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-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_mux.h | 95 * @on_new_packets_available_cb: A callback to inform of new TS packets ready. 148 * @on_new_packets_available_cb: A callback to inform of new TS packets ready.
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 599 * The host sets this bit to inform the Wlan 606 * The host sets this bit to inform the FW 619 * The host sets this bit to inform the FW 626 * The host sets this bit to inform the Wlan
|
/linux-6.12.1/drivers/platform/x86/intel/int1092/ |
D | Kconfig | 6 providing information to userspace application that will inform the Intel
|
/linux-6.12.1/include/linux/hsi/ |
D | hsi.h | 216 * @start_tx: Callback to inform that a client wants to TX data 217 * @stop_tx: Callback to inform that a client no longer wishes to TX data 218 * @release: Callback to inform that a client no longer uses the port
|
/linux-6.12.1/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-6.12.1/include/linux/ |
D | hidden.h | 14 * Fortunately, there is a way to inform the compiler that such symbol
|
/linux-6.12.1/include/linux/platform_data/ |
D | i2c-omap.h | 11 * unit on the OMAP3530, so we must inform the driver which IP
|
/linux-6.12.1/drivers/staging/greybus/ |
D | audio_module.c | 342 /* inform above layer for uevent */ in gb_audio_probe() 343 dev_dbg(dev, "Inform set_event:%d to above layer\n", 1); in gb_audio_probe() 396 /* inform uevent to above layers */ in gb_audio_disconnect()
|
/linux-6.12.1/arch/parisc/kernel/ |
D | pdc_chassis.c | 87 * As soon as a panic occurs, we should inform the PDC. 110 * As soon as a reboot occurs, we should inform the PDC.
|
/linux-6.12.1/Documentation/pcmcia/ |
D | devicetable.rst | 23 If the hash is incorrect, the kernel will inform you about this in "dmesg"
|
/linux-6.12.1/scripts/gcc-plugins/ |
D | structleak_plugin.c | 149 inform(DECL_SOURCE_LOCATION(var), in initialize() 225 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-test.txt | 21 To run just specific tests, inform test name fragments or the numbers obtained
|
/linux-6.12.1/drivers/net/ipa/ |
D | ipa_uc.h | 48 * Notifier function called when the system crashes, to inform the
|