Home
last modified time | relevance | path

Searched refs:pec (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/arch/s390/pci/
Dpci_event.c34 u16 pec; /* PCI event code */ member
47 u16 pec; /* PCI event code */ member
258 ccdf->fid, ccdf->fh, ccdf->pec); in __zpci_event_error()
269 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_error()
274 switch (ccdf->pec) { in __zpci_event_error()
323 ccdf->fid, ccdf->fh, ccdf->pec); in __zpci_event_availability()
324 switch (ccdf->pec) { in __zpci_event_availability()
/Linux-v6.1/drivers/i2c/busses/
Di2c-amd8111.c194 unsigned char protocol, len, pec, temp[2]; in amd8111_access() local
199 pec = (flags & I2C_CLIENT_PEC) ? AMD_SMB_PRTCL_PEC : 0; in amd8111_access()
244 protocol |= AMD_SMB_PRTCL_WORD_DATA | pec; in amd8111_access()
265 protocol |= AMD_SMB_PRTCL_BLOCK_DATA | pec; in amd8111_access()
300 protocol = AMD_SMB_PRTCL_PROC_CALL | pec; in amd8111_access()
319 protocol = AMD_SMB_PRTCL_BLOCK_PROC_CALL | pec; in amd8111_access()
Di2c-nforce2.c183 unsigned char protocol, pec; in nforce2_access() local
189 pec = (flags & I2C_CLIENT_PEC) ? NVIDIA_SMB_PRTCL_PEC : 0; in nforce2_access()
216 protocol |= NVIDIA_SMB_PRTCL_WORD_DATA | pec; in nforce2_access()
234 protocol |= NVIDIA_SMB_PRTCL_BLOCK_DATA | pec; in nforce2_access()
Di2c-mlxbf.c2082 bool read, pec; in mlxbf_i2c_smbus_xfer() local
2088 pec = flags & I2C_FUNC_SMBUS_PEC; in mlxbf_i2c_smbus_xfer()
2099 pec); in mlxbf_i2c_smbus_xfer()
2106 read, pec); in mlxbf_i2c_smbus_xfer()
2113 (u8 *)&data->word, read, pec); in mlxbf_i2c_smbus_xfer()
2121 &byte_cnt, read, pec); in mlxbf_i2c_smbus_xfer()
2129 &byte_cnt, read, pec); in mlxbf_i2c_smbus_xfer()
2136 (u8 *)&data->word, pec); in mlxbf_i2c_smbus_xfer()
2145 pec); in mlxbf_i2c_smbus_xfer()
/Linux-v6.1/drivers/staging/media/atomisp/pci/css_2401_system/host/
Dcsi_rx_local.h56 hrt_data pec[N_CSI_RX_BE_MIPI_CUSTOM_PEC]; member
Dcsi_rx_private.h231 state->pec[i] = in csi_rx_be_ctrl_get_state()
281 state->pec[i]); in csi_rx_be_ctrl_dump_state()
/Linux-v6.1/drivers/i2c/
Di2c-core-smbus.c60 static u8 i2c_smbus_msg_pec(u8 pec, struct i2c_msg *msg) in i2c_smbus_msg_pec() argument
64 pec = i2c_smbus_pec(pec, &addr, 1); in i2c_smbus_msg_pec()
67 return i2c_smbus_pec(pec, msg->buf, msg->len); in i2c_smbus_msg_pec()
/Linux-v6.1/arch/s390/include/asm/
Dctl_reg.h98 unsigned long pec : 1; /* PAI extension control */ member
/Linux-v6.1/drivers/net/mctp/
Dmctp-i2c.c279 u8 pec, calc_pec; in mctp_i2c_recv() local
302 pec = midev->rx_buffer[midev->rx_pos - 1]; in mctp_i2c_recv()
304 if (pec != calc_pec) { in mctp_i2c_recv()
/Linux-v6.1/drivers/power/supply/
Dsbs-battery.c432 bool pec = client->flags & I2C_CLIENT_PEC; in sbs_read_string_data() local
435 if (pec) in sbs_read_string_data()
/Linux-v6.1/Documentation/hwmon/
Dpmbus-core.rst129 If PEC is supported, the PMBus core driver adds an attribute named 'pec' to
Dlm90.rst640 can be enabled through sysfs. Just write 1 to the "pec" file and PEC will be
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-hwmon942 What: /sys/class/hwmon/hwmonX/device/pec
/Linux-v6.1/drivers/hwmon/
Dlm90.c1306 static DEVICE_ATTR_RW(pec);
/Linux-v6.1/drivers/hwmon/pmbus/
Dpmbus_core.c2585 static DEVICE_ATTR_RW(pec);