Home
last modified time | relevance | path

Searched refs:peci_request_alloc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/peci/
H A Drequest.c190 struct peci_request *peci_request_alloc(struct peci_device *device, u8 tx_len, u8 rx_len) in peci_request_alloc() function
216 EXPORT_SYMBOL_NS_GPL(peci_request_alloc, PECI);
233 req = peci_request_alloc(device, PECI_GET_DIB_WR_LEN, PECI_GET_DIB_RD_LEN); in peci_xfer_get_dib()
254 req = peci_request_alloc(device, PECI_GET_TEMP_WR_LEN, PECI_GET_TEMP_RD_LEN); in peci_xfer_get_temp()
276 req = peci_request_alloc(device, PECI_RDPKGCFG_WR_LEN, PECI_RDPKGCFG_RD_LEN_BASE + len); in __pkg_cfg_read()
306 req = peci_request_alloc(device, PECI_RDPCICFGLOCAL_WR_LEN, in __pci_cfg_local_read()
334 req = peci_request_alloc(device, PECI_RDENDPTCFG_PCI_WR_LEN, in __ep_pci_cfg_read()
367 req = peci_request_alloc(device, tx_len, PECI_RDENDPTCFG_RD_LEN_BASE + len); in __ep_mmio_read()
H A Dinternal.h19 struct peci_request *peci_request_alloc(struct peci_device *device, u8 tx_len, u8 rx_len);