Searched refs:pec (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/arch/s390/pci/ |
D | pci_event.c | 33 u16 pec; /* PCI event code */ member 46 u16 pec; /* PCI event code */ member 61 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_error() 89 switch (ccdf->pec) { in __zpci_event_availability()
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-amd8111.c | 194 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()
|
D | i2c-nforce2.c | 183 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()
|
D | i2c-mlxbf.c | 2056 bool read, pec; in mlxbf_i2c_smbus_xfer() local 2062 pec = flags & I2C_FUNC_SMBUS_PEC; in mlxbf_i2c_smbus_xfer() 2073 pec); in mlxbf_i2c_smbus_xfer() 2080 read, pec); in mlxbf_i2c_smbus_xfer() 2087 (u8 *)&data->word, read, pec); in mlxbf_i2c_smbus_xfer() 2095 &byte_cnt, read, pec); in mlxbf_i2c_smbus_xfer() 2103 &byte_cnt, read, pec); in mlxbf_i2c_smbus_xfer() 2110 (u8 *)&data->word, pec); in mlxbf_i2c_smbus_xfer() 2119 pec); in mlxbf_i2c_smbus_xfer()
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
D | csi_rx_local.h | 56 hrt_data pec[N_CSI_RX_BE_MIPI_CUSTOM_PEC]; member
|
D | csi_rx_private.h | 231 state->pec[i] = in csi_rx_be_ctrl_get_state() 281 state->pec[i]); in csi_rx_be_ctrl_dump_state()
|
/Linux-v5.10/drivers/i2c/ |
D | i2c-core-smbus.c | 51 static u8 i2c_smbus_msg_pec(u8 pec, struct i2c_msg *msg) in i2c_smbus_msg_pec() argument 55 pec = i2c_smbus_pec(pec, &addr, 1); in i2c_smbus_msg_pec() 58 return i2c_smbus_pec(pec, msg->buf, msg->len); in i2c_smbus_msg_pec()
|
/Linux-v5.10/drivers/power/supply/ |
D | sbs-battery.c | 397 bool pec = client->flags & I2C_CLIENT_PEC; in sbs_read_string_data() local 400 if (pec) in sbs_read_string_data()
|
/Linux-v5.10/Documentation/hwmon/ |
D | lm90.rst | 417 sysfs. Just write 0 to the "pec" file and PEC will be disabled. Write 1
|
/Linux-v5.10/drivers/hwmon/ |
D | lm90.c | 993 static DEVICE_ATTR_RW(pec);
|