Searched defs:alt (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/subsys/usb/device_next/ |
D | usbd_ch9.h | 83 uint8_t *const alt) in usbd_get_alt_value() 105 const uint8_t alt) in usbd_set_alt_value()
|
D | usbd_interface.c | 57 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/ |
D | dfu.py | 21 def __init__(self, cfg, dev_id, alt, img, exe='dfu-util', argument
|
/Zephyr-Core-3.7.0/drivers/pinctrl/ |
D | pinctrl_npcx.c | 48 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/ |
D | scfg.c | 59 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/ |
D | simcom-sim7080.h | 45 int32_t alt; member
|
/Zephyr-Core-3.7.0/subsys/usb/host/ |
D | usbh_ch9.c | 224 const uint8_t iface, const uint8_t alt) in usbh_req_set_alt()
|
D | usbh_shell.c | 334 uint8_t alt; in cmd_device_interface() local
|
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/ |
D | usbd_hid_macros.h | 1084 #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/ |
D | simcom-sim7080.c | 1452 char *alt = gnss_get_next_param(NULL, ",", &saveptr); in parse_cgnsinf() local
|