/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | wpa_cli.c | 228 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command() 264 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command() 270 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, in wpa_cli_cmd() 286 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ifname() 292 static int wpa_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_status() 308 static int wpa_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_ping() 314 static int wpa_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_relog() 320 static int wpa_cli_cmd_note(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_note() 326 static int wpa_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_mib() 332 static int wpa_cli_cmd_pmksa(struct wpa_ctrl *ctrl, int argc, char *argv[]) in wpa_cli_cmd_pmksa() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/hostapd/ |
H A D | hostapd_cli.c | 90 static void register_event_handler(struct wpa_ctrl *ctrl) in register_event_handler() 103 static void unregister_event_handler(struct wpa_ctrl *ctrl) in unregister_event_handler() 201 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print) in _wpa_ctrl_command() 229 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in wpa_ctrl_command() 235 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, in hostapd_cli_cmd() 251 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_ping() 257 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_relog() 263 static int hostapd_cli_cmd_close_log(struct wpa_ctrl *ctrl, int argc, in hostapd_cli_cmd_close_log() 270 static int hostapd_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_status() 278 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) in hostapd_cli_cmd_mib() [all …]
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/ |
H A D | raminit_common.c | 57 void dram_find_common_params(ramctr_timing *ctrl) in dram_find_common_params() 99 void dram_xover(ramctr_timing *ctrl) in dram_xover() 117 static void dram_odt_stretch(ramctr_timing *ctrl, int channel) in dram_odt_stretch() 145 void dram_timing_regs(ramctr_timing *ctrl) in dram_timing_regs() 240 void dram_dimm_mapping(ramctr_timing *ctrl) in dram_dimm_mapping() 288 void dram_dimm_set_mapping(ramctr_timing *ctrl, int training) in dram_dimm_set_mapping() 306 void dram_zones(ramctr_timing *ctrl, int training) in dram_zones() 367 void dram_memorymap(ramctr_timing *ctrl, int me_uma_size) in dram_memorymap() 517 static void write_reset(ramctr_timing *ctrl) in write_reset() 537 void dram_jedecreset(ramctr_timing *ctrl) in dram_jedecreset() [all …]
|
H A D | raminit_native.c | 27 static u32 get_FRQ(const ramctr_timing *ctrl) in get_FRQ() 162 static u32 get_COMP2(const ramctr_timing *ctrl) in get_COMP2() 181 static u32 get_COMP1(ramctr_timing *ctrl, const int channel) in get_COMP1() 217 static void normalize_tclk(ramctr_timing *ctrl, bool ref_100mhz_support) in normalize_tclk() 335 static void find_cas_tck(ramctr_timing *ctrl) in find_cas_tck() 384 static void dram_timing(ramctr_timing *ctrl) in dram_timing() 536 static void dram_freq(ramctr_timing *ctrl) in dram_freq() 590 static void dram_ioregs(ramctr_timing *ctrl) in dram_ioregs() 632 int try_init_dram_ddr3(ramctr_timing *ctrl, int fast_boot, int s3resume, int me_uma_size) in try_init_dram_ddr3()
|
H A D | raminit.c | 46 static void disable_channel(ramctr_timing *ctrl, int channel) in disable_channel() 99 static void setup_sdram_meminfo(ramctr_timing *ctrl) in setup_sdram_meminfo() 126 static int verify_crc16_spds_ddr3(spd_ddr3_raw_data *spd, ramctr_timing *ctrl) in verify_crc16_spds_ddr3() 195 static void dram_find_spds_ddr3(spd_ddr3_raw_data *spd, ramctr_timing *ctrl) in dram_find_spds_ddr3() 316 static void save_timings(ramctr_timing *ctrl) in save_timings() 322 static void reinit_ctrl(ramctr_timing *ctrl, const u32 cpuid) in reinit_ctrl() 341 ramctr_timing ctrl; in init_dram_ddr3() local
|
H A D | raminit_iosav.c | 200 void iosav_write_prea_act_read_sequence(ramctr_timing *ctrl, int channel, int slotrank) in iosav_write_prea_act_read_sequence() 298 ramctr_timing *ctrl, int channel, int slotrank, int bank, u32 mr1reg) in iosav_write_jedec_write_leveling_sequence() 384 void iosav_write_misc_write_sequence(ramctr_timing *ctrl, int channel, int slotrank, in iosav_write_misc_write_sequence() 483 ramctr_timing *ctrl, int channel, int slotrank, unsigned int address) in iosav_write_command_training_sequence() 585 void iosav_write_data_write_sequence(ramctr_timing *ctrl, int channel, int slotrank) in iosav_write_data_write_sequence() 680 void iosav_write_aggressive_write_read_sequence(ramctr_timing *ctrl, int channel, int slotrank) in iosav_write_aggressive_write_read_sequence() 775 void iosav_write_memory_test_sequence(ramctr_timing *ctrl, int channel, int slotrank) in iosav_write_memory_test_sequence()
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | wpa_ctrl.c | 97 struct wpa_ctrl *ctrl; in wpa_ctrl_open2() local 251 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close() 313 struct wpa_ctrl *ctrl; in wpa_ctrl_open() local 462 char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl) in wpa_ctrl_get_remote_ifname() 472 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close() 485 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() 597 static int wpa_ctrl_attach_helper(struct wpa_ctrl *ctrl, int attach) in wpa_ctrl_attach_helper() 613 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) in wpa_ctrl_attach() 619 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) in wpa_ctrl_detach() 627 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() [all …]
|
H A D | dpp_tcp.c | 25 struct dpp_controller *ctrl; member 141 struct dpp_relay_controller *ctrl; in dpp_relay_add_controller() local 168 struct dpp_relay_controller *ctrl; in dpp_relay_controller_get() local 186 struct dpp_relay_controller *ctrl; in dpp_relay_controller_get_ctx() local 205 struct dpp_relay_controller *ctrl; in dpp_relay_controller_get_addr() local 449 dpp_relay_new_conn(struct dpp_relay_controller *ctrl, const u8 *src, in dpp_relay_new_conn() 560 dpp_relay_match_ctrl(struct dpp_relay_controller *ctrl, const u8 *src, in dpp_relay_match_ctrl() 589 struct dpp_relay_controller *ctrl; in dpp_relay_rx_action() local 659 dpp_relay_find_conn(struct dpp_relay_controller *ctrl, const u8 *src) in dpp_relay_find_conn() 675 struct dpp_relay_controller *ctrl; in dpp_relay_rx_gas_req() local [all …]
|
H A D | wpa_helpers.c | 25 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
|
/aosp_15_r20/external/wmediumd/wmediumd/lib/ |
H A D | schedctrl.c | 13 static void _usfstl_sched_ctrl_send_msg(struct usfstl_sched_ctrl *ctrl, in _usfstl_sched_ctrl_send_msg() 29 struct usfstl_sched_ctrl *ctrl = data; in usfstl_sched_ctrl_sock_read() local 67 static void usfstl_sched_ctrl_send_msg(struct usfstl_sched_ctrl *ctrl, in usfstl_sched_ctrl_send_msg() 128 struct usfstl_sched_ctrl *ctrl = sched->ext.ctrl; in usfstl_sched_ctrl_request() local 139 struct usfstl_sched_ctrl *ctrl = sched->ext.ctrl; in usfstl_sched_ctrl_wait() local 150 void usfstl_sched_ctrl_start(struct usfstl_sched_ctrl *ctrl, in usfstl_sched_ctrl_start() 201 void usfstl_sched_ctrl_sync_to(struct usfstl_sched_ctrl *ctrl) in usfstl_sched_ctrl_sync_to() 213 void usfstl_sched_ctrl_sync_from(struct usfstl_sched_ctrl *ctrl) in usfstl_sched_ctrl_sync_from() 220 void usfstl_sched_ctrl_stop(struct usfstl_sched_ctrl *ctrl) in usfstl_sched_ctrl_stop() 231 void usfstl_sched_ctrl_set_frozen(struct usfstl_sched_ctrl *ctrl, bool frozen) in usfstl_sched_ctrl_set_frozen()
|
/aosp_15_r20/system/netd/server/ |
H A D | XfrmControllerTest.cpp | 144 XfrmController ctrl; in TEST_F() local 159 XfrmController ctrl; in TEST_F() local 166 XfrmController ctrl; in TEST_F() local 174 XfrmController ctrl; in TEST_F() local 182 XfrmController ctrl; in TEST_F() local 193 XfrmController ctrl; in TEST_F() local 277 XfrmController ctrl(params.xfrmInterfacesEnabled); in TEST_P() local 355 XfrmController ctrl(params.xfrmInterfacesEnabled); in testIpSecAddSecurityAssociation() local 489 XfrmController ctrl; in TEST_F() local 525 XfrmController ctrl(params.xfrmInterfacesEnabled); in TEST_P() local [all …]
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 538 static void release(SurfaceControl* ctrl) { in release() 547 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeDisconnect() local 555 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetDefaultBufferSize() local 599 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetLayer() local 607 auto ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetRelativeLayer() local 617 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetPosition() local 625 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl*>(nativeObject); in nativeSetScale() local 632 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl *>(nativeObject); in nativeSetGeometry() local 703 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl*>(nativeObject); in nativeSetBuffer() local 719 SurfaceControl* const ctrl = reinterpret_cast<SurfaceControl*>(nativeObject); in nativeUnsetBuffer() local [all …]
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_cgroup.c | 310 #define for_each_ctrl(ctrl) \ argument 320 #define for_each_dir(cg, ctrl, t) \ argument 327 const struct cgroup_ctrl *const ctrl) in has_ctrl() 334 const struct cgroup_ctrl *const ctrl) in add_ctrl() 360 static int cgroup_ctrl_on_v2(const struct cgroup_ctrl *const ctrl) in cgroup_ctrl_on_v2() 419 const struct cgroup_ctrl *ctrl; in tst_cg_print_config() local 444 struct cgroup_ctrl *ctrl; in cgroup_find_ctrl() local 486 struct cgroup_ctrl *ctrl; in cgroup_parse_config_line() local 575 struct cgroup_ctrl *ctrl; in cgroup_root_scan() local 733 static void cgroup_mount_v1(struct cgroup_ctrl *const ctrl) in cgroup_mount_v1() [all …]
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/e7505/ |
H A D | raminit.c | 483 static uint8_t spd_get_supported_dimms(const struct mem_controller *ctrl) in spd_get_supported_dimms() 775 static void configure_e7501_ram_addresses(const struct mem_controller in configure_e7501_ram_addresses() 867 static void configure_e7501_dram_timing(const struct mem_controller *ctrl, in configure_e7501_dram_timing() 998 static void configure_e7501_cas_latency(const struct mem_controller *ctrl, in configure_e7501_cas_latency() 1147 static void configure_e7501_dram_controller_mode(const struct mem_controller *ctrl, in configure_e7501_dram_controller_mode() 1234 static void configure_e7501_row_attributes(const struct mem_controller in configure_e7501_row_attributes() 1465 static void sdram_enable(const struct mem_controller *ctrl) in sdram_enable() 1544 static void sdram_post_ecc(const struct mem_controller *ctrl) in sdram_post_ecc() 1561 static void sdram_set_spd_registers(const struct mem_controller *ctrl) in sdram_set_spd_registers() 1606 static void sdram_set_registers(const struct mem_controller *ctrl) in sdram_set_registers()
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7280/display/ |
H A D | edp_ctrl.c | 476 static void edp_config_ctrl(struct edp_ctrl *ctrl, uint8_t *dpcd) in edp_config_ctrl() 557 static void edp_sink_train_set_adjust(struct edp_ctrl *ctrl, in edp_sink_train_set_adjust() 606 static int edp_voltage_pre_emphasis_set(struct edp_ctrl *ctrl) in edp_voltage_pre_emphasis_set() 614 static int edp_start_link_train_1(struct edp_ctrl *ctrl, uint8_t *dpcd) in edp_start_link_train_1() 674 static int edp_start_link_train_2(struct edp_ctrl *ctrl, uint8_t *dpcd) in edp_start_link_train_2() 719 static int edp_link_rate_down_shift(struct edp_ctrl *ctrl, uint8_t *dpcd) in edp_link_rate_down_shift() 762 static int edp_link_lane_down_shift(struct edp_ctrl *ctrl, uint8_t *dpcd) in edp_link_lane_down_shift() 786 static int edp_do_link_train(struct edp_ctrl *ctrl, uint8_t *dpcd) in edp_do_link_train() 896 static void edp_ctrl_config_misc(struct edp_ctrl *ctrl) in edp_ctrl_config_misc() 920 static int edp_ctrl_pixel_clock_dividers(struct edp_ctrl *ctrl, in edp_ctrl_pixel_clock_dividers() [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.cc | 89 bool ShouldRehashForBugDetection(const ctrl_t* ctrl, size_t capacity) { in ShouldRehashForBugDetection() 112 should_rehash_for_bug_detection_on_insert(const ctrl_t* ctrl, in should_rehash_for_bug_detection_on_insert() 120 const ctrl_t* ctrl, size_t capacity) const { in should_rehash_for_bug_detection_on_move() argument 125 const ctrl_t* ctrl) { in ShouldInsertBackwardsForDebug() 145 void ConvertDeletedToEmptyAndFullToDeleted(ctrl_t* ctrl, size_t capacity) { in ConvertDeletedToEmptyAndFullToDeleted() 181 size_t FindEmptySlot(size_t start, size_t end, const ctrl_t* ctrl) { in FindEmptySlot() 214 ctrl_t* ctrl = common.control(); in DropDeletesWithoutResize() local
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.cc | 89 bool ShouldRehashForBugDetection(const ctrl_t* ctrl, size_t capacity) { in ShouldRehashForBugDetection() 112 should_rehash_for_bug_detection_on_insert(const ctrl_t* ctrl, in should_rehash_for_bug_detection_on_insert() 120 const ctrl_t* ctrl, size_t capacity) const { in should_rehash_for_bug_detection_on_move() argument 125 const ctrl_t* ctrl) { in ShouldInsertBackwardsForDebug() 145 void ConvertDeletedToEmptyAndFullToDeleted(ctrl_t* ctrl, size_t capacity) { in ConvertDeletedToEmptyAndFullToDeleted() 181 size_t FindEmptySlot(size_t start, size_t end, const ctrl_t* ctrl) { in FindEmptySlot() 214 ctrl_t* ctrl = common.control(); in DropDeletesWithoutResize() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.cc | 86 bool ShouldRehashForBugDetection(const ctrl_t* ctrl, size_t capacity) { in ShouldRehashForBugDetection() 109 should_rehash_for_bug_detection_on_insert(const ctrl_t* ctrl, in should_rehash_for_bug_detection_on_insert() 117 const ctrl_t* ctrl, size_t capacity) const { in should_rehash_for_bug_detection_on_move() argument 122 const ctrl_t* ctrl) { in ShouldInsertBackwardsForDebug() 142 void ConvertDeletedToEmptyAndFullToDeleted(ctrl_t* ctrl, size_t capacity) { in ConvertDeletedToEmptyAndFullToDeleted() 195 ctrl_t* ctrl = common.control(); in DropDeletesWithoutResize() local
|
/aosp_15_r20/external/coreboot/src/drivers/usb/ |
H A D | ehci_debug.c | 71 u32 ctrl; in dbgp_wait_until_complete() local 99 unsigned int ctrl, const int timeout) in dbgp_wait_until_done() 202 u32 ctrl, lo, hi; in dbgp_print_data() local 226 u32 pids, addr, ctrl; in dbgp_bulk_write() local 259 u32 pids, addr, ctrl; in dbgp_bulk_read() local 307 u32 pids, addr, ctrl; in dbgp_control_msg() local 428 u32 cmd, ctrl, status, portsc, hcs_params; in usbdebug_init_() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A D | uhci.c | 610 uhci_reg_write32(hci_t *ctrl, usbreg reg, u32 value) in uhci_reg_write32() 616 uhci_reg_read32(hci_t *ctrl, usbreg reg) in uhci_reg_read32() 622 uhci_reg_write16(hci_t *ctrl, usbreg reg, u16 value) in uhci_reg_write16() 628 uhci_reg_read16(hci_t *ctrl, usbreg reg) in uhci_reg_read16() 634 uhci_reg_write8(hci_t *ctrl, usbreg reg, u8 value) in uhci_reg_write8() 640 uhci_reg_read8(hci_t *ctrl, usbreg reg) in uhci_reg_read8()
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.c | 41 struct wifihal_ctrl *ctrl; in wifihal_ctrl_open2() local 162 void wifihal_ctrl_close(struct wifihal_ctrl *ctrl) in wifihal_ctrl_close() 172 int wifihal_ctrl_request2(struct wifihal_ctrl *ctrl, const char *cmd, size_t cmd_len, in wifihal_ctrl_request2() 232 int wifihal_ctrl_request(struct wifihal_ctrl *ctrl, const char *cmd, size_t cmd_len, in wifihal_ctrl_request()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | func_test.go | 267 type ctrl struct { struct 268 kind BlockKind 269 control string 270 succs []string
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/native_raminit/ |
H A D | spd_bitmunching.c | 71 static void get_spd_data(struct sysinfo *ctrl) in get_spd_data() 103 static enum raminit_status find_common_spd_parameters(struct sysinfo *ctrl) in find_common_spd_parameters() 202 enum raminit_status collect_spd_info(struct sysinfo *ctrl) in collect_spd_info()
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.c | 41 struct wifihal_ctrl *ctrl; in wifihal_ctrl_open2() local 167 void wifihal_ctrl_close(struct wifihal_ctrl *ctrl) in wifihal_ctrl_close() 177 int wifihal_ctrl_request(struct wifihal_ctrl *ctrl, const char *cmd, size_t cmd_len, in wifihal_ctrl_request()
|
/aosp_15_r20/external/easymock/src/org/easymock/ |
H A D | EasyMockSupport.java | 143 IMocksControl ctrl = EasyMock.createStrictControl(); in createStrictControl() local 154 IMocksControl ctrl = EasyMock.createControl(); in createControl() local 167 IMocksControl ctrl = EasyMock.createNiceControl(); in createNiceControl() local
|