Searched refs:feature (Results 1 - 13 of 13) sorted by relevance

/seL4-camkes-master/projects/global-components/components/GPIOMUXServer/libGPIOMUXServer-client/
H A Dmux.c25 static int gpiomuxserver_feature_enable_wrapper(const mux_sys_t *mux, mux_feature_t feature, enum mux_gpio_dir dir) argument
29 return gpiomuxserver_data->gpiomuxserver_feature_enable(feature, dir);
32 static int gpiomuxserver_feature_disable_wrapper(const mux_sys_t *mux, mux_feature_t feature) argument
36 return gpiomuxserver_data->gpiomuxserver_feature_disable(feature);
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/ehci/
H A Dhub.c29 int _set_pf(void *token, int port, enum port_feature feature) argument
35 switch (feature) {
72 ZF_LOGD("EHCI: Unknown feature %d for set feature request\n",
73 feature);
80 int _clr_pf(void *token, int port, enum port_feature feature) argument
86 switch (feature) {
125 ZF_LOGD("EHCI: Unknown feature %d for clear feature request\n",
126 feature);
[all...]
H A Dehci.h258 int _set_pf(void *token, int port, enum port_feature feature);
259 int _clr_pf(void *token, int port, enum port_feature feature);
/seL4-camkes-master/projects/projects_libs/libusbdrivers/include/usb/drivers/
H A Dusbhub.h29 /* hub feature selectors defined by HUB spec */
35 /* port feature selectors defined by HUB spec */
79 int (*set_pf)(void *token, int port, enum port_feature feature),
80 int (*clr_pf)(void *token, int port, enum port_feature feature),
/seL4-camkes-master/projects/projects_libs/libplatsupportports/src/plat/tx2/
H A Dmux.c211 static bool is_valid_feature(enum mux_feature feature) argument
213 return 0 <= feature && feature <= NMUX_FEATURES;
331 static int tx2_mux_feature_enable(const mux_sys_t *mux, mux_feature_t feature, enum mux_gpio_dir dir) argument
335 if (!is_valid_feature(feature)) {
336 ZF_LOGE("Not a valid feature");
341 if (!(MUX_FEATURE_GPIO_PJ0 <= feature && feature <= MUX_FEATURE_GPIO_PJ6)) {
342 ZF_LOGE("Not a valid GPIO feature");
347 ZF_LOGD("Enabling feature
385 tx2_mux_feature_disable(const mux_sys_t *mux, mux_feature_t feature) argument
[all...]
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/drivers/
H A Dusbhub.c63 __clear_port_feature_req(uint16_t port, uint16_t feature) argument
68 .wValue = feature,
75 static inline struct usbreq __clear_hub_feature_req(uint16_t feature) argument
80 .wValue = feature,
88 __set_port_feature_req(uint16_t port, uint16_t feature) argument
93 .wValue = feature,
100 static inline struct usbreq __set_hub_feature_req(uint16_t feature) argument
105 .wValue = feature,
163 int (*set_pf) (void *token, int port, enum port_feature feature);
164 int (*clr_pf) (void *token, int port, enum port_feature feature);
821 usb_hubem_driver_init(void *token, int nports, int pwr_delay_ms, int (*set_pf) (void *token, int port, enum port_feature feature), int (*clr_pf) (void *token, int port, enum port_feature feature), int (*get_pstat) (void *token, int port, struct port_status *ps), usb_hubem_t *hub) argument
[all...]
H A Dlan9730.c283 static inline struct usbreq __clear_ep_feature_req(uint16_t ep, uint16_t feature) argument
288 .wValue = feature,
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dattribute.h17 /* Stub out Clang feature macros for GCC. */
25 #define __has_feature(feature) 0
46 /* No good compile-time error feature. Just emit garbage that will force an unclean error. */
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dserial.c472 static void mux_uart_init(enum mux_feature feature, mux_sys_t *mux_sys) argument
475 if (mux_feature_enable(mux_sys, feature, MUX_DIR_NOT_A_GPIO)) {
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_ppp.tex239 reconnect feature, if enabled.
/seL4-camkes-master/tools/cogent/cogent/doc/
H A Ddoc.tex463 One major feature of \cogent is its uniqueness type system. For detailed explanations, see \cite{Wadler_90} and our publications.
664 put syntax. For non-linear field, a special feature is, the field can be put
/seL4-camkes-master/kernel/manual/parts/
H A Dthreads.tex248 when the thread blocks on the notification object. This feature allows for passive servers to use
/seL4-camkes-master/tools/cogent/cogent/manual/
H A Dcogent-manual.tex270 can be applied to these values. As a main feature of \cogent, types are extended to also represent
705 A specific feature of \cogent is that the type may impose additional restrictions on the ways a value can be used

Completed in 141 milliseconds