Home
last modified time | relevance | path

Searched defs:id (Results 426 – 450 of 7128) sorted by relevance

1...<<11121314151617181920>>...286

/openbmc/linux/include/linux/
H A Dkernel_read_file.h9 #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()
H A Dconnector.h34 struct cb_id id; member
42 struct cn_callback_id id; member
49 struct cb_id id; member
H A Didr.h187 #define idr_for_each_entry(idr, entry, id) \ argument
201 #define idr_for_each_entry_ul(idr, entry, tmp, id) \ argument
214 #define idr_for_each_entry_continue(idr, entry, id) \ argument
230 #define idr_for_each_entry_continue_ul(idr, entry, tmp, id) \ argument
325 #define ida_simple_remove(ida, id) ida_free(ida, id) argument
/openbmc/phosphor-power/phosphor-regulators/src/
H A Drail.hpp61 const std::string& id, in Rail()
146 const std::string id{}; member in phosphor::power::regulators::Rail
/openbmc/ibm-logging/
H A Dcallout.cpp64 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/gpu/drm/i915/gem/
H A Di915_gem_pm.c51 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/drivers/infiniband/hw/hns/
H A Dhns_roce_pd.c52 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/qemu/contrib/plugins/
H A Dstoptrigger.c65 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/amd/display/dc/dcn20/
H A Ddcn20_link_encoder.h31 #define DCN2_AUX_REG_LIST(id)\ argument
201 #define UNIPHY_DCN2_REG_LIST(id) \ argument
205 #define DPCS_DCN2_CMN_REG_LIST(id) \ argument
237 #define DPCS_DCN2_REG_LIST(id) \ argument
242 #define LE_DCN2_REG_LIST(id) \ argument
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c53 uint64_t id; in ahc_compose_id() local
66 #define DEVID_9005_TYPE(id) ((id) & 0xF) argument
72 #define DEVID_9005_MAXRATE(id) (((id) & 0x30) >> 4) argument
78 #define DEVID_9005_MFUNC(id) (((id) & 0x40) >> 6) argument
83 #define SUBID_9005_TYPE(id) ((id) & 0xF) argument
89 #define SUBID_9005_TYPE_KNOWN(id) \ argument
101 #define SUBID_9005_SEEPTYPE(id) \ argument
109 #define SUBID_9005_AUTOTERM(id) \ argument
114 #define SUBID_9005_NUMCHAN(id) \ argument
119 #define SUBID_9005_LEGACYCONN(id) \ argument
[all …]
/openbmc/linux/drivers/usb/phy/
H A Dphy-am335x-control.h11 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/qemu/trace/
H A Dcontrol.h108 #define trace_event_get_state(id) \ argument
124 #define trace_event_get_state_backends(id) \ argument
/openbmc/linux/sound/
H A Dac97_bus.c26 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 Dversion_mock.hpp13 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/linux/drivers/tee/optee/
H A Dsupp.c40 int id; in optee_supp_release() local
153 int num_params, int *id) in supp_pop_entry()
236 int id; in optee_supp_recv() local
297 int id; in supp_pop_req() local
/openbmc/linux/drivers/isdn/mISDN/
H A Dtimerdev.c40 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/u-boot/drivers/usb/gadget/
H A Dfotg210.c34 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/thermal/
H A Dsprd_thermal.c26 #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/drivers/char/agp/
H A Dfrontend.c293 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/infiniband/core/
H A Drdma_core.c223 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/linux/sound/usb/
H A Dcard.c64 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
344 u32 id; member
466 lookup_device_name(u32 id) in lookup_device_name()
673 static bool get_alias_id(struct usb_device *dev, unsigned int *id) in get_alias_id()
697 unsigned int id, inum; in check_delayed_register_option() local
730 get_alias_quirk(struct usb_device *dev, unsigned int id) in get_alias_quirk()
778 u32 id; in usb_audio_probe() local
/openbmc/linux/sound/drivers/mpu401/
H A Dmpu401.c22 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
132 const struct pnp_device_id *id) in snd_mpu401_pnp()
158 const struct pnp_device_id *id) in snd_mpu401_pnp_probe()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-elektor.c196 static int elektor_match(struct device *dev, unsigned int id) in elektor_match()
255 static int elektor_probe(struct device *dev, unsigned int id) in elektor_probe()
284 static void elektor_remove(struct device *dev, unsigned int id) in elektor_remove()
/openbmc/linux/sound/isa/ad1816a/
H A Dad1816a.c27 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 Dcore.c93 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

1...<<11121314151617181920>>...286