Home
last modified time | relevance | path

Searched defs:ctrl (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_cli.c225 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command()
261 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
267 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, in wpa_cli_cmd()
283 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ifname()
289 static int wpa_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_status()
305 static int wpa_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ping()
311 static int wpa_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_relog()
317 static int wpa_cli_cmd_note(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_note()
323 static int wpa_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_mib()
329 static int wpa_cli_cmd_pmksa(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_pmksa()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_cli.c225 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command()
261 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
267 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, in wpa_cli_cmd()
283 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ifname()
289 static int wpa_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_status()
305 static int wpa_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ping()
311 static int wpa_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_relog()
317 static int wpa_cli_cmd_note(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_note()
323 static int wpa_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_mib()
329 static int wpa_cli_cmd_pmksa(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_pmksa()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd_cli.c79 static void register_event_handler(struct wpa_ctrl *ctrl) in register_event_handler()
92 static void unregister_event_handler(struct wpa_ctrl *ctrl) in unregister_event_handler()
190 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command()
218 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
224 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, in hostapd_cli_cmd()
240 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_ping()
246 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_relog()
252 static int hostapd_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_status()
260 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_mib()
307 static int hostapd_cli_cmd_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_sta()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd_cli.c79 static void register_event_handler(struct wpa_ctrl *ctrl) in register_event_handler()
92 static void unregister_event_handler(struct wpa_ctrl *ctrl) in unregister_event_handler()
190 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command()
218 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command()
224 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, in hostapd_cli_cmd()
240 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_ping()
246 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_relog()
252 static int hostapd_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_status()
260 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_mib()
307 static int hostapd_cli_cmd_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_sta()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_ctrl.c97 struct wpa_ctrl *ctrl; in wpa_ctrl_open2() local
247 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
310 struct wpa_ctrl *ctrl; in wpa_ctrl_open() local
459 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl) in wpa_ctrl_get_remote_ifname()
469 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
482 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request()
584 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach) in wpa_ctrl_attach_helper()
600 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) in wpa_ctrl_attach()
606 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) in wpa_ctrl_detach()
614 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv()
[all …]
Dwpa_helpers.c25 struct wpa_ctrl *ctrl; in wpa_open_ctrl() local
37 struct wpa_ctrl *ctrl; in wpa_command() local
64 struct wpa_ctrl *ctrl; in wpa_command_resp() local
85 struct wpa_ctrl *ctrl; in open_wpa_mon() local
166 struct wpa_ctrl *ctrl; in get_wpa_status() local
216 struct wpa_ctrl *ctrl; in wait_ip_addr() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_ctrl.c97 struct wpa_ctrl *ctrl; in wpa_ctrl_open2() local
247 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
310 struct wpa_ctrl *ctrl; in wpa_ctrl_open() local
465 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl) in wpa_ctrl_get_remote_ifname()
475 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
488 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request()
590 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach) in wpa_ctrl_attach_helper()
606 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) in wpa_ctrl_attach()
612 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) in wpa_ctrl_detach()
620 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv()
[all …]
Dwpa_helpers.c25 struct wpa_ctrl *ctrl; in wpa_open_ctrl() local
37 struct wpa_ctrl *ctrl; in wpa_command() local
64 struct wpa_ctrl *ctrl; in wpa_command_resp() local
85 struct wpa_ctrl *ctrl; in open_wpa_mon() local
166 struct wpa_ctrl *ctrl; in get_wpa_status() local
216 struct wpa_ctrl *ctrl; in wait_ip_addr() local
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci-ring.c36 static int last_trb(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in last_trb()
55 static bool last_trb_on_last_seg(struct xhci_ctrl *ctrl, in last_trb_on_last_seg()
89 static void inc_enq(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in inc_enq()
147 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq()
181 static struct xhci_generic_trb *queue_trb(struct xhci_ctrl *ctrl, in queue_trb()
210 static int prepare_ring(struct xhci_ctrl *ctrl, struct xhci_ring *ep_ring, in prepare_ring()
272 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command()
363 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in giveback_first_trb() local
393 void xhci_acknowledge_event(struct xhci_ctrl *ctrl) in xhci_acknowledge_event()
409 static int event_ready(struct xhci_ctrl *ctrl) in event_ready()
[all …]
Dxhci-mem.c104 static void xhci_scratchpad_free(struct xhci_ctrl *ctrl) in xhci_scratchpad_free()
135 static void xhci_free_virt_devices(struct xhci_ctrl *ctrl) in xhci_free_virt_devices()
173 void xhci_cleanup(struct xhci_ctrl *ctrl) in xhci_cleanup()
348 static int xhci_scratchpad_alloc(struct xhci_ctrl *ctrl) in xhci_scratchpad_alloc()
417 *xhci_alloc_container_ctx(struct xhci_ctrl *ctrl, int type) in xhci_alloc_container_ctx()
443 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id) in xhci_alloc_virt_device()
503 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, in xhci_mem_init()
626 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl, in xhci_get_slot_ctx()
644 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_ctrl *ctrl, in xhci_get_ep_ctx()
669 void xhci_endpoint_copy(struct xhci_ctrl *ctrl, in xhci_endpoint_copy()
[all …]
Dehci-hcd.c122 static int ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in ehci_get_port_speed()
127 static void ehci_set_usbmode(struct ehci_ctrl *ctrl) in ehci_set_usbmode()
143 static void ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in ehci_powerup_fixup()
149 static uint32_t *ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) in ehci_get_portsc_register()
179 static int ehci_reset(struct ehci_ctrl *ctrl) in ehci_reset()
207 static int ehci_shutdown(struct ehci_ctrl *ctrl) in ehci_shutdown()
316 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_async() local
669 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_root() local
950 static void ehci_setup_ops(struct ehci_ctrl *ctrl, const struct ehci_ops *ops) in ehci_setup_ops()
971 struct ehci_ctrl *ctrl = &ehcic[index]; in ehci_set_controller_priv() local
[all …]
Dehci-faraday.c31 void faraday_ehci_set_usbmode(struct ehci_ctrl *ctrl) in faraday_ehci_set_usbmode()
36 int faraday_ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in faraday_ehci_get_port_speed()
65 uint32_t *faraday_ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) in faraday_ehci_get_portsc_register()
Dxhci.c455 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_configure_endpoints() local
503 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_set_configuration() local
629 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_address_device() local
710 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in _xhci_alloc_device() local
764 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_check_maxpacket() local
892 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_submit_root() local
1166 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in _xhci_submit_control_msg() local
1193 static int xhci_lowlevel_init(struct xhci_ctrl *ctrl) in xhci_lowlevel_init()
1247 static int xhci_lowlevel_stop(struct xhci_ctrl *ctrl) in xhci_lowlevel_stop()
1300 struct xhci_ctrl *ctrl; in usb_lowlevel_init() local
[all …]
/third_party/node/test/parallel/
Dtest-readline.js61 home: ['\x1b[H', { ctrl: true, name: 'a' }], property
62 end: ['\x1b[F', { ctrl: true, name: 'e' }], property
65 home: ['\x1bOH', { ctrl: true, name: 'a' }], property
66 end: ['\x1bOF', { ctrl: true, name: 'e' }] property
69 home: ['\x1b[7', { ctrl: true, name: 'a' }], property
70 end: ['\x1b[8', { ctrl: true, name: 'e' }] property
73 home: ['\x1b[1~', { ctrl: true, name: 'a' }], property
74 end: ['\x1b[>~', { ctrl: true, name: 'e' }] property
96 home: ['\x1b[H', { ctrl: true, name: 'a' }], property
132 home: ['\x1b[H', { ctrl: true, name: 'a' }], property
Dtest-readline-emit-keypress-events.js25 { sequence: 'f', name: 'f', ctrl: false, meta: false, shift: false }, property
26 { sequence: 'o', name: 'o', ctrl: false, meta: false, shift: false }, property
27 { sequence: 'o', name: 'o', ctrl: false, meta: false, shift: false }, property
Dtest-readline-interface.js300 fi.emit('keypress', '.', { name: 'n', ctrl: true }); // 'bar' property
303 fi.emit('keypress', '.', { name: 'n', ctrl: true }); property
434 fi.emit('keypress', '.', { ctrl: true, name: 'a' }); property
436 fi.emit('keypress', '.', { ctrl: true, name: 'e' }); property
448 fi.emit('keypress', '.', { ctrl: true, name: 'b' }); property
451 fi.emit('keypress', '.', { ctrl: true, name: 'b' }); property
454 fi.emit('keypress', '.', { ctrl: true, name: 'f' }); property
457 fi.emit('keypress', '.', { ctrl: true, name: 'f' }); property
524 fi.emit('keypress', '.', { ctrl: true, name: 'left' }); property
528 fi.emit('keypress', '.', { ctrl: true, name: 'right' }); property
[all …]
Dtest-repl-editor.js52 event: { ctrl: true, name: 'c' } property
57 event: { ctrl: true, name: 'c' } property
62 event: { ctrl: true, name: 'd' } property
67 event: { ctrl: true, name: 'd' } property
100 replServer.write('', { ctrl: true, name: 'd' }); property
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c191 struct brcmnand_controller *ctrl; member
441 static inline u32 nand_readreg(struct brcmnand_controller *ctrl, u32 offs) in nand_readreg()
446 static inline void nand_writereg(struct brcmnand_controller *ctrl, u32 offs, in nand_writereg()
452 static int brcmnand_revision_init(struct brcmnand_controller *ctrl) in brcmnand_revision_init()
550 static inline u32 brcmnand_read_reg(struct brcmnand_controller *ctrl, in brcmnand_read_reg()
561 static inline void brcmnand_write_reg(struct brcmnand_controller *ctrl, in brcmnand_write_reg()
570 static inline void brcmnand_rmw_reg(struct brcmnand_controller *ctrl, in brcmnand_rmw_reg()
581 static inline u32 brcmnand_read_fc(struct brcmnand_controller *ctrl, int word) in brcmnand_read_fc()
586 static inline void brcmnand_write_fc(struct brcmnand_controller *ctrl, in brcmnand_write_fc()
592 static inline u16 brcmnand_cs_offset(struct brcmnand_controller *ctrl, int cs, in brcmnand_cs_offset()
[all …]
/third_party/node/test/pseudo-tty/
Drepl-dumb-tty.js33 replServer.write(null, { ctrl: true, name: 'r' }); property
34 replServer.write(null, { ctrl: true, name: 's' }); property
35 replServer.write(null, { ctrl: true, name: 'd' }); property
/third_party/NuttX/drivers/usbdev/gadget/
Df_dfu.c573 static int dfu_dnload(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrlreq) in dfu_dnload()
600 static int dfu_upload(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrlreq) in dfu_upload()
619 static int dfu_app_idle_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrlreq) in dfu_app_idle_request()
651 static int dfu_app_detach_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrlr… in dfu_app_detach_request()
676 static int dfu_idle_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrlreq) in dfu_idle_request()
720 static int dfu_dnload_sync_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrl… in dfu_dnload_sync_request()
745 static int dfu_dnbusy_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrlreq) in dfu_dnbusy_request()
766 static int dfu_dnload_idle_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrl… in dfu_dnload_idle_request()
799 static int dfu_manifest_sync_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ct… in dfu_manifest_sync_request()
834 static int dfu_manifest_request(const struct usb_device_request *ctrl, struct usbdev_req_s *ctrlreq) in dfu_manifest_request()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/rockchip/
Dpinctrl-rockchip-core.c22 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_verify_config() local
42 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_get_recalced_mux() local
65 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_get_mux_route() local
152 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_pinctrl_get_gpio_mux() local
196 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_set_mux() local
247 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_set_drive_perpin() local
293 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_set_pull() local
308 struct rockchip_pin_ctrl *ctrl = priv->ctrl; in rockchip_set_schmitt() local
390 struct rockchip_pin_ctrl *ctrl = priv->ctrl; local
485 struct rockchip_pin_ctrl *ctrl = local
[all …]
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c35 struct fsl_ifc_ctrl *ctrl; member
226 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr() local
247 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
260 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command() local
335 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read() local
373 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc() local
576 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_write_buf() local
604 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_byte() local
628 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_byte16() local
652 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_buf() local
[all …]
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Df_dfu.c265 const struct usb_ctrlrequest *ctrl, in state_app_idle()
292 const struct usb_ctrlrequest *ctrl, in state_app_detach()
315 const struct usb_ctrlrequest *ctrl, in state_dfu_idle()
383 const struct usb_ctrlrequest *ctrl, in state_dfu_dnload_sync()
406 const struct usb_ctrlrequest *ctrl, in state_dfu_dnbusy()
426 const struct usb_ctrlrequest *ctrl, in state_dfu_dnload_idle()
464 const struct usb_ctrlrequest *ctrl, in state_dfu_manifest_sync()
491 const struct usb_ctrlrequest *ctrl, in state_dfu_manifest()
517 const struct usb_ctrlrequest *ctrl, in state_dfu_upload_idle()
558 const struct usb_ctrlrequest *ctrl, in state_dfu_error()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set.cc46 bool ShouldInsertBackwards(size_t hash, const ctrl_t* ctrl) { in ShouldInsertBackwards()
52 void ConvertDeletedToEmptyAndFullToDeleted(ctrl_t* ctrl, size_t capacity) { in ConvertDeletedToEmptyAndFullToDeleted()
/third_party/uboot/u-boot-2020.01/drivers/ddr/microchip/
Dddr2.c66 static void ddr_set_arbiter(struct ddr2_ctrl_regs *ctrl, in ddr_set_arbiter()
100 static void host_load_cmd(struct ddr2_ctrl_regs *ctrl, u32 cmd_idx, in host_load_cmd()
116 struct ddr2_ctrl_regs *ctrl; in ddr2_ctrl_init() local

12345678910>>...14