Searched refs:hps (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/platform/chrome/ |
D | cros_hps_i2c.c | 29 static void hps_set_power(struct hps_drvdata *hps, bool state) in hps_set_power() argument 31 gpiod_set_value_cansleep(hps->enable_gpio, state); in hps_set_power() 36 struct hps_drvdata *hps = container_of(file->private_data, in hps_open() local 38 struct device *dev = &hps->client->dev; in hps_open() 45 struct hps_drvdata *hps = container_of(file->private_data, in hps_release() local 47 struct device *dev = &hps->client->dev; in hps_release() 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() 67 hps->misc_device.parent = &client->dev; in hps_i2c_probe() [all …]
|
/linux-6.12.1/tools/testing/selftests/memfd/ |
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.12.1/arch/arm/boot/dts/intel/socfpga/ |
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";
|
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.12.1/tools/testing/selftests/mm/ |
D | vm_util.c | 279 unsigned long hps = 0; in default_huge_page_size() local 287 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 288 hps <<= 10; in default_huge_page_size() 295 return hps; in default_huge_page_size()
|
/linux-6.12.1/tools/testing/selftests/net/ |
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.12.1/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex_n6000.dts | 40 compatible = "intel,hps-copy-engine";
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.c | 621 lld->sge_host_page_size = 1 << (adap->params.sge.hps + 10); in uld_init()
|
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()
|
D | cxgb4.h | 343 u32 hps; /* host page size for our PF/VF */ member
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1345 mb->un.varCfgPort.hps = 1; in lpfc_config_port() 1441 mb->un.varCfgPort.hps = 1; in lpfc_config_port()
|
D | lpfc_hw.h | 3464 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member 3468 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
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.12.1/ |
D | CREDITS | 3554 E: hps@tanstaafl.de
|