Home
last modified time | relevance | path

Searched refs:id (Results 6751 – 6775 of 15237) sorted by relevance

1...<<271272273274275276277278279280>>...610

/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/
H A Dtoggle_identify_led.sh10 led=$(cat /sys/devices/platform/leds/leds/front-id/brightness)
/openbmc/linux/arch/arm/mach-omap1/
H A Dfb.c48 .id = -1,
/openbmc/u-boot/drivers/w1-eeprom/
H A Deep_sandbox.c58 .id = UCLASS_W1_EEPROM,
/openbmc/linux/drivers/hid/
H A Dhid-vivaldi.c18 const struct hid_device_id *id) in vivaldi_probe() argument
/openbmc/linux/net/netfilter/
H A Dxt_realm.c27 return (info->id == (dst->tclassid & info->mask)) ^ info->invert; in realm_mt()
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston-start60 export XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}`
/openbmc/linux/arch/um/kernel/skas/
H A Dprocess.c54 return current->mm->context.id.stack; in current_stub_stack()
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j784s4-mcu-wakeup.dtsi12 ti,host-id = <12>;
114 ti,sci-dev-id = <177>;
456 ti,sci-dev-id = <323>;
472 ti,sci-dev-id = <328>;
487 ti,sci-dev-id = <329>;
590 ti,sci-dev-id = <346>;
605 ti,sci-dev-id = <347>;
H A Dk3-j721e-mcu-wakeup.dtsi11 ti,host-id = <12>;
266 ti,sci-dev-id = <137>;
450 ti,sci-dev-id = <232>;
463 ti,sci-dev-id = <235>;
477 ti,sci-dev-id = <236>;
578 ti,sci-dev-id = <250>;
593 ti,sci-dev-id = <251>;
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c643 phy->id = dsi_phy_get_id(phy); in dsi_phy_driver_probe()
644 if (phy->id < 0) in dsi_phy_driver_probe()
645 return dev_err_probe(dev, phy->id, in dsi_phy_driver_probe()
860 "dsi%d_phy", phy->id); in msm_dsi_phy_snapshot()
866 "dsi%d_pll", phy->id); in msm_dsi_phy_snapshot()
871 "dsi%d_lane", phy->id); in msm_dsi_phy_snapshot()
876 "dsi%d_reg", phy->id); in msm_dsi_phy_snapshot()
/openbmc/linux/include/linux/
H A Dmemcontrol.h66 int id; member
213 struct mem_cgroup_id id; member
838 return memcg->id.id; in mem_cgroup_id()
840 struct mem_cgroup *mem_cgroup_from_id(unsigned short id);
1371 static inline struct mem_cgroup *mem_cgroup_from_id(unsigned short id) in mem_cgroup_from_id() argument
1373 WARN_ON_ONCE(id); in mem_cgroup_from_id()
/openbmc/qemu/qga/
H A Dcommands-posix.c318 uint64_t id; member
341 gfh->id = handle; in guest_file_handle_add()
348 GuestFileHandle *guest_file_handle_find(int64_t id, Error **errp) in guest_file_handle_find() argument
354 if (gfh->id == id) { in guest_file_handle_find()
359 error_setg(errp, "handle '%" PRId64 "' has not been found", id); in guest_file_handle_find()
1322 GET_FIELD(id, "ID"); in qmp_guest_get_osinfo()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_uvc.c754 xu->desc.iExtension = cdev->usb_strings[xu->string_descriptor_index].id; in uvc_function_bind()
768 uvc_iad.iFunction = opts->iad_index ? cdev->usb_strings[opts->iad_index].id : in uvc_function_bind()
769 us[UVC_STRING_CONTROL_IDX].id; in uvc_function_bind()
771 cdev->usb_strings[opts->vs0_index].id : in uvc_function_bind()
772 us[UVC_STRING_STREAMING_IDX].id; in uvc_function_bind()
774 cdev->usb_strings[opts->vs1_index].id : in uvc_function_bind()
775 us[UVC_STRING_STREAMING_IDX].id; in uvc_function_bind()
/openbmc/linux/drivers/input/
H A Djoydev.c807 const struct input_device_id *id; in joydev_dev_is_blacklisted() local
809 for (id = joydev_blacklist; id->flags; id++) { in joydev_dev_is_blacklisted()
810 if (input_match_device_id(dev, id)) { in joydev_dev_is_blacklisted()
892 if (dev->id.bustype == BUS_AMIGA) in joydev_dev_is_absolute_mouse()
912 const struct input_device_id *id) in joydev_connect() argument
/openbmc/linux/drivers/net/ethernet/sfc/
H A Drx_common.c566 u32 id = 1; /* Don't use zero, that refers to the master RSS context */ in efx_alloc_rss_context_entry() local
572 if (ctx->user_id != id) in efx_alloc_rss_context_entry()
574 id++; in efx_alloc_rss_context_entry()
578 if (WARN_ON_ONCE(!id)) in efx_alloc_rss_context_entry()
590 new->user_id = id; in efx_alloc_rss_context_entry()
595 struct efx_rss_context *efx_find_rss_context_entry(struct efx_nic *efx, u32 id) in efx_find_rss_context_entry() argument
603 if (ctx->user_id == id) in efx_find_rss_context_entry()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c567 u32 id = 1; /* Don't use zero, that refers to the master RSS context */ in efx_siena_alloc_rss_context_entry() local
573 if (ctx->user_id != id) in efx_siena_alloc_rss_context_entry()
575 id++; in efx_siena_alloc_rss_context_entry()
579 if (WARN_ON_ONCE(!id)) in efx_siena_alloc_rss_context_entry()
591 new->user_id = id; in efx_siena_alloc_rss_context_entry()
597 u32 id) in efx_siena_find_rss_context_entry() argument
605 if (ctx->user_id == id) in efx_siena_find_rss_context_entry()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c999 .id = REPLY_WOWLAN_PATTERNS, in iwlagn_send_patterns()
1158 .id = REPLY_WOWLAN_TSC_RSC_PARAMS, in iwlagn_suspend()
1223 iwl_get_cmd_string(priv->trans, cmd->id)); in iwl_dvm_send_cmd()
1232 IWL_ERR(priv, "Fw not loaded - dropping CMD: %x\n", cmd->id); in iwl_dvm_send_cmd()
1247 int iwl_dvm_send_cmd_pdu(struct iwl_priv *priv, u8 id, in iwl_dvm_send_cmd_pdu() argument
1251 .id = id, in iwl_dvm_send_cmd_pdu()
/openbmc/linux/drivers/media/i2c/
H A Dmax2175.c1023 mxm_dbg(ctx, "s_ctrl: id 0x%x, val %u\n", ctrl->id, ctrl->val); in max2175_s_ctrl()
1024 switch (ctrl->id) { in max2175_s_ctrl()
1059 switch (ctrl->id) { in max2175_g_volatile_ctrl()
1200 .id = V4L2_CID_MAX2175_I2S_ENABLE,
1216 .id = V4L2_CID_MAX2175_HSLS,
1242 .id = V4L2_CID_MAX2175_RX_MODE,
1252 .id = V4L2_CID_MAX2175_RX_MODE,
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c64 *gpu_id = pqn->q->device->id; in kfd_dbg_ev_query_debug_event()
79 *gpu_id = pdd->dev->id; in kfd_dbg_ev_query_debug_event()
266 if (p->pdds[i]->dev->id == dev_id) { in kfd_dbg_send_exception_to_runtime()
616 pr_err("Failed to release debug vmid on [%i]\n", pdd->dev->id); in kfd_dbg_trap_deactivate()
969 if (pdd->dev->id == source_id) { in kfd_dbg_trap_query_exception_info()
1060 struct kfd_topology_device *topo_dev = kfd_topology_device_by_id(pdd->dev->id); in kfd_dbg_trap_device_snapshot()
1062 device_info.gpu_id = pdd->dev->id; in kfd_dbg_trap_device_snapshot()
/openbmc/linux/kernel/
H A Dworkqueue_internal.h52 int id; /* I: worker id */ member
/openbmc/u-boot/drivers/misc/
H A Daspeed_ahbc.c51 .id = UCLASS_MISC,
/openbmc/u-boot/drivers/power/domain/
H A Dsandbox-power-domain-test.c51 .id = UCLASS_MISC,
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsection_header_test.cpp36 EXPECT_EQ(header.id, 0x1122); in TEST()
/openbmc/linux/include/uapi/linux/
H A Dnexthop.h17 __u32 id; /* nexthop id - must exist */ member
/openbmc/u-boot/include/
H A Dw1.h19 u64 id; member

1...<<271272273274275276277278279280>>...610