Lines Matching defs:dev
55 device_t dev; member
72 shmem_probe(device_t dev) in shmem_probe()
87 shmem_attach(device_t dev) in shmem_attach()
112 shmem_detach(device_t dev) in shmem_detach()
119 scmi_shmem_read(device_t dev, bus_size_t offset, void *buf, bus_size_t len) in scmi_shmem_read()
134 scmi_shmem_write(device_t dev, bus_size_t offset, const void *buf, in scmi_shmem_write()
150 scmi_shmem_get(device_t dev, phandle_t node, int index) in scmi_shmem_get()
195 scmi_shmem_prepare_msg(device_t dev, uint8_t *msg, uint32_t tx_len, in scmi_shmem_prepare_msg()
237 scmi_shmem_clear_channel(device_t dev) in scmi_shmem_clear_channel()
250 scmi_shmem_read_msg_header(device_t dev, uint32_t *msg_header, unsigned int *rx_len) in scmi_shmem_read_msg_header()
270 scmi_shmem_read_msg_payload(device_t dev, uint8_t *buf, uint32_t buf_len, uint32_t rx_len) in scmi_shmem_read_msg_payload()
289 scmi_shmem_tx_complete(device_t dev) in scmi_shmem_tx_complete()
297 bool scmi_shmem_poll_msg(device_t dev, uint32_t *msg_header, uint32_t *rx_len) in scmi_shmem_poll_msg()