/linux/scripts/dtc/ |
H A D | dtc.c | 167 const char *inform = NULL; in main() local 187 inform = optarg; in main() 297 if (inform == NULL) in main() 298 inform = guess_input_format(arg, "dts"); in main() 302 if (streq(inform, "dts")) in main() 308 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 310 if (streq(inform, "dts")) in main() 312 else if (streq(inform, "fs")) in main() 314 else if(streq(inform, "dtb")) in main() 317 die("Unknown input format \"%s\"\n", inform); in main() [all...] |
/linux/include/linux/soc/qcom/ |
H A 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/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A 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, …
|
H A 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…
|
H A 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/include/media/ |
H A 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/drivers/net/wwan/iosm/ |
H A 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
|
H A D | iosm_ipc_pm.c | 259 /* Inform the PM that the device link can go down. */ in ipc_pm_dev_slp_notification() 274 /* Inform the PM that the device link is active. */ in ipc_pm_dev_slp_notification()
|
/linux/include/rdma/ |
H A 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/Documentation/networking/ |
H A 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.
|
H A 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/drivers/net/wireless/ti/wlcore/ |
H A 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/drivers/media/test-drivers/vidtv/ |
H A 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/Documentation/admin-guide/pm/ |
H A 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/include/linux/hsi/ |
H A 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/drivers/platform/x86/intel/int1092/ |
H A D | Kconfig | 6 providing information to userspace application that will inform the Intel
|
/linux/drivers/staging/greybus/ |
H A 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/include/linux/ |
H A D | hidden.h | 14 * Fortunately, there is a way to inform the compiler that such symbol
|
/linux/arch/parisc/kernel/ |
H A 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/include/linux/platform_data/ |
H A D | i2c-omap.h | 11 * unit on the OMAP3530, so we must inform the driver which IP
|
/linux/Documentation/pcmcia/ |
H A D | devicetable.rst | 23 If the hash is incorrect, the kernel will inform you about this in "dmesg"
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | reg.h | 592 * the interrupt that the host issues to inform 607 * The host sets this bit to inform the Wlan 614 * The host sets this bit to inform the FW 628 * The host sets this bit to inform the FW 635 * The host sets this bit to inform the Wlan
|
/linux/drivers/net/ipa/ |
H A D | ipa_uc.h | 48 * Notifier function called when the system crashes, to inform the
|
/linux/kernel/gcov/ |
H A D | gcc_base.c | 26 * Add new profiling data structure to list and inform event in __gcov_init()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
H A D | fw.c | 45 * inform Fw to reset by itself, or it will cause in rtl92du_download_fw()
|