/openbmc/qemu/contrib/plugins/ |
H A D | stoptrigger.c | 65 static void vcpu_tb_trans(qemu_plugin_id_t id, struct qemu_plugin_tb *tb) in vcpu_tb_trans() 92 static void plugin_exit(qemu_plugin_id_t id, void *p) in plugin_exit() 98 QEMU_PLUGIN_EXPORT int qemu_plugin_install(qemu_plugin_id_t id, in qemu_plugin_install()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_pm.c | 51 int ret = 0, id; in lmem_restore() local 67 int ret = 0, id; in lmem_suspend() local 83 int id; in lmem_recover() local
|
/openbmc/linux/include/linux/ |
H A D | connector.h | 34 struct cb_id id; member 42 struct cn_callback_id id; member 49 struct cb_id id; member
|
H A D | kernel_read_file.h | 9 #define __kernel_read_file_id(id) \ argument 30 static inline const char *kernel_read_file_id_str(enum kernel_read_file_id id) in kernel_read_file_id_str()
|
/openbmc/ibm-logging/ |
H A D | callout.cpp | 64 size_t id; in load() local 86 size_t id, uint64_t timestamp) : in Callout() 92 const std::string& inventoryPath, size_t id, in Callout()
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_pd.c | 52 int id; in hns_roce_alloc_pd() local 88 int id; in hns_roce_uar_alloc() local 124 int id; in hns_roce_xrcd_alloc() local
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | rail.hpp | 61 const std::string& id, in Rail() 146 const std::string id{}; member in phosphor::power::regulators::Rail
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/ |
H A D | log_mock.hpp | 27 auto createMockLogConfig(const std::string& id, ImageHandlerMock** im = nullptr, in createMockLogConfig() 53 for (const auto& id : ids) in createMockLogConfigs() local
|
/openbmc/telemetry/src/utils/ |
H A D | dbus_path_utils.cpp | 37 auto id = path.str.substr(constants::reportDirStr.length()); in reportPathToId() local 45 void verifyIdPrefixes(std::string_view id) in verifyIdPrefixes()
|
/openbmc/linux/drivers/char/agp/ |
H A D | frontend.c | 293 static struct agp_controller *agp_find_controller_by_pid(pid_t id) in agp_find_controller_by_pid() 308 static struct agp_controller *agp_create_controller(pid_t id) in agp_create_controller() 455 *agp_find_client_in_controller(struct agp_controller *controller, pid_t id) in agp_find_client_in_controller() 473 static struct agp_controller *agp_find_controller_for_client(pid_t id) in agp_find_controller_for_client() 488 struct agp_client *agp_find_client_by_pid(pid_t id) in agp_find_client_by_pid() 513 struct agp_client *agp_create_client(pid_t id) in agp_create_client() 526 int agp_remove_client(pid_t id) in agp_remove_client()
|
/openbmc/linux/drivers/thermal/ |
H A D | sprd_thermal.c | 26 #define SPRD_THM_OFFSET(id) ((id) * 0x4) argument 27 #define SPRD_THM_TEMP(id) (SPRD_THM_OFFSET(id) + 0x5c) argument 28 #define SPRD_THM_THRES(id) (SPRD_THM_OFFSET(id) + 0x2c) argument 30 #define SPRD_THM_SEN(id) BIT((id) + 2) argument 31 #define SPRD_THM_SEN_OVERHEAT_EN(id) BIT((id) + 8) argument 32 #define SPRD_THM_SEN_OVERHEAT_ALARM_EN(id) BIT((id) + 0) argument 81 int id; member
|
/openbmc/linux/sound/usb/ |
H A D | card.c | 64 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 344 u32 id; member 472 lookup_device_name(u32 id) in lookup_device_name() 679 static bool get_alias_id(struct usb_device *dev, unsigned int *id) in get_alias_id() 703 unsigned int id, inum; in check_delayed_register_option() local 736 get_alias_quirk(struct usb_device *dev, unsigned int id) in get_alias_quirk() 784 u32 id; in usb_audio_probe() local
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | rdma_core.c | 223 u32 id, struct uverbs_attr_bundle *attrs) in __uobj_get_destroy() 246 int __uobj_perform_destroy(const struct uverbs_api_object *obj, u32 id, in __uobj_perform_destroy() 310 struct ib_uverbs_file *ufile, s64 id, in lookup_get_idr_uobject() 334 struct ib_uverbs_file *ufile, s64 id, in lookup_get_fd_uobject() 373 struct ib_uverbs_file *ufile, s64 id, in rdma_lookup_get_uobject() 774 unsigned long id; in release_ufile_idr_uobject() local 961 s64 id, struct uverbs_attr_bundle *attrs) in uverbs_get_uobject_from_file()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | fotg210.c | 34 uint id; member 66 static inline int fifo_to_ep(struct fotg210_chip *chip, int id, int in) in fifo_to_ep() 71 static inline int ep_to_fifo(struct fotg210_chip *chip, int id) in ep_to_fifo() 320 int id, ret = CX_IDLE; in fotg210_setup() local 506 int id = ep_to_fifo(chip, ep->id); in fotg210_ep_enable() local 550 int id = ep_to_fifo(chip, ep->id); in fotg210_ep_disable() local 838 uint32_t id, st, isr, gisr; in usb_gadget_handle_interrupts() local
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | timerdev.c | 40 int id; member 171 int id; in misdn_add_timer() local 197 misdn_del_timer(struct mISDNtimerdev *dev, int id) in misdn_del_timer() 220 int id, tout, ret = 0; in mISDN_ioctl() local
|
/openbmc/linux/drivers/tee/optee/ |
H A D | supp.c | 40 int id; in optee_supp_release() local 134 int num_params, int *id) in supp_pop_entry() 217 int id; in optee_supp_recv() local 278 int id; in supp_pop_req() local
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-bpmp.c | 21 unsigned int id; member 32 unsigned int id; member 45 unsigned int id; member 352 static int tegra_bpmp_clk_get_info(struct tegra_bpmp *bpmp, unsigned int id, in tegra_bpmp_clk_get_info() 425 unsigned int max_id, id, count = 0; in tegra_bpmp_probe_clocks() local 476 unsigned int num_clocks, unsigned int id) in tegra_bpmp_clk_id_to_index() 489 unsigned int num_clocks, unsigned int id) in tegra_bpmp_clk_find() 660 unsigned int id = clkspec->args[0], i; in tegra_bpmp_clk_of_xlate() local
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1048 def ptwrite(id, raw_buf): argument 1056 def cbr(id, raw_buf): argument 1064 def mwait(id, raw_buf): argument 1072 def pwre(id, raw_buf): argument 1081 def exstop(id, raw_buf): argument 1088 def pwrx(id, raw_buf): argument 1097 def synth_data(id, config, raw_buf, *x): argument 1111 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-am335x-control.h | 11 static inline void phy_ctrl_power(struct phy_control *phy_ctrl, u32 id, in phy_ctrl_power() 17 static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on) in phy_ctrl_wkup()
|
/openbmc/linux/sound/ |
H A D | ac97_bus.c | 26 static bool snd_ac97_check_id(struct snd_ac97 *ac97, unsigned int id, in snd_ac97_check_id() 55 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset()
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_mock.hpp | 13 const std::string& id, ImageHandlerMock** im = nullptr, in createMockVersionConfig() 41 std::for_each(ids.begin(), ids.end(), [im, tm, &ret](const auto& id) { in createMockVersionConfigs()
|
/openbmc/qemu/trace/ |
H A D | control.h | 108 #define trace_event_get_state(id) \ argument 124 #define trace_event_get_state_backends(id) \ argument
|
/openbmc/linux/sound/isa/ad1816a/ |
H A D | ad1816a.c | 27 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 79 const struct pnp_card_device_id *id) in snd_card_ad1816a_pnp() 194 const struct pnp_card_device_id *id) in snd_ad1816a_pnp_detect()
|
/openbmc/linux/drivers/pnp/ |
H A D | core.c | 93 struct pnp_id *id; in pnp_free_ids() local 129 struct pnp_dev *pnp_alloc_dev(struct pnp_protocol *protocol, int id, in pnp_alloc_dev() 205 struct pnp_id *id; in pnp_add_device() local
|
/openbmc/linux/drivers/firmware/imx/ |
H A D | imx-scu-soc.c | 23 u32 id; member 81 static const char *imx_scu_soc_name(u32 id) in imx_scu_soc_name() 101 int id, ret; in imx_scu_soc_init() local
|