Lines Matching refs:device
28 const struct device *controller;
54 static ALWAYS_INLINE Qspi_Ip_MemoryConfigType *get_memory_config(const struct device *dev) in get_memory_config()
64 static inline void nxp_s32_qspi_lock(const struct device *dev) in nxp_s32_qspi_lock()
75 static inline void nxp_s32_qspi_unlock(const struct device *dev) in nxp_s32_qspi_unlock()
92 int nxp_s32_qspi_wait_until_ready(const struct device *dev);
94 int nxp_s32_qspi_read(const struct device *dev, off_t offset, void *dest, size_t size);
96 int nxp_s32_qspi_write(const struct device *dev, off_t offset, const void *src, size_t size);
98 int nxp_s32_qspi_erase(const struct device *dev, off_t offset, size_t size);
100 const struct flash_parameters *nxp_s32_qspi_get_parameters(const struct device *dev);
103 void nxp_s32_qspi_pages_layout(const struct device *dev, const struct flash_pages_layout **layout,
108 int nxp_s32_qspi_read_id(const struct device *dev, uint8_t *id);