Lines Matching refs:struct
43 * Check :c:struct:`mspi_cfg` against hardware's own capabilities to prevent
52 * Configure the hardware using :c:struct:`mspi_cfg` and possibly more
55 * Usually, the :c:struct:`mspi_cfg` is filled from device tree and contains
68 * The :c:struct:`mspi_dev_cfg` should be filled by device tree and helper macro
71 * The controller driver should then validate the members of :c:struct:`mspi_dev_cfg`
77 :c:struct:`mspi_dev_id`.
93 The transceive request is of type :c:struct:`mspi_xfer` which allows dynamic change to
98 :c:struct:`mspi_xfer_packet`. However, it is up to the controller implementation
170 With :c:struct:`mspi_dev_id` defined as collection of the device index and CE GPIO from
177 software controlled device switching by saving and updating :c:struct:`mspi_dev_cfg` and
178 other relevant mspi struct or private data structures. In particular, :c:struct:`mspi_dev_id`