| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_hps_i2c.c | 60 struct hps_drvdata *hps; in hps_i2c_probe() local 63 hps = devm_kzalloc(&client->dev, sizeof(*hps), GFP_KERNEL); in hps_i2c_probe() 64 if (!hps) in hps_i2c_probe() 72 i2c_set_clientdata(client, hps); in hps_i2c_probe() 73 hps->client = client; in hps_i2c_probe() 81 if (IS_ERR(hps->enable_gpio)) { in hps_i2c_probe() 82 ret = PTR_ERR(hps->enable_gpio); in hps_i2c_probe() 93 hps_set_power(hps, false); in hps_i2c_probe() 109 hps_set_power(hps, true); in hps_i2c_remove() 117 hps_set_power(hps, false); in hps_suspend() [all …]
|
| /linux-6.15/tools/testing/selftests/memfd/ |
| H A D | common.c | 21 unsigned long hps = 0; in default_huge_page_size() local 29 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 30 hps <<= 10; in default_huge_page_size() 37 return hps; in default_huge_page_size()
|
| /linux-6.15/tools/testing/selftests/arm64/mte/ |
| H A D | check_hugetlb_options.c | 27 unsigned long hps = 0; in default_huge_page_size() local 35 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 36 hps <<= 10; in default_huge_page_size() 43 return hps; in default_huge_page_size() 48 unsigned long hps = 0; in is_hugetlb_allocated() local 56 if (sscanf(line, "Hugetlb: %lu kB", &hps) == 1) { in is_hugetlb_allocated() 57 hps <<= 10; in is_hugetlb_allocated() 65 if (hps > 0) in is_hugetlb_allocated()
|
| /linux-6.15/arch/arm/boot/dts/intel/socfpga/ |
| H A D | socfpga_cyclone5_sodia.dts | 40 label = "hps:green:led0"; 45 label = "hps:green:led1"; 50 label = "hps:green:led2"; 55 label = "hps:green:led3";
|
| H A D | socfpga_cyclone5_sockit.dts | 34 label = "hps:blue:led0"; 40 label = "hps:blue:led1"; 46 label = "hps:blue:led2"; 52 label = "hps:blue:led3";
|
| /linux-6.15/Documentation/devicetree/bindings/soc/intel/ |
| H A D | intel,hps-copy-engine.yaml | 5 $id: http://devicetree.org/schemas/soc/intel/intel,hps-copy-engine.yaml# 21 const: intel,hps-copy-engine 47 compatible = "intel,hps-copy-engine";
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | vm_util.c | 295 unsigned long hps = 0; in default_huge_page_size() local 303 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 304 hps <<= 10; in default_huge_page_size() 311 return hps; in default_huge_page_size()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 409 unsigned long hps = 0; in default_huge_page_size() local 416 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 417 hps <<= 10; in default_huge_page_size() 423 return hps; in default_huge_page_size()
|
| /linux-6.15/arch/arm64/boot/dts/intel/ |
| H A D | socfpga_agilex_n6000.dts | 40 compatible = "intel,hps-copy-engine";
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_uld.c | 621 lld->sge_host_page_size = 1 << (adap->params.sge.hps + 10); in uld_init()
|
| H A D | t4_hw.c | 9270 page_shift = adapter->params.sge.hps + 10; in t4_bar2_sge_qregs() 9380 u32 hps, qpp; in t4_init_sge_params() local 9385 hps = t4_read_reg(adapter, SGE_HOST_PAGE_SIZE_A); in t4_init_sge_params() 9388 sge_params->hps = ((hps >> s_hps) & HOSTPAGESIZEPF0_M); in t4_init_sge_params()
|
| H A D | cxgb4.h | 343 u32 hps; /* host page size for our PF/VF */ member
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_mbox.c | 1345 mb->un.varCfgPort.hps = 1; in lpfc_config_port() 1441 mb->un.varCfgPort.hps = 1; in lpfc_config_port()
|
| H A D | lpfc_hw.h | 3465 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member 3469 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 3729 bool hps; in brcms_c_set_ps_ctrl() local 3732 hps = brcms_c_ps_allowed(wlc); in brcms_c_set_ps_ctrl() 3735 hps); in brcms_c_set_ps_ctrl() 3739 if (hps) in brcms_c_set_ps_ctrl()
|
| /linux-6.15/ |
| H A D | CREDITS | 3600 E: hps@tanstaafl.de
|