Home
last modified time | relevance | path

Searched defs:fwctl_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
Dfwctl.h22 struct fwctl_ops { struct
26 enum fwctl_device_type device_type;
32 size_t uctx_size;
37 int (*open_uctx)(struct fwctl_uctx *uctx);
42 void (*close_uctx)(struct fwctl_uctx *uctx);
49 void *(*info)(struct fwctl_uctx *uctx, size_t *length);
56 void *(*fw_rpc)(struct fwctl_uctx *uctx, enum fwctl_rpc_scope scope,