Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/pci/
Dpci_event.c30 u16 pec; /* PCI event code */ member
43 u16 pec; /* PCI event code */ member
57 pci_name(zdev->pdev), ccdf->pec, ccdf->fid); in __zpci_event_error()
73 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_availability()
77 switch (ccdf->pec) { in __zpci_event_availability()
/linux-4.1.27/drivers/i2c/busses/
Di2c-amd8111.c197 unsigned char protocol, len, pec, temp[2]; in amd8111_access() local
202 pec = (flags & I2C_CLIENT_PEC) ? AMD_SMB_PRTCL_PEC : 0; in amd8111_access()
247 protocol |= AMD_SMB_PRTCL_WORD_DATA | pec; in amd8111_access()
268 protocol |= AMD_SMB_PRTCL_BLOCK_DATA | pec; in amd8111_access()
303 protocol = AMD_SMB_PRTCL_PROC_CALL | pec; in amd8111_access()
322 protocol = AMD_SMB_PRTCL_BLOCK_PROC_CALL | pec; in amd8111_access()
Di2c-nforce2.c191 unsigned char protocol, pec; in nforce2_access() local
197 pec = (flags & I2C_CLIENT_PEC) ? NVIDIA_SMB_PRTCL_PEC : 0; in nforce2_access()
224 protocol |= NVIDIA_SMB_PRTCL_WORD_DATA | pec; in nforce2_access()
242 protocol |= NVIDIA_SMB_PRTCL_BLOCK_DATA | pec; in nforce2_access()
/linux-4.1.27/drivers/i2c/
Di2c-core.c2424 static u8 i2c_smbus_msg_pec(u8 pec, struct i2c_msg *msg) in i2c_smbus_msg_pec() argument
2428 pec = i2c_smbus_pec(pec, &addr, 1); in i2c_smbus_msg_pec()
2431 return i2c_smbus_pec(pec, msg->buf, msg->len); in i2c_smbus_msg_pec()
/linux-4.1.27/Documentation/hwmon/
Dlm90274 sysfs. Just write 0 to the "pec" file and PEC will be disabled. Write 1
/linux-4.1.27/drivers/hwmon/
Dlm90.c1186 static DEVICE_ATTR(pec, S_IWUSR | S_IRUGO, show_pec, set_pec);