/linux-6.14.4/drivers/platform/chrome/ |
D | cros_hps_i2c.c | 3 * Driver for the ChromeOS human presence sensor (HPS), attached via I2C. 5 * The driver exposes HPS as a character device, although currently no read or 8 * descriptor to the HPS device. 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 [all …]
|
D | Kconfig | 261 tristate "ChromeOS HPS device" 265 human presence sensor (HPS), attached via I2C. The driver supports a
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/intel/ |
D | intel,hps-copy-engine.yaml | 5 $id: http://devicetree.org/schemas/soc/intel/intel,hps-copy-engine.yaml# 8 title: Intel HPS Copy Engine 14 The Intel Hard Processor System (HPS) Copy Engine is an IP block used to copy 15 a bootable image from host memory to HPS DDR. Additionally, there is a 16 register the HPS can use to indicate the state of booting the copied image as 21 const: intel,hps-copy-engine 47 compatible = "intel,hps-copy-engine";
|
/linux-6.14.4/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.14.4/tools/testing/selftests/arm64/mte/ |
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.14.4/include/linux/mfd/ |
D | altera-a10sr.h | 55 #define ALTR_A10SR_HPS_RST_REG 0x10 /* HPS Reset */ 60 #define ALTR_A10SR_WARM_RST_REG 0x1A /* HPS Warm Reset */ 61 #define ALTR_A10SR_WR_KEY_REG 0x1C /* HPS Warm Reset Key */ 62 #define ALTR_A10SR_PMBUS_REG 0x1E /* HPS PM Bus */
|
/linux-6.14.4/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.14.4/Documentation/devicetree/bindings/firmware/ |
D | intel,stratix10-svc.txt | 4 processor system (HPS) and Secure Device Manager (SDM). When the FPGA is 5 configured from HPS, there needs to be a way for HPS to notify SDM the
|
/linux-6.14.4/drivers/fpga/ |
D | altera-fpga2sdram.c | 10 * host processor system (HPS). 40 * From the Cyclone V HPS Memory Map document: 44 * the state of the HPS hardware.
|
D | altera-hps2fpga.c | 3 * FPGA to/from HPS Bridge Driver for Altera SoCFPGA Devices 14 * processor system (HPS) and the embedded FPGA. 217 MODULE_DESCRIPTION("Altera SoCFPGA HPS to FPGA Bridge");
|
/linux-6.14.4/include/media/drv-intf/ |
D | saa7146.h | 318 #define HPS_CTRL 0x5C /* HPS control register */ 319 #define HPS_V_SCALE 0x60 /* HPS vertical scale */ 320 #define HPS_V_GAIN 0x64 /* HPS vertical ACL and gain */ 321 #define HPS_H_PRESCALE 0x68 /* HPS horizontal prescale */ 322 #define HPS_H_SCALE 0x6C /* HPS horizontal scale */ 325 #define CLIP_FORMAT_CTRL 0x78 /* HPS outputs formats & clipping */
|
D | saa7146_vv.h | 48 int v_field; /* number of lines in a field for HPS to process */
|
/linux-6.14.4/tools/testing/selftests/mm/ |
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.14.4/drivers/misc/mei/ |
D | hw.h | 16 #define MEI_CONNECT_TIMEOUT 3 /* HPS: at least 2 seconds */ 18 #define MEI_CL_CONNECT_TIMEOUT 15 /* HPS: Client Connect Timeout */ 19 #define MEI_CL_CONNECT_TIMEOUT_SLOW 30 /* HPS: Client Connect Timeout, slow FW */ 20 #define MEI_CLIENTS_INIT_TIMEOUT 15 /* HPS: Clients Enumeration Timeout */
|
D | mei_dev.h | 461 int connect; /* HPS: at least 2 seconds, in seconds */ 462 unsigned long cl_connect; /* HPS: Client Connect Timeout, in jiffies */ 463 int client_init; /* HPS: Clients Enumeration Timeout, in seconds */
|
/linux-6.14.4/Documentation/devicetree/bindings/fpga/ |
D | altr,socfpga-hps2fpga-bridge.yaml | 7 title: Altera FPGA/HPS Bridge
|
/linux-6.14.4/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 432 54: vandps Vps,Hps,Wps | vandpd Vpd,Hpd,Wpd (66) 433 55: vandnps Vps,Hps,Wps | vandnpd Vpd,Hpd,Wpd (66) 434 56: vorps Vps,Hps,Wps | vorpd Vpd,Hpd,Wpd (66) 435 57: vxorps Vps,Hps,Wps | vxorpd Vpd,Hpd,Wpd (66) 436 58: vaddps Vps,Hps,Wps | vaddpd Vpd,Hpd,Wpd (66) | vaddss Vss,Hss,Wss (F3),(v1) | vaddsd Vsd,Hsd,Ws… 437 59: vmulps Vps,Hps,Wps | vmulpd Vpd,Hpd,Wpd (66) | vmulss Vss,Hss,Wss (F3),(v1) | vmulsd Vsd,Hsd,Ws… 440 5c: vsubps Vps,Hps,Wps | vsubpd Vpd,Hpd,Wpd (66) | vsubss Vss,Hss,Wss (F3),(v1) | vsubsd Vsd,Hsd,Ws… 441 5d: vminps Vps,Hps,Wps | vminpd Vpd,Hpd,Wpd (66) | vminss Vss,Hss,Wss (F3),(v1) | vminsd Vsd,Hsd,Ws… 442 5e: vdivps Vps,Hps,Wps | vdivpd Vpd,Hpd,Wpd (66) | vdivss Vss,Hss,Wss (F3),(v1) | vdivsd Vsd,Hsd,Ws… 443 5f: vmaxps Vps,Hps,Wps | vmaxpd Vpd,Hpd,Wpd (66) | vmaxss Vss,Hss,Wss (F3),(v1) | vmaxsd Vsd,Hsd,Ws… [all …]
|
/linux-6.14.4/arch/x86/lib/ |
D | x86-opcode-map.txt | 432 54: vandps Vps,Hps,Wps | vandpd Vpd,Hpd,Wpd (66) 433 55: vandnps Vps,Hps,Wps | vandnpd Vpd,Hpd,Wpd (66) 434 56: vorps Vps,Hps,Wps | vorpd Vpd,Hpd,Wpd (66) 435 57: vxorps Vps,Hps,Wps | vxorpd Vpd,Hpd,Wpd (66) 436 58: vaddps Vps,Hps,Wps | vaddpd Vpd,Hpd,Wpd (66) | vaddss Vss,Hss,Wss (F3),(v1) | vaddsd Vsd,Hsd,Ws… 437 59: vmulps Vps,Hps,Wps | vmulpd Vpd,Hpd,Wpd (66) | vmulss Vss,Hss,Wss (F3),(v1) | vmulsd Vsd,Hsd,Ws… 440 5c: vsubps Vps,Hps,Wps | vsubpd Vpd,Hpd,Wpd (66) | vsubss Vss,Hss,Wss (F3),(v1) | vsubsd Vsd,Hsd,Ws… 441 5d: vminps Vps,Hps,Wps | vminpd Vpd,Hpd,Wpd (66) | vminss Vss,Hss,Wss (F3),(v1) | vminsd Vsd,Hsd,Ws… 442 5e: vdivps Vps,Hps,Wps | vdivpd Vpd,Hpd,Wpd (66) | vdivss Vss,Hss,Wss (F3),(v1) | vdivsd Vsd,Hsd,Ws… 443 5f: vmaxps Vps,Hps,Wps | vmaxpd Vpd,Hpd,Wpd (66) | vmaxss Vss,Hss,Wss (F3),(v1) | vmaxsd Vsd,Hsd,Ws… [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex_n6000.dts | 40 compatible = "intel,hps-copy-engine";
|
/linux-6.14.4/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.14.4/drivers/hid/intel-ish-hid/ishtp/ |
D | hbm.h | 22 #define ISHTP_CL_CONNECT_TIMEOUT 15 /* HPS: Client Connect Timeout */
|
/linux-6.14.4/include/linux/firmware/intel/ |
D | stratix10-smc.h | 566 * Async call for authentication service of HPS software
|
/linux-6.14.4/sound/pci/hda/ |
D | hda_auto_parser.c | 348 * If no line-out is defined but multiple HPs are found, in snd_hda_parse_pin_defcfg() 355 /* The real HPs should have the sequence 0x0f */ in snd_hda_parse_pin_defcfg()
|
/linux-6.14.4/drivers/net/ipa/ |
D | ipa_reg.h | 470 * enum ipa_seq_type - HPS and DPS sequencer type
|