/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/ |
H A D | toggle_identify_led.sh | 10 led=$(cat /sys/devices/platform/leds/leds/front-id/brightness)
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | fb.c | 48 .id = -1,
|
/openbmc/u-boot/drivers/w1-eeprom/ |
H A D | eep_sandbox.c | 58 .id = UCLASS_W1_EEPROM,
|
/openbmc/linux/drivers/hid/ |
H A D | hid-vivaldi.c | 18 const struct hid_device_id *id) in vivaldi_probe() argument
|
/openbmc/linux/net/netfilter/ |
H A D | xt_realm.c | 27 return (info->id == (dst->tclassid & info->mask)) ^ info->invert; in realm_mt()
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
H A D | weston-start | 60 export XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}`
|
/openbmc/linux/arch/um/kernel/skas/ |
H A D | process.c | 54 return current->mm->context.id.stack; in current_stub_stack()
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j784s4-mcu-wakeup.dtsi | 12 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 D | k3-j721e-mcu-wakeup.dtsi | 11 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 D | dsi_phy.c | 643 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 D | memcontrol.h | 66 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 D | commands-posix.c | 318 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 D | f_uvc.c | 754 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 D | joydev.c | 807 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 D | rx_common.c | 566 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 D | rx_common.c | 567 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 D | lib.c | 999 .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 D | max2175.c | 1023 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 D | kfd_debug.c | 64 *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 D | workqueue_internal.h | 52 int id; /* I: worker id */ member
|
/openbmc/u-boot/drivers/misc/ |
H A D | aspeed_ahbc.c | 51 .id = UCLASS_MISC,
|
/openbmc/u-boot/drivers/power/domain/ |
H A D | sandbox-power-domain-test.c | 51 .id = UCLASS_MISC,
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | section_header_test.cpp | 36 EXPECT_EQ(header.id, 0x1122); in TEST()
|
/openbmc/linux/include/uapi/linux/ |
H A D | nexthop.h | 17 __u32 id; /* nexthop id - must exist */ member
|
/openbmc/u-boot/include/ |
H A D | w1.h | 19 u64 id; member
|