| /linux/Documentation/firmware-guide/acpi/ |
| H A D | acpi-lid.rst | 14 Platforms containing lids convey lid state (open/close) to OSPMs 15 using a control method lid device. To implement this, the AML tables issue 16 Notify(lid_device, 0x80) to notify the OSPMs whenever the lid state has 17 changed. The _LID control method for the lid device must be implemented to 18 report the "current" state of the lid as either "opened" or "closed". 20 For most platforms, both the _LID method and the lid notifications are 24 exceptions of the Linux ACPI lid device driver. 30 The _LID control method is described to return the "current" lid state. 32 the lid state upon the last lid notification instead of returning the lid 37 There are platforms always return "closed" as initial lid state. [all …]
|
| H A D | index.rst | 25 acpi-lid
|
| /linux/arch/mips/mm/ |
| H A D | uasm.c | 413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() argument 416 (*lab)->lab = lid; in uasm_build_label() 491 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid) in uasm_r_mips_pc16() argument 495 (*rel)->lab = lid; in uasm_r_mips_pc16() 560 int lid) in uasm_il_bltz() argument 562 uasm_r_mips_pc16(r, *p, lid); in uasm_il_bltz() 567 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid) in uasm_il_b() argument 569 uasm_r_mips_pc16(r, *p, lid); in uasm_il_b() 575 unsigned int r2, int lid) in uasm_il_beq() argument 577 uasm_r_mips_pc16(r, *p, lid); in uasm_il_beq() [all …]
|
| H A D | tlbex.c | 611 unsigned int tmp, enum label_id lid, in build_restore_pagemask() argument 627 uasm_il_b(p, r, lid); in build_restore_pagemask() 631 uasm_il_b(p, r, lid); in build_restore_pagemask() 634 uasm_il_b(p, r, lid); in build_restore_pagemask() 645 uasm_il_b(p, r, lid); in build_restore_pagemask() 649 uasm_il_b(p, r, lid); in build_restore_pagemask() 652 uasm_il_b(p, r, lid); in build_restore_pagemask() 679 unsigned int pmd, int lid) in build_is_huge_pte() argument 683 uasm_il_bbit1(p, r, tmp, ilog2(_PAGE_HUGE), lid); in build_is_huge_pte() 686 uasm_il_bnez(p, r, tmp, lid); in build_is_huge_pte() [all …]
|
| /linux/drivers/platform/surface/ |
| H A D | surface_gpe.c | 203 const struct surface_lid_device *lid = dev_get_drvdata(dev); in surface_lid_enable_wakeup() local 207 status = acpi_set_gpe_wake_mask(NULL, lid->gpe_number, action); in surface_lid_enable_wakeup() 231 struct surface_lid_device *lid; in surface_gpe_probe() local 242 lid = devm_kzalloc(&pdev->dev, sizeof(*lid), GFP_KERNEL); in surface_gpe_probe() 243 if (!lid) in surface_gpe_probe() 246 lid->gpe_number = gpe_number; in surface_gpe_probe() 247 platform_set_drvdata(pdev, lid); in surface_gpe_probe() 272 struct surface_lid_device *lid = dev_get_drvdata(&pdev->dev); in surface_gpe_remove() local 276 acpi_disable_gpe(NULL, lid->gpe_number); in surface_gpe_remove()
|
| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 195 int lid); 303 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid); 312 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid); 314 unsigned int bit, int lid); 316 unsigned int bit, int lid); 318 unsigned int r2, int lid); 319 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); 320 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); 321 void uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); 322 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); [all …]
|
| /linux/include/rdma/ |
| H A D | opa_smi.h | 38 } lid; member 105 return smp->route.lid.data; in opa_get_smp_data() 113 return sizeof(smp->route.lid.data); in opa_get_smp_data_size() 121 return sizeof(*smp) - sizeof(smp->route.lid.data); in opa_get_smp_header_size()
|
| /linux/drivers/base/ |
| H A D | physical_location.c | 34 dev->physical_location->lid = pld->lid; in dev_add_physical_location() 127 str_yes_no(dev->physical_location->lid)); in lid_show() 129 static DEVICE_ATTR_RO(lid);
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | mad.h | 65 __be32 lid; member 69 __be32 lid; /* where violation happened */ member 74 __be32 lid; /* LID where change occurred */ member 83 __be32 lid; /* lid where sys guid changed */ member 87 __be32 lid; member 123 __be32 lid; member
|
| H A D | ud.c | 75 slid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in ud_loopback() 207 wc.slid = (ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in ud_loopback() 313 u16 lid = (u16)ppd->lid; in hfi1_make_ud_req_9B() local 315 if (lid) { in hfi1_make_ud_req_9B() 316 lid |= rdma_ah_get_path_bits(ah_attr) & in hfi1_make_ud_req_9B() 318 slid = lid; in hfi1_make_ud_req_9B() 403 if (!ppd->lid) in hfi1_make_ud_req_16B() 406 slid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in hfi1_make_ud_req_16B() 443 u32 lid; in hfi1_make_ud_req() local 478 priv->hdr_type = hfi1_get_hdr_type(ppd->lid, ah_attr); in hfi1_make_ud_req() [all …]
|
| H A D | ruc.c | 290 if (!ppd->lid) in hfi1_make_ruc_header_16B() 293 slid = ppd->lid | in hfi1_make_ruc_header_16B() 371 ppd_from_ibp(ibp)->lid | in hfi1_make_ruc_header_9B() 511 ps.ppd->lid)) { in hfi1_do_send() 521 ps.ppd->lid)) { in hfi1_do_send()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mad.c | 76 u8 port_num, u16 lid, u8 sl) in update_sm_ah() argument 87 rdma_ah_set_dlid(&ah_attr, lid); in update_sm_ah() 120 u16 lid = be16_to_cpu(pinfo->lid); in smp_snoop() local 135 if (prev_lid != lid) { in smp_snoop() 249 prev_lid = ib_lid_cpu16(pattr.lid); in mthca_process_mad()
|
| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | mcast.h | 12 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid); 13 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
|
| /linux/drivers/iio/common/cros_ec_sensors/ |
| H A D | Kconfig | 26 tristate "ChromeOS EC Sensor for lid angle" 29 Module to report the angle between lid and base for some 32 and the lid.
|
| /linux/include/trace/events/ |
| H A D | ib_umad.h | 35 __field(u16, lid) 63 __entry->lid = umad_hdr->lid; 95 be32_to_cpu(__entry->qkey), be16_to_cpu(__entry->lid),
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 169 u64 cfg, u8 lid, u8 lt, u8 intf) in npc_set_layer_mdata() argument 183 input->layer_mdata.lid = lid; in npc_set_layer_mdata() 195 if (input1->layer_mdata.lid == input2->layer_mdata.lid && in npc_check_overlap_fields() 218 u8 nr_bits, lid, lt, ld; in npc_check_overlap() local 235 for (lid = start_lid; lid < NPC_MAX_LID; lid++) { in npc_check_overlap() 240 (intf, lid, lt, ld)); in npc_check_overlap() 245 cfg, lid, lt, intf); in npc_check_overlap() 268 lid = CN20K_GET_EXTR_LID(intf, extr); in npc_check_overlap() 269 if (lid < start_lid) in npc_check_overlap() 278 lid, lt, intf); in npc_check_overlap() [all …]
|
| H A D | rvu_npc.c | 1490 int lid, lt, ld, fl; in npc_program_mkex_rx() local 1499 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_program_mkex_rx() 1502 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_rx() 1504 [lid][lt][ld]); in npc_program_mkex_rx() 1519 int lid, lt, ld, fl; in npc_program_mkex_tx() local 1528 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_program_mkex_tx() 1531 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_tx() 1533 [lid][lt][ld]); in npc_program_mkex_tx() 1665 action0.capture_lid = kpuaction->lid; in npc_config_kpuaction() 2419 (kpu->lt_def->pck_ol2.lid << 8) | (kpu->lt_def->pck_ol2.ltype_match << 4) | in rvu_npc_init() [all …]
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-sp.dts | 14 gpio-keys-lid { 17 lid-switch {
|
| /linux/Documentation/translations/zh_CN/infiniband/ |
| H A D | user_mad.rst | 86 息。例如,远程LID将在mad.lid中。 99 填入lid字段,以此类推。发送端确实支持RMPP,所以可以发送任意长度的MAD。 109 mad->hdr.lid = my_dest; /* in network byte order... */
|
| /linux/include/uapi/rdma/ |
| H A D | ib_user_mad.h | 81 __be16 lid; member 125 __be16 lid; member
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | userspace_pm.sh | 586 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\ 624 ip netns exec "$ns1" ./pm_nl_ctl csf lip dead:beef:2::1 lid 23 rip\ 663 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2 rport\ 702 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\ 739 ip netns exec "$ns2" ./pm_nl_ctl csf lip dead:beef:2::2 lid 23 rip\ 778 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\ 823 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\ 920 ip netns exec $ns1 ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-physical_location | 37 What: /sys/devices/.../physical_location/lid 41 "Yes" if the device connection point resides on the lid of
|
| H A D | sysfs-driver-samsung-laptop | 35 Description: Some Samsung laptops handle lid closing quicker and 36 only handle lid opening with this mode enabled.
|
| H A D | sysfs-bus-surface_aggregator-tabletsw | 41 - "closed": The lid of the device is closed. 43 - "laptop": The lid of the device is opened and the device
|
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 15 #define lid_to_tlock(lid) (&TxLock[lid]) argument
|