Lines Matching full:uk
53 * These are identifiers for kernel-side drivers implementing a UK interface, aka UKK clients. The
54 * UK module maps this to an OS specific device name, e.g. "gpu_base" -> "GPU0:". Specify this
64 * Value used to identify the Base driver UK client.
68 /** The number of uk clients supported. This must be the last member of the enum */
73 * Each function callable through the UK interface has a unique number.
74 * Functions provided by UK clients start from number UK_FUNC_ID.
75 * Numbers below UK_FUNC_ID are used for internal UK functions.
80 * Each UK client numbers the functions they provide starting from
83 * UK call. See your UK client for a list of their function numbers.
89 * Arguments for a UK call are stored in a structure. This structure consists
91 * identifying the UK function to be called (see uk_func). When the UKK client
92 * receives this header and executed the requested UK function, it will use
102 * 32-bit number identifying the UK function to be called.
107 * The int return code returned by the called UK function.
108 * See the specification of the particular UK function you are
110 * UK functions return 0 on success.
121 * This structure carries a 16-bit major and minor number and is sent along with an internal UK call
122 …* used during uku_open to identify the versions of the UK module in use by the user-side and kerne…
126 /**< UK call header */