Home
last modified time | relevance | path

Searched defs:id (Results 801 – 825 of 7143) sorted by relevance

1...<<31323334353637383940>>...286

/openbmc/linux/drivers/mfd/
H A Dmfd-core.c140 static int mfd_add_device(struct device *parent, int id, in mfd_add_device()
319 int mfd_add_devices(struct device *parent, int id, in mfd_add_devices()
414 int devm_mfd_add_devices(struct device *dev, int id, in devm_mfd_add_devices()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dbase.c82 nvkm_volt_map_min(struct nvkm_volt *volt, u8 id) in nvkm_volt_map_min()
104 nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temp) in nvkm_volt_map()
160 nvkm_volt_set_id(struct nvkm_volt *volt, u8 id, u8 min_id, u8 temp, in nvkm_volt_set_id()
/openbmc/linux/drivers/net/netdevsim/
H A Dbus.c137 unsigned int id, port_count, num_queues; in new_device_store() local
192 unsigned int id; in del_device_store() local
268 nsim_bus_dev_new(unsigned int id, unsigned int port_count, unsigned int num_queues) in nsim_bus_dev_new()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c16 u32 id; member
317 struct adf_accel_dev *adf_devmgr_get_dev_by_id(u32 id) in adf_devmgr_get_dev_by_id()
342 int adf_devmgr_verify_id(u32 id) in adf_devmgr_verify_id()
/openbmc/linux/include/linux/
H A Dwatch_queue.h65 u64 id; /* Internal identifier */ member
105 u64 id) in post_watch_notification()
111 static inline void remove_watch_list(struct watch_list *wlist, u64 id) in remove_watch_list()
H A Dhwspinlock.h103 static inline struct hwspinlock *hwspin_lock_request_specific(unsigned int id) in hwspin_lock_request_specific()
131 static inline int hwspin_lock_bust(struct hwspinlock *hwlock, unsigned int id) in hwspin_lock_bust()
165 unsigned int id) in devm_hwspin_lock_request_specific()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnf-queue.c81 uint32_t id = 0; in queue_cb() local
168 nfq_build_verdict(char *buf, int id, int queue_num, uint32_t verd) in nfq_build_verdict()
289 uint32_t id; in mainloop() local
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci.c38 int pnv_pci_get_slot_id(struct device_node *np, uint64_t *id) in pnv_pci_get_slot_id()
95 int pnv_pci_get_presence_state(uint64_t id, uint8_t *state) in pnv_pci_get_presence_state()
110 int pnv_pci_get_power_state(uint64_t id, uint8_t *state) in pnv_pci_get_power_state()
125 int pnv_pci_set_power_state(uint64_t id, uint8_t state, struct opal_msg *msg) in pnv_pci_set_power_state()
/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c49 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port()
118 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy()
148 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support()
768 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_module_insert()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_counter.c26 u32 id; member
45 prestera_counter_is_ready(struct prestera_counter_block *block, u32 id) in prestera_counter_is_ready()
227 u32 *id) in prestera_counter_get_vacant()
256 u32 id; in prestera_counter_get() local
/openbmc/linux/include/xen/interface/io/
H A Dusbif.h333 uint16_t id; /* request id */ member
368 uint16_t id; /* request id */ member
389 uint16_t id; member
393 uint16_t id; /* request id */ member
/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/
H A Dclock-tables.h172 #define PERIPH_REG(id) ((id) >> 5) argument
175 #define PERIPH_MASK(id) (1 << ((id) & 0x1f)) argument
178 #define clock_id_is_pll(id) ((id) >= CLOCK_ID_FIRST && \ argument
182 #define clock_periph_id_isvalid(id) ((id) >= PERIPH_ID_FIRST && \ argument
/openbmc/linux/sound/usb/
H A Dclock.c48 static void *find_uac_clock_desc(struct usb_host_interface *iface, int id, in find_uac_clock_desc() argument
63 static bool validate_clock_source(void *p, int id, int proto) in validate_clock_source()
72 static bool validate_clock_selector(void *p, int id, int proto) in validate_clock_selector()
91 static bool validate_clock_multiplier(void *p, int id, int proto) in validate_clock_multiplier()
/openbmc/linux/sound/soc/sh/rcar/
H A Dgen.c34 #define rsnd_reg_name(gen, id) ((gen)->reg_name[id]) argument
43 #define RSND_REG_SET(id, offset, _id_offset, n) \ argument
51 #define RSND_GEN_S_REG(id, offset) \ argument
55 #define RSND_GEN_M_REG(id, offset, _id_offset) \ argument
/openbmc/linux/tools/perf/util/
H A Dbpf-event.c42 int id = event->bpf.id; in machine__process_bpf_event_load() local
354 unsigned long id; in kallsyms_process_symbol() local
388 __u32 id = 0; in perf_event__synthesize_bpf_events() local
450 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info()
/openbmc/linux/drivers/watchdog/
H A Dmtk_wdt.c118 unsigned long id, bool assert) in toprgu_reset_update()
141 unsigned long id) in toprgu_reset_assert()
147 unsigned long id) in toprgu_reset_deassert()
153 unsigned long id) in toprgu_reset()
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c394 struct nlmsghdr *ynl_msg_start(struct ynl_sock *ys, __u32 id, __u16 flags) in ynl_msg_start()
409 ynl_gemsg_start(struct ynl_sock *ys, __u32 id, __u16 flags, in ynl_gemsg_start()
428 void ynl_msg_start_req(struct ynl_sock *ys, __u32 id) in ynl_msg_start_req()
433 void ynl_msg_start_dump(struct ynl_sock *ys, __u32 id) in ynl_msg_start_dump()
439 ynl_gemsg_start_req(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_req()
445 ynl_gemsg_start_dump(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_dump()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.h38 #define XFM_COMMON_REG_LIST_DCE_BASE(id) \ argument
97 #define XFM_COMMON_REG_LIST_DCE80(id) \ argument
101 #define XFM_COMMON_REG_LIST_DCE100(id) \ argument
106 #define XFM_COMMON_REG_LIST_DCE110(id) \ argument
112 #define XFM_COMMON_REG_LIST_DCE60_BASE(id) \ argument
168 #define XFM_COMMON_REG_LIST_DCE60(id) \ argument
/openbmc/linux/sound/soc/qcom/
H A Dlpass-cpu.c108 unsigned int id = dai->driver->id; in lpass_cpu_daiops_shutdown() local
139 unsigned int id = dai->driver->id; in lpass_cpu_daiops_hw_params() local
304 unsigned int id = dai->driver->id; in lpass_cpu_daiops_trigger() local
372 unsigned int id = dai->driver->id; in lpass_cpu_daiops_prepare() local
467 int id = args->args[0]; in asoc_qcom_of_xlate_dai_name() local
1050 int ret, i, id; in of_lpass_cpu_parse_dai_data() local
/openbmc/linux/drivers/firmware/
H A Dti_sci.c506 u32 id, u32 flags, u8 state) in ti_sci_set_device_state()
563 u32 id, u32 *clcnt, u32 *resets, in ti_sci_get_device_state()
633 static int ti_sci_cmd_get_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_get_device()
653 u32 id) in ti_sci_cmd_get_device_exclusive()
671 static int ti_sci_cmd_idle_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_idle_device()
691 u32 id) in ti_sci_cmd_idle_device_exclusive()
709 static int ti_sci_cmd_put_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_put_device()
723 static int ti_sci_cmd_dev_is_valid(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_dev_is_valid()
739 static int ti_sci_cmd_dev_get_clcnt(const struct ti_sci_handle *handle, u32 id, in ti_sci_cmd_dev_get_clcnt()
753 static int ti_sci_cmd_dev_is_idle(const struct ti_sci_handle *handle, u32 id, in ti_sci_cmd_dev_is_idle()
[all …]
/openbmc/qemu/chardev/
H A Dchar.c643 const char *id = qemu_opts_id(opts); in do_qemu_chr_new_from_opts() local
987 static Chardev *chardev_new(const char *id, const char *typename, in chardev_new()
1024 Chardev *qemu_chardev_new(const char *id, const char *typename, in qemu_chardev_new()
1052 ChardevReturn *qmp_chardev_add(const char *id, ChardevBackend *backend, in qmp_chardev_add()
1093 ChardevReturn *qmp_chardev_change(const char *id, ChardevBackend *backend, in qmp_chardev_change()
1191 void qmp_chardev_remove(const char *id, Error **errp) in qmp_chardev_remove()
1212 void qmp_chardev_send_break(const char *id, Error **errp) in qmp_chardev_send_break()
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dsnb_idle.c60 static int snb_get_count(enum intel_snb_id id, unsigned long long *val, in snb_get_count()
86 static int snb_get_count_percent(unsigned int id, double *percent, in snb_get_count_percent()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-daemon.c36 void process_level_change(struct isst_id *id) in process_level_change()
117 static void _poll_for_config_change(struct isst_id *id, void *arg1, void *arg2, in _poll_for_config_change()
/openbmc/linux/drivers/net/can/sja1000/
H A Dtscan1.c78 static int tscan1_probe(struct device *dev, unsigned id) in tscan1_probe()
161 static void tscan1_remove(struct device *dev, unsigned id /*unused*/) in tscan1_remove()
/openbmc/u-boot/board/sandisk/sansa_fuze_plus/
H A Dsfp.c43 static int xfi3_mmc_cd(int id) in xfi3_mmc_cd()
316 uint32_t id; in board_mxsfb_system_setup() local

1...<<31323334353637383940>>...286