Home
last modified time | relevance | path

Searched full:inform (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/openbmc/qemu/include/gdbstub/
H A Duser.h35 * gdb_signalled() - inform remote gdb of sig exit
42 * gdbserver_fork_start() - inform gdb of the upcoming fork()
47 * gdbserver_fork_end() - inform gdb of the completed fork()
54 * gdb_syscall_entry() - inform gdb of syscall entry and yield control to it
61 * gdb_syscall_entry() - inform gdb of syscall return and yield control to it
/openbmc/linux/scripts/dtc/
H A Ddtc.c165 const char *inform = NULL; in main() local
185 inform = optarg; in main()
288 if (inform == NULL) in main()
289 inform = guess_input_format(arg, "dts"); in main()
293 if (streq(inform, "dts")) in main()
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
301 if (streq(inform, "dts")) in main()
303 else if (streq(inform, "fs")) in main()
305 else if(streq(inform, "dtb")) in main()
308 die("Unknown input format \"%s\"\n", inform); in main()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddtc.c169 const char *inform = NULL; in main() local
189 inform = optarg; in main()
289 if (inform == NULL) in main()
290 inform = guess_input_format(arg, "dts"); in main()
294 if (streq(inform, "dts")) in main()
300 if (streq(inform, "dts")) in main()
302 else if (streq(inform, "fs")) in main()
304 else if(streq(inform, "dtb")) in main()
307 die("Unknown input format \"%s\"\n", inform); in main()
/openbmc/linux/include/linux/soc/qcom/
H A Dqmi.h133 * @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
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu_v13_0_1_ppsmc.h69 #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 Dsmu_v13_0_4_ppsmc.h80 #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 Dsmu_v13_0_5_ppsmc.h57 #define PPSMC_MSG_AllowGfxOff 22 ///< Inform PMFW of allowing GFXOFF entry
58 #define PPSMC_MSG_DisallowGfxOff 23 ///< Inform PMFW of disallowing GFXOFF entry
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-powercycle100 # inform management CPLD that the slot is 12V off
103 echo "Failed to inform management CPLD that slot$1 is 12V off"
135 # inform management CPLD that the slot is 12V on
138 echo "Failed to inform management CPLD that slot$1 is 12V on"
H A Dchassis-poweron42 # inform management CPLD that the slot is 12V on
45 echo "Failed to inform management CPLD that slot$1 is 12V on"
H A Dchassis-poweroff114 # inform management CPLD that the slot is 12V off
117 echo "Failed to inform management CPLD that slot$1 is 12V off"
/openbmc/u-boot/doc/
H A DREADME.mpc85xxcds119 SW2=xxxxxx00 PCI SLOT INFORM: The CDS carrier is in slot0 of the Arcadia
120 xxxxxx01 PCI SLOT INFORM: The CDS carrier is in slot1 of the Arcadia
121 xxxxxx10 PCI SLOT INFORM: The CDS carrier is in slot2 of the Arcadia
122 xxxxxx11 PCI SLOT INFORM: The CDS carrier is in slot3 of the Arcadia
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass156 while openssl x509 -inform pem -outform der -out ${B}/temp_${i}.der; do
176 -in "${pem}" -inform pem -outform der |
201 -in "${pem}" -inform pem -pubout -outform der
204 -in "${pem}" -inform pem -pubout -outform der
229 -in "${pem}" -inform pem -outform der
232 -in "${pem}" -inform pem -outform der
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h25 * inform the protocol that the frame has been filled/read, i.e. advance the
100 * Inform the protocol and remote entity that the frame returned by
128 * Inform the protocol and remote entity that the frame returned by
/openbmc/linux/kernel/
H A Dcontext_tracking.c194 * 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
595 * __ct_user_exit - Inform the context tracking that the CPU is
/openbmc/linux/include/media/
H A Ddvb_frontend.h190 * @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
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.h324 * @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
/openbmc/linux/fs/btrfs/
H A Dqgroup.h280 * Inform qgroup to trace one dirty extent, its info is recorded in @record.
320 * Inform qgroup to trace one dirty extent, specified by @bytenr and
336 * Inform qgroup to trace all leaf items of data
344 * Inform qgroup to trace a whole subtree, including all its child tree
/openbmc/linux/Documentation/networking/
H A Dnfc.rst58 When registering on the NFC subsystem, the device driver must inform the core
119 must inform which protocol it wants to use.
/openbmc/linux/include/rdma/
H A Drdma_vt.h260 * 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 */
/openbmc/linux/drivers/platform/x86/intel/int1092/
H A DKconfig6 providing information to userspace application that will inform the Intel
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-sdnotify_0.3.2.bb6 This protocol can be used to inform systemd about service start-up completion, \
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.h95 * @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.
/openbmc/linux/include/linux/
H A Dhidden.h14 * Fortunately, there is a way to inform the compiler that such symbol
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h599 * 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
/openbmc/linux/include/linux/hsi/
H A Dhsi.h216 * @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

12345678910>>...29