Home
last modified time | relevance | path

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

1234567891011

/external/wpa_supplicant_8/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 …]
Dlibwpa_test.c15 struct wpa_ctrl *ctrl; in main() local
/external/wpa_supplicant_8/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 …]
/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.c97 struct wpa_ctrl *ctrl; in wpa_ctrl_open2() local
251 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
314 struct wpa_ctrl *ctrl; in wpa_ctrl_open() local
463 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl) in wpa_ctrl_get_remote_ifname()
473 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
486 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request()
588 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach) in wpa_ctrl_attach_helper()
604 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) in wpa_ctrl_attach()
610 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) in wpa_ctrl_detach()
618 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
/external/u-boot/drivers/usb/host/
Dxhci-ring.c35 static int last_trb(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in last_trb()
54 static bool last_trb_on_last_seg(struct xhci_ctrl *ctrl, in last_trb_on_last_seg()
88 static void inc_enq(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in inc_enq()
146 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq()
180 static struct xhci_generic_trb *queue_trb(struct xhci_ctrl *ctrl, in queue_trb()
209 static int prepare_ring(struct xhci_ctrl *ctrl, struct xhci_ring *ep_ring, in prepare_ring()
271 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command()
362 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in giveback_first_trb() local
392 void xhci_acknowledge_event(struct xhci_ctrl *ctrl) in xhci_acknowledge_event()
408 static int event_ready(struct xhci_ctrl *ctrl) in event_ready()
[all …]
Dxhci-mem.c103 static void xhci_scratchpad_free(struct xhci_ctrl *ctrl) in xhci_scratchpad_free()
134 static void xhci_free_virt_devices(struct xhci_ctrl *ctrl) in xhci_free_virt_devices()
172 void xhci_cleanup(struct xhci_ctrl *ctrl) in xhci_cleanup()
347 static int xhci_scratchpad_alloc(struct xhci_ctrl *ctrl) in xhci_scratchpad_alloc()
413 *xhci_alloc_container_ctx(struct xhci_ctrl *ctrl, int type) in xhci_alloc_container_ctx()
439 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id) in xhci_alloc_virt_device()
499 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, in xhci_mem_init()
622 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl, in xhci_get_slot_ctx()
640 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_ctrl *ctrl, in xhci_get_ep_ctx()
665 void xhci_endpoint_copy(struct xhci_ctrl *ctrl, in xhci_endpoint_copy()
[all …]
Dehci-hcd.c121 static int ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in ehci_get_port_speed()
126 static void ehci_set_usbmode(struct ehci_ctrl *ctrl) in ehci_set_usbmode()
142 static void ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in ehci_powerup_fixup()
148 static uint32_t *ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) in ehci_get_portsc_register()
178 static int ehci_reset(struct ehci_ctrl *ctrl) in ehci_reset()
206 static int ehci_shutdown(struct ehci_ctrl *ctrl) in ehci_shutdown()
315 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_async() local
671 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_root() local
948 static void ehci_setup_ops(struct ehci_ctrl *ctrl, const struct ehci_ops *ops) in ehci_setup_ops()
969 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.c453 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_configure_endpoints() local
501 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_set_configuration() local
627 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_address_device() local
708 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in _xhci_alloc_device() local
762 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_check_maxpacket() local
890 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_submit_root() local
1163 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in _xhci_submit_control_msg() local
1190 static int xhci_lowlevel_init(struct xhci_ctrl *ctrl) in xhci_lowlevel_init()
1244 static int xhci_lowlevel_stop(struct xhci_ctrl *ctrl) in xhci_lowlevel_stop()
1296 struct xhci_ctrl *ctrl; in usb_lowlevel_init() local
[all …]
/external/u-boot/drivers/mtd/nand/
Dfsl_ifc_nand.c34 struct fsl_ifc_ctrl *ctrl; member
225 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr() local
245 static int is_blank(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in is_blank()
271 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
284 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command() local
361 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read() local
399 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc() local
602 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_write_buf() local
630 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_byte() local
654 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_byte16() local
[all …]
Dfsl_elbc_nand.c48 struct fsl_elbc_ctrl *ctrl; member
158 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in set_addr() local
198 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_run_command() local
249 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_do_read() local
283 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_cmdfunc() local
493 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_write_buf() local
530 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_read_byte() local
547 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_read_buf() local
569 struct fsl_elbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_wait() local
Dkirkwood_nand.c19 u32 ctrl; /* 0x10470 */ member
33 unsigned int ctrl) in kw_nand_hwcontrol()
/external/easymock/src/org/easymock/
DEasyMockSupport.java143 IMocksControl ctrl = EasyMock.createStrictControl(); in createStrictControl() local
154 IMocksControl ctrl = EasyMock.createControl(); in createControl() local
167 IMocksControl ctrl = EasyMock.createNiceControl(); in createNiceControl() local
/external/u-boot/drivers/usb/gadget/
Df_dfu.c264 const struct usb_ctrlrequest *ctrl, in state_app_idle()
291 const struct usb_ctrlrequest *ctrl, in state_app_detach()
314 const struct usb_ctrlrequest *ctrl, in state_dfu_idle()
374 const struct usb_ctrlrequest *ctrl, in state_dfu_dnload_sync()
397 const struct usb_ctrlrequest *ctrl, in state_dfu_dnbusy()
417 const struct usb_ctrlrequest *ctrl, in state_dfu_dnload_idle()
451 const struct usb_ctrlrequest *ctrl, in state_dfu_manifest_sync()
478 const struct usb_ctrlrequest *ctrl, in state_dfu_manifest()
504 const struct usb_ctrlrequest *ctrl, in state_dfu_upload_idle()
541 const struct usb_ctrlrequest *ctrl, in state_dfu_error()
[all …]
/external/u-boot/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
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dti816x_emif4.c22 static void ddr_init_settings(const struct cmd_control *ctrl, int emif) in ddr_init_settings()
137 void config_ddr(const struct ddr_data *data, const struct cmd_control *ctrl, in config_ddr()
Dhw_data.c12 struct omap_sys_ctrl_regs const **ctrl = variable
/external/u-boot/drivers/usb/dwc3/
Dep0.c329 struct usb_ctrlrequest *ctrl) in dwc3_ep0_handle_status()
387 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_feature()
496 static int dwc3_ep0_set_address(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_address()
526 static int dwc3_ep0_delegate_req(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_delegate_req()
536 static int dwc3_ep0_set_config(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_config()
634 static int dwc3_ep0_set_sel(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_sel()
668 static int dwc3_ep0_set_isoch_delay(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_isoch_delay()
690 static int dwc3_ep0_std_request(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_std_request()
735 struct usb_ctrlrequest *ctrl = dwc->ctrl_req; in dwc3_ep0_inspect_setup() local
/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
Ddevices.c17 static struct uart_ctrl_regs *ctrl = (struct uart_ctrl_regs *)UART_CTRL_BASE; variable
119 uint32_t ctrl = readl(&clk->i2cclk_ctrl); in lpc32xx_i2c_init() local
/external/u-boot/arch/arm/mach-omap2/omap3/
Dhw_data.c12 struct omap_sys_ctrl_regs const **ctrl = variable
/external/u-boot/arch/arm/mach-kirkwood/
Dcache.c13 u32 ctrl; in l2_cache_disable() local
/external/u-boot/arch/arm/include/asm/arch-omap3/
Dcpu.h18 struct ctrl { struct
38 u32 ctrl_omap_stat; /* 0x44C */ argument
/external/iproute2/ip/
Dipmonitor.c40 static void print_headers(FILE *fp, char *label, struct rtnl_ctrl_data *ctrl) in print_headers()
57 struct rtnl_ctrl_data *ctrl, in accept_msg()
/external/libnl/lib/genl/
Dmngt.c291 static int __genl_ops_resolve(struct nl_cache *ctrl, struct genl_ops *ops) in __genl_ops_resolve()
353 struct nl_cache *ctrl; in genl_ops_resolve() local
381 struct nl_cache *ctrl; in genl_mngt_resolve() local

1234567891011