Lines Matching refs:data
42 * @data: where to store the read data
48 int peci_pcs_read(struct peci_device *device, u8 index, u16 param, u32 *data)
61 *data = peci_request_data_readl(req);
76 * @data: where to store the read data
83 u16 reg, u32 *data)
96 *data = peci_request_data_readl(req);
112 * @data: where to store the read data
119 u8 bus, u8 dev, u8 func, u16 reg, u32 *data)
132 *data = peci_request_data_readl(req);
149 * @data: where to store the read data
156 u8 bus, u8 dev, u8 func, u64 address, u32 *data)
169 *data = peci_request_data_readl(req);
206 name = kasprintf(GFP_KERNEL, "%s.%s", peci_adev_types[idx], (const char *)priv->id->data);
299 .data = "hsx",
304 .data = "bdx",
309 .data = "bdxd",
314 .data = "skx",
319 .data = "icx",
324 .data = "icxd",
329 .data = "spr",