/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.c | 34 union wpa_event_data data; in wpa_supplicant_gen_assoc_event() local 47 os_memset(&data, 0, sizeof(data)); in wpa_supplicant_gen_assoc_event() 48 wpa_supplicant_event(wpa_s, EVENT_ASSOC, &data); in wpa_supplicant_gen_assoc_event() 87 * @wpa_s: Pointer to wpa_supplicant data 255 * @wpa_s: Pointer to wpa_supplicant data 1363 * @wpa_s: Pointer to wpa_supplicant data 1399 * @wpa_s: Pointer to wpa_supplicant data 1443 * @wpa_s: Pointer to wpa_supplicant data 1745 * @wpa_s: Pointer to wpa_supplicant data [all...] |
/applications/standard/settings/napi/settings/ |
H A D | napi_settings_init.cpp | 276 void* data = nullptr;
in ClassConstructor() local 277 napi_get_cb_info(env, info, &argc, &argv, &thisArg, &data);
in ClassConstructor()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/ |
H A D | drv_i2c.c | 69 hi_u8 *data; member 149 HI_LOG_INFO("wait write data timeout!\n"); in i2c_drv_wait_write_end() 158 HI_LOG_INFO("wait write data timeout!\n"); in i2c_drv_wait_write_end() 246 HI_LOG_INFO("wait Read data timeout!\n"); in i2c_drv_wait_read() 276 HI_LOG_ERR("wait write data timeout!\n"); in i2c_drv_write_config() 416 (*(g_i2c_info[i2c_num].data + g_i2c_info[i2c_num].irq_info.irq_send_count))); in i2c_read_write_data_by_irq() 519 /* send data */ in i2c_drv_write() 603 /* repetitivily read data */ in i2c_drv_read() 608 } else { /* if i2c master receive data will send ACK */ in i2c_drv_read() 661 /* repetitivily read data */ in i2c_drv_read_si_labs() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_driver.c | 649 * with processing the trace data */ in kbase_pm_check_transitions_nolock() 1338 struct kbase_device *kbdev = pdev->data; in kbasep_protected_mode_enable() 1346 struct kbase_device *kbdev = pdev->data; in kbasep_protected_mode_disable()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | procfs.c | 612 struct rkisp_device *data = PDE_DATA(inode); in isp_open() local 614 return single_open(file, isp_show, data); in isp_open()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_driver.c | 677 * with processing the trace data */ in kbase_pm_check_transitions_nolock() 1477 struct kbase_device *kbdev = pdev->data; in kbasep_protected_mode_enable() 1486 struct kbase_device *kbdev = pdev->data; in kbasep_protected_mode_disable()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_firmware_no_mali.c | 510 * @data: Pointer to a work_struct embedded in kbase device. 514 static void firmware_error_worker(struct work_struct *const data) in firmware_error_worker() argument 517 container_of(data, struct kbase_device, csf.fw_error_work); in firmware_error_worker() 1212 * copy_grp_and_stm - Copy CS and/or group data 1216 * @group_data: Pointer where to store all the group data 1220 * @stream_data: Pointer where to store all the stream data
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_ip.c | 300 static void dhd_tcpack_send(ulong data) in dhd_tcpack_send() argument 313 cur_tbl = (tcpack_info_t *)data; in dhd_tcpack_send() 455 /* Clean up timer/data structure for in dhd_tcpack_suppress_set() 665 DHD_TRACE(("%s %d: data info[%d], IP addr "IPV4_ADDR_STR" "IPV4_ADDR_STR in dhd_tcpdata_psh_acked() 788 /* This packet has TCP data, so just send */ in dhd_tcpack_suppress() 844 DHD_ERROR(("%s %d: oldpkt data NULL!! cur idx %d, ttl cnt %d\n", in dhd_tcpack_suppress() 1003 DHD_TRACE(("%s %d: Do nothing for no data TCP ACK\n", __FUNCTION__, __LINE__)); in dhd_tcpdata_info_get() 1038 DHD_TRACE(("%s %d: data info[%d], IP addr "IPV4_ADDR_STR" "IPV4_ADDR_STR in dhd_tcpdata_info_get() 1112 DHD_INFO(("%s %d: Add data info to tbl[%d]: IP addr "IPV4_ADDR_STR" "IPV4_ADDR_STR in dhd_tcpdata_info_get() 1244 /* This packet has TCP data, s in dhd_tcpack_hold() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | procfs.c | 778 struct rkisp_device *data = PDE_DATA(inode); in isp_open() local 780 return single_open(file, isp_show, data); in isp_open()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | k3dma.c | 818 .data = &k3_v1_dma_data 821 .data = &asp_v1_dma_data
|
H A D | s3c24xx-dma.c | 99 * Therefore we separate the chansel element of the channel data into 4 142 * struct s3c24xx_sg - structure containing data per sg 209 * @lock: a lock for this channel data 229 * @pdata: platform data passed in from the platform/machine 233 * @phy_chans: array of data for the physical channels 637 static irqreturn_t s3c24xx_dma_irq(int irq, void *data) in s3c24xx_dma_irq() argument 639 struct s3c24xx_dma_phy *phy = data; in s3c24xx_dma_irq() 1086 * Make a local wrapper to hold required data 1195 dev_err(&pdev->dev, "platform data missing\n"); in s3c24xx_dma_probe()
|
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
H A D | clk-exynos4.c | 1064 { .compatible = "samsung,clock-xxti", .data = (void *)0, }, 1065 { .compatible = "samsung,clock-xusbxti", .data = (void *)1, },
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-qoriq.c | 1361 static struct clk *clockgen_clk_get(struct of_phandle_args *clkspec, void *data) in clockgen_clk_get() argument 1363 struct clockgen *cg = data; in clockgen_clk_get()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp_core.c | 52 * struct cryp_driver_data - data specific to the driver. 505 static void cryp_dma_out_callback(void *data) in cryp_dma_out_callback() argument 507 struct cryp_ctx *ctx = (struct cryp_ctx *) data; in cryp_dma_out_callback() 1276 /* Grab the DMA configuration from platform data. */ in ux500_cryp_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 107 uint32_t index, uint32_t data) in atom_iio_execute() 151 ((data >> CU8(base + 2)) & in atom_iio_execute() 1270 /* reset data block */ in amdgpu_atom_execute_table() 106 atom_iio_execute(struct atom_context *ctx, int base, uint32_t index, uint32_t data) atom_iio_execute() argument
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pal.h | 64 #define PAL_CACHE_LINE_INIT 31 /* init tags & data of cache line */ 84 #define PAL_CACHE_READ 259 /* read tag & data of cacheline for diagnostic testing */ 85 #define PAL_CACHE_WRITE 260 /* write tag & data of cacheline for diagnostic testing */ 230 u32 data_bits : 8, /* # data bits covered by 259 #define PAL_CACHE_PROT_PART_TAG_DATA 2 /* Tag+data protection (tag is 262 #define PAL_CACHE_PROT_PART_DATA_TAG 3 /* Data+tag protection (data is 311 start : 8, /* 47-40 lsb of data to 351 u64 pcli_data; /* 64-bit data, tag, protection bits .. */ 352 u64 pcli_data_len; /* data length in bits */ 495 dl : 1, /* Failure in data par 1007 ia64_pal_cache_write(pal_cache_line_id_u_t line_id, u64 physical_addr, u64 data) ia64_pal_cache_write() argument [all...] |
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | mmu.c | 46 u64 __section(".mmuoff.data.write") vabits_actual; 53 * Empty_zero_page is a special page that is used for zero-initialized data 648 /* Map both the text and data into the kernel page table */ in map_entry_trampoline() 1568 unsigned long action, void *data) in prevent_bootmem_remove_notifier() 1571 struct memory_notify *arg = data; in prevent_bootmem_remove_notifier() 1567 prevent_bootmem_remove_notifier(struct notifier_block *nb, unsigned long action, void *data) prevent_bootmem_remove_notifier() argument
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | util.S | 13 | reg_dest: write byte, word, or long data to Dn 627 | reg_dest --- write byte, word, or long data to Dn 632 | d1: data size and dest register number formatted as:
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | fadump.c | 74 * + cpu data size + hpte size and metadata. 131 int depth, void *data) in early_init_dt_scan_fw_dump() 269 pr_debug(" CPU state data size: %lx\n", fw_dump.cpu_state_data_size); in fadump_show_config() 395 * Firmware usually has a hard limit on the data it can copy per region. 1634 * If dump data is available then see if it is valid and prepare for in setup_fadump() 1664 int depth, void *data) in early_init_dt_scan_fw_dump() 1675 * preserve crash data. The subsequent memory preserving kernel boot 1676 * is likely to process this crash data. 1683 * above boot memory to preserve crash data. in fadump_reserve_mem() 1685 pr_info("Preserving crash data fo in fadump_reserve_mem() 130 early_init_dt_scan_fw_dump(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_fw_dump() argument 1663 early_init_dt_scan_fw_dump(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_fw_dump() argument [all...] |
H A D | pci-common.c | 557 * the data read within those 32 bits for size 1 and 2 in pci_legacy_write() 1053 resource_size_t pcibios_align_resource(void *data, const struct resource *res, in pcibios_align_resource() argument 1056 struct pci_dev *dev = data; in pcibios_align_resource()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | firmware.c | 283 int pdc_pat_chassis_send_log(unsigned long state, unsigned long data) in pdc_pat_chassis_send_log() argument 292 retval = mem_pdc_call(PDC_PAT_CHASSIS_LOG, PDC_PAT_CHASSIS_WRITE_LOG, __pa(&state), __pa(&data)); in pdc_pat_chassis_send_log() 379 * pdc_iodc_read - Read data from the modules IODC. 725 * pdc_stable_read - Read data from Stable Storage. 727 * @memaddr: The memory address where Stable Storage data shall be copied. 751 * pdc_stable_write - Write data to Stable Storage. 753 * @memaddr: The memory address where Stable Storage data shall be read from.
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 1454 * The first two (2) bytes of the data in the buffer are the length of in pseries_lpar_read_hblkrm_characteristics() 1455 * the returned data, not counting these first two (2) bytes. in pseries_lpar_read_hblkrm_characteristics() 1573 static int pseries_lpar_resize_hpt_commit(void *data) in pseries_lpar_resize_hpt_commit() argument 1575 struct hpt_resize_state *state = data; in pseries_lpar_resize_hpt_commit() 1988 /* debugfs file interface for vpa data */
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | debug.c | 384 * - format one debug entry and return size of formated data 634 * @buf_size: Size of data area in each debug entry 677 * @buf_size: Size of data area in each debug entry 913 .data = &debug_stoppable, 920 .data = &debug_active, 1411 pr_info("Flushing debug data failed because %c is not a valid " in debug_input_flush_fn() 1420 * prints debug data in hex/ascii format 1471 * prints debug data sprintf-formated:
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | pt.c | 461 * produce no data. Note^2: if executable code at 0x0 in pt_config_filters() 541 * registers and causes all data packets to be written to memory, in pt_config_stop() 542 * but a fence is required for the data to become globally visible. in pt_config_stop() 544 * The below WMB, separating data store and aux_head store matches in pt_config_stop() 545 * the consumer's RMB that separates aux_head load and data load. in pt_config_stop() 827 * Update buffer's current write pointer position and data size. 899 * means we are already losing data; need to let the decoder in pt_handle_status() 1056 * Place INT and STOP marks to prevent overwriting old data that the consumer 1325 * @data: PT buffer. 1327 static void pt_buffer_free_aux(void *data) in pt_buffer_free_aux() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | alternative.c | 963 int3_exception_notify(struct notifier_block *self, unsigned long val, void *data) in int3_exception_notify() argument 965 struct die_args *args = data; in int3_exception_notify() 999 ".pushsection .init.data,\"aw\"\n\t" in int3_selftest() 1499 * ensure reading a non-zero refcount provides up to date bp_desc data. in text_poke_bp_batch()
|