/openbmc/qemu/include/gdbstub/ |
H A D | user.h | 35 * 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 D | dtc.c | 165 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 D | dtc.c | 169 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 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
|
/openbmc/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
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | chassis-powercycle | 100 # 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 D | chassis-poweron | 42 # inform management CPLD that the slot is 12V on 45 echo "Failed to inform management CPLD that slot$1 is 12V on"
|
H A D | chassis-poweroff | 114 # 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 D | README.mpc85xxcds | 119 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 D | signing.bbclass | 156 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 D | ivc.h | 25 * 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 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 595 * __ct_user_exit - Inform the context tracking that the CPU is
|
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/fs/btrfs/ |
H A D | qgroup.h | 280 * 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 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.
|
/openbmc/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 */
|
/openbmc/linux/drivers/platform/x86/intel/int1092/ |
H A D | Kconfig | 6 providing information to userspace application that will inform the Intel
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-sdnotify_0.3.2.bb | 6 This protocol can be used to inform systemd about service start-up completion, \
|
/openbmc/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.
|
/openbmc/linux/include/linux/ |
H A D | hidden.h | 14 * Fortunately, there is a way to inform the compiler that such symbol
|
/openbmc/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
|
/openbmc/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
|