Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_ch9.h83 uint8_t *const alt) in usbd_get_alt_value()
105 const uint8_t alt) in usbd_set_alt_value()
Dusbd_interface.c57 const uint8_t alt) in usbd_interface_modify()
170 const uint8_t alt) in usbd_interface_set()
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Ddfu.py21 def __init__(self, cfg, dev_id, alt, img, exe='dfu-util', argument
/Zephyr-Core-3.7.0/drivers/pinctrl/
Dpinctrl_npcx.c48 static void npcx_periph_pinmux_configure(const struct npcx_periph *alt, bool is_alternate, in npcx_periph_pinmux_configure()
/Zephyr-Core-3.7.0/soc/nuvoton/npcx/common/
Dscfg.c59 static void npcx_pinctrl_alt_sel(const struct npcx_alt *alt, int alt_func) in npcx_pinctrl_alt_sel()
/Zephyr-Core-3.7.0/include/zephyr/drivers/modem/
Dsimcom-sim7080.h45 int32_t alt; member
/Zephyr-Core-3.7.0/subsys/usb/host/
Dusbh_ch9.c224 const uint8_t iface, const uint8_t alt) in usbh_req_set_alt()
Dusbh_shell.c334 uint8_t alt; in cmd_device_interface() local
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/
Dusbd_hid_macros.h1084 #define HID_INTERFACE_DEFINE(n, alt) \ argument
1114 #define HID_OUT_EP_MPS(n, alt) \ argument
1123 #define HID_IN_EP_MPS(n, alt) \ argument
1128 #define HID_OUT_EP_DEFINE(n, hs, alt) \ argument
1138 #define HID_IN_EP_DEFINE(n, hs, alt) \ argument
1152 #define HID_OUT_EP_DEFINE_OR_ZERO(n, hs, alt) \ argument
/Zephyr-Core-3.7.0/drivers/modem/
Dsimcom-sim7080.c1452 char *alt = gnss_get_next_param(NULL, ",", &saveptr); in parse_cgnsinf() local