/kernel/linux/linux-6.6/drivers/mtd/parsers/ |
H A D | qcomsmempart.c | 46 * @numparts: Number of partitions in this ptable 47 * @pentry: Flash partition entries belonging to this ptable 64 struct smem_flash_ptable *ptable; in parse_qcomsmem_part() local 76 ptable = qcom_smem_get(SMEM_APPS, SMEM_AARM_PARTITION_TABLE, &len); in parse_qcomsmem_part() 77 if (IS_ERR(ptable)) { in parse_qcomsmem_part() 78 if (PTR_ERR(ptable) != -EPROBE_DEFER) in parse_qcomsmem_part() 80 return PTR_ERR(ptable); in parse_qcomsmem_part() 83 /* Verify ptable magic */ in parse_qcomsmem_part() 84 if (le32_to_cpu(ptable->magic1) != SMEM_FLASH_PART_MAGIC1 || in parse_qcomsmem_part() 85 le32_to_cpu(ptable in parse_qcomsmem_part() [all...] |
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smem.c | 268 * @ptable: virtual base of partition table 283 struct smem_ptable *ptable; member 822 struct smem_ptable *ptable; in qcom_smem_get_ptable() local 825 ptable = smem->ptable; in qcom_smem_get_ptable() 826 if (memcmp(ptable->magic, SMEM_PTABLE_MAGIC, sizeof(ptable->magic))) in qcom_smem_get_ptable() 829 version = le32_to_cpu(ptable->version); in qcom_smem_get_ptable() 835 return ptable; in qcom_smem_get_ptable() 840 struct smem_ptable *ptable; in qcom_smem_get_item_count() local 909 struct smem_ptable *ptable; qcom_smem_set_global_partition() local 962 struct smem_ptable *ptable; qcom_smem_enumerate_partitions() local [all...] |
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smem.c | 687 struct smem_ptable *ptable; in qcom_smem_get_ptable() local 690 ptable = smem->regions[0].virt_base + smem->regions[0].size - SZ_4K; in qcom_smem_get_ptable() 691 if (memcmp(ptable->magic, SMEM_PTABLE_MAGIC, sizeof(ptable->magic))) in qcom_smem_get_ptable() 694 version = le32_to_cpu(ptable->version); in qcom_smem_get_ptable() 700 return ptable; in qcom_smem_get_ptable() 705 struct smem_ptable *ptable; in qcom_smem_get_item_count() local 708 ptable = qcom_smem_get_ptable(smem); in qcom_smem_get_item_count() 709 if (IS_ERR_OR_NULL(ptable)) in qcom_smem_get_item_count() 712 info = (struct smem_info *)&ptable in qcom_smem_get_item_count() 771 struct smem_ptable *ptable; qcom_smem_set_global_partition() local 821 struct smem_ptable *ptable; qcom_smem_enumerate_partitions() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | processpptables.c | 122 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *ptable = in get_vce_clock_voltage_limit_table_size() local 125 table_size = sizeof(uint8_t) + ptable->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record); in get_vce_clock_voltage_limit_table_size() 313 struct phm_cac_tdp_table **ptable, in get_cac_tdp_table() 335 *ptable = tdp_table; in get_cac_tdp_table() 378 struct phm_clock_voltage_dependency_table **ptable, in get_clock_voltage_dependency_table() 403 *ptable = dep_table; in get_clock_voltage_dependency_table() 409 struct phm_clock_array **ptable, in get_valid_clk() 425 *ptable = clock_table; in get_valid_clk() 1209 struct phm_uvd_clock_voltage_dependency_table **ptable, in get_uvd_clock_voltage_limit_table() 1236 *ptable in get_uvd_clock_voltage_limit_table() 312 get_cac_tdp_table(struct pp_hwmgr *hwmgr, struct phm_cac_tdp_table **ptable, const ATOM_PowerTune_Table *table, uint16_t us_maximum_power_delivery_limit) get_cac_tdp_table() argument 377 get_clock_voltage_dependency_table(struct pp_hwmgr *hwmgr, struct phm_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_Clock_Voltage_Dependency_Table *table) get_clock_voltage_dependency_table() argument 408 get_valid_clk(struct pp_hwmgr *hwmgr, struct phm_clock_array **ptable, const struct phm_clock_voltage_dependency_table *table) get_valid_clk() argument 1208 get_uvd_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_uvd_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *table, const UVDClockInfoArray *array) get_uvd_clock_voltage_limit_table() argument 1241 get_vce_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_vce_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table, const VCEClockInfoArray *array) get_vce_clock_voltage_limit_table() argument 1273 get_samu_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_samu_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *table) get_samu_clock_voltage_limit_table() argument 1301 get_acp_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_acp_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *table) get_acp_clock_voltage_limit_table() argument 1375 const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *ptable = init_clock_voltage_dependency() local 1386 const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *ptable = init_clock_voltage_dependency() local 1397 const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *ptable = init_clock_voltage_dependency() local 1496 get_cac_leakage_table(struct pp_hwmgr *hwmgr, struct phm_cac_leakage_table **ptable, const ATOM_PPLIB_CAC_Leakage_Table *table) get_cac_leakage_table() argument 1639 const ATOM_PPLIB_PhaseSheddingLimits_Table *ptable = init_phase_shedding_table() local [all...] |
H A D | smu8_hwmgr.c | 72 struct phm_vce_clock_voltage_dependency_table *ptable = in smu8_get_eclk_level() local 78 for (i = 0; i < (int)ptable->count; i++) { in smu8_get_eclk_level() 79 if (clock <= ptable->entries[i].ecclk) in smu8_get_eclk_level() 86 for (i = ptable->count - 1; i >= 0; i--) { in smu8_get_eclk_level() 87 if (clock >= ptable->entries[i].ecclk) in smu8_get_eclk_level() 133 struct phm_uvd_clock_voltage_dependency_table *ptable = in smu8_get_uvd_level() local 139 for (i = 0; i < (int)ptable->count; i++) { in smu8_get_uvd_level() 140 if (clock <= ptable->entries[i].vclk) in smu8_get_uvd_level() 147 for (i = ptable->count - 1; i >= 0; i--) { in smu8_get_uvd_level() 148 if (clock >= ptable in smu8_get_uvd_level() 1271 struct phm_vce_clock_voltage_dependency_table *ptable = smu8_dpm_update_vce_dpm() local 1885 struct phm_uvd_clock_voltage_dependency_table *ptable = smu8_dpm_update_uvd_dpm() local [all...] |
H A D | smu10_hwmgr.c | 439 struct smu10_voltage_dependency_table *ptable; in smu10_get_clock_voltage_dependency_table() local 441 ptable = kzalloc(struct_size(ptable, entries, num_entry), GFP_KERNEL); in smu10_get_clock_voltage_dependency_table() 442 if (NULL == ptable) in smu10_get_clock_voltage_dependency_table() 445 ptable->count = num_entry; in smu10_get_clock_voltage_dependency_table() 447 for (i = 0; i < ptable->count; i++) { in smu10_get_clock_voltage_dependency_table() 448 ptable->entries[i].clk = pclk_dependency_table->Freq * 100; in smu10_get_clock_voltage_dependency_table() 449 ptable->entries[i].vol = pclk_dependency_table->Vol; in smu10_get_clock_voltage_dependency_table() 453 *pptable = ptable; in smu10_get_clock_voltage_dependency_table()
|
H A D | process_pptables_v1_0.c | 494 PPTable_Generic_SubTable_Header const *ptable in get_pcie_table() 503 if (ptable->ucRevId < 1) { in get_pcie_table() 504 const ATOM_Tonga_PCIE_Table *atom_pcie_table = (ATOM_Tonga_PCIE_Table *)ptable; in get_pcie_table() 543 const ATOM_Polaris10_PCIE_Table *atom_pcie_table = (ATOM_Polaris10_PCIE_Table *)ptable; in get_pcie_table()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | processpptables.c | 122 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *ptable = in get_vce_clock_voltage_limit_table_size() local 125 table_size = sizeof(uint8_t) + ptable->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record); in get_vce_clock_voltage_limit_table_size() 313 struct phm_cac_tdp_table **ptable, in get_cac_tdp_table() 335 *ptable = tdp_table; in get_cac_tdp_table() 378 struct phm_clock_voltage_dependency_table **ptable, in get_clock_voltage_dependency_table() 400 *ptable = dep_table; in get_clock_voltage_dependency_table() 406 struct phm_clock_array **ptable, in get_valid_clk() 421 *ptable = clock_table; in get_valid_clk() 1205 struct phm_uvd_clock_voltage_dependency_table **ptable, in get_uvd_clock_voltage_limit_table() 1229 *ptable in get_uvd_clock_voltage_limit_table() 312 get_cac_tdp_table(struct pp_hwmgr *hwmgr, struct phm_cac_tdp_table **ptable, const ATOM_PowerTune_Table *table, uint16_t us_maximum_power_delivery_limit) get_cac_tdp_table() argument 377 get_clock_voltage_dependency_table(struct pp_hwmgr *hwmgr, struct phm_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_Clock_Voltage_Dependency_Table *table) get_clock_voltage_dependency_table() argument 405 get_valid_clk(struct pp_hwmgr *hwmgr, struct phm_clock_array **ptable, const struct phm_clock_voltage_dependency_table *table) get_valid_clk() argument 1204 get_uvd_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_uvd_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *table, const UVDClockInfoArray *array) get_uvd_clock_voltage_limit_table() argument 1234 get_vce_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_vce_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table, const VCEClockInfoArray *array) get_vce_clock_voltage_limit_table() argument 1263 get_samu_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_samu_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *table) get_samu_clock_voltage_limit_table() argument 1288 get_acp_clock_voltage_limit_table(struct pp_hwmgr *hwmgr, struct phm_acp_clock_voltage_dependency_table **ptable, const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *table) get_acp_clock_voltage_limit_table() argument 1359 const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *ptable = init_clock_voltage_dependency() local 1370 const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *ptable = init_clock_voltage_dependency() local 1381 const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *ptable = init_clock_voltage_dependency() local 1480 get_cac_leakage_table(struct pp_hwmgr *hwmgr, struct phm_cac_leakage_table **ptable, const ATOM_PPLIB_CAC_Leakage_Table *table) get_cac_leakage_table() argument 1620 const ATOM_PPLIB_PhaseSheddingLimits_Table *ptable = init_phase_shedding_table() local [all...] |
H A D | smu8_hwmgr.c | 72 struct phm_vce_clock_voltage_dependency_table *ptable = in smu8_get_eclk_level() local 78 for (i = 0; i < (int)ptable->count; i++) { in smu8_get_eclk_level() 79 if (clock <= ptable->entries[i].ecclk) in smu8_get_eclk_level() 86 for (i = ptable->count - 1; i >= 0; i--) { in smu8_get_eclk_level() 87 if (clock >= ptable->entries[i].ecclk) in smu8_get_eclk_level() 133 struct phm_uvd_clock_voltage_dependency_table *ptable = in smu8_get_uvd_level() local 139 for (i = 0; i < (int)ptable->count; i++) { in smu8_get_uvd_level() 140 if (clock <= ptable->entries[i].vclk) in smu8_get_uvd_level() 147 for (i = ptable->count - 1; i >= 0; i--) { in smu8_get_uvd_level() 148 if (clock >= ptable in smu8_get_uvd_level() 1283 struct phm_vce_clock_voltage_dependency_table *ptable = smu8_dpm_update_vce_dpm() local 1897 struct phm_uvd_clock_voltage_dependency_table *ptable = smu8_dpm_update_uvd_dpm() local [all...] |
H A D | smu10_hwmgr.c | 474 struct smu10_voltage_dependency_table *ptable; in smu10_get_clock_voltage_dependency_table() local 476 ptable = kzalloc(struct_size(ptable, entries, num_entry), GFP_KERNEL); in smu10_get_clock_voltage_dependency_table() 477 if (NULL == ptable) in smu10_get_clock_voltage_dependency_table() 480 ptable->count = num_entry; in smu10_get_clock_voltage_dependency_table() 482 for (i = 0; i < ptable->count; i++) { in smu10_get_clock_voltage_dependency_table() 483 ptable->entries[i].clk = pclk_dependency_table->Freq * 100; in smu10_get_clock_voltage_dependency_table() 484 ptable->entries[i].vol = pclk_dependency_table->Vol; in smu10_get_clock_voltage_dependency_table() 488 *pptable = ptable; in smu10_get_clock_voltage_dependency_table()
|
H A D | process_pptables_v1_0.c | 478 PPTable_Generic_SubTable_Header const *ptable in get_pcie_table() 487 if (ptable->ucRevId < 1) { in get_pcie_table() 488 const ATOM_Tonga_PCIE_Table *atom_pcie_table = (ATOM_Tonga_PCIE_Table *)ptable; in get_pcie_table() 525 const ATOM_Polaris10_PCIE_Table *atom_pcie_table = (ATOM_Polaris10_PCIE_Table *)ptable; in get_pcie_table()
|
/kernel/linux/linux-5.10/arch/m68k/mm/ |
H A D | motorola.c | 107 #define PD_PAGE(ptable) (list_entry(ptable, struct page, lru)) 121 unsigned long ptable = (unsigned long)table; in init_pointer_table() local 122 unsigned long page = ptable & PAGE_MASK; in init_pointer_table() 123 unsigned int mask = 1U << ((ptable - page)/ptable_size(type)); in init_pointer_table() 132 pr_debug("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp)); in init_pointer_table() 190 unsigned long ptable = (unsigned long)table; in free_pointer_table() local 191 unsigned long page = ptable & PAGE_MASK; in free_pointer_table() 192 unsigned int mask = 1U << ((ptable - page)/ptable_size(type)); in free_pointer_table()
|
/kernel/linux/linux-6.6/arch/m68k/mm/ |
H A D | motorola.c | 106 #define PD_PAGE(ptable) (list_entry(ptable, struct page, lru)) 120 unsigned long ptable = (unsigned long)table; in init_pointer_table() local 121 unsigned long page = ptable & PAGE_MASK; in init_pointer_table() 122 unsigned int mask = 1U << ((ptable - page)/ptable_size(type)); in init_pointer_table() 131 pr_debug("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp)); in init_pointer_table() 189 unsigned long ptable = (unsigned long)table; in free_pointer_table() local 190 unsigned long page = ptable & PAGE_MASK; in free_pointer_table() 191 unsigned int mask = 1U << ((ptable - page)/ptable_size(type)); in free_pointer_table()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | boot.c | 189 memcpy(&partition, &wl->ptable[PART_DOWN], sizeof(partition)); in wl1271_boot_upload_firmware_chunk() 197 partition_limit = wl->ptable[PART_DOWN].mem.size; in wl1271_boot_upload_firmware_chunk() 205 wl->ptable[PART_DOWN].mem.size; in wl1271_boot_upload_firmware_chunk() 411 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_boot_upload_nvs() 439 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wlcore_boot_run_firmware() 523 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_boot_run_firmware()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | boot.c | 189 memcpy(&partition, &wl->ptable[PART_DOWN], sizeof(partition)); in wl1271_boot_upload_firmware_chunk() 197 partition_limit = wl->ptable[PART_DOWN].mem.size; in wl1271_boot_upload_firmware_chunk() 205 wl->ptable[PART_DOWN].mem.size; in wl1271_boot_upload_firmware_chunk() 411 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_boot_upload_nvs() 439 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wlcore_boot_run_firmware() 523 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_boot_run_firmware()
|
/kernel/linux/linux-5.10/drivers/sfi/ |
H A D | sfi_acpi.c | 76 #define XSDT_GET_NUM_ENTRIES(ptable, entry_type) \ 77 ((ptable->header.length - sizeof(struct acpi_table_header)) / \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sfi.h | 88 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \ 89 ((ptable->header.len - sizeof(struct sfi_table_header)) / \
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_f34v7.c | 354 const struct partition_table *ptable; in rmi_f34v7_parse_partition_table() local 358 ptable = partition_table + index; in rmi_f34v7_parse_partition_table() 359 partition_length = le16_to_cpu(ptable->partition_length); in rmi_f34v7_parse_partition_table() 360 physical_address = le16_to_cpu(ptable->start_physical_address); in rmi_f34v7_parse_partition_table() 363 __func__, i, sizeof(struct partition_table), ptable); in rmi_f34v7_parse_partition_table() 364 switch (ptable->partition_id & 0x1f) { in rmi_f34v7_parse_partition_table() 468 u8 *ptable; in rmi_f34v7_read_queries() local 559 ptable = f34->v7.read_config_buf; in rmi_f34v7_read_queries() 568 rmi_f34v7_parse_partition_table(f34, ptable, in rmi_f34v7_read_queries()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f34v7.c | 376 const struct partition_table *ptable; in rmi_f34v7_parse_partition_table() local 380 ptable = partition_table + index; in rmi_f34v7_parse_partition_table() 381 partition_length = le16_to_cpu(ptable->partition_length); in rmi_f34v7_parse_partition_table() 382 physical_address = le16_to_cpu(ptable->start_physical_address); in rmi_f34v7_parse_partition_table() 385 __func__, i, sizeof(struct partition_table), ptable); in rmi_f34v7_parse_partition_table() 386 switch (ptable->partition_id & 0x1f) { in rmi_f34v7_parse_partition_table() 490 u8 *ptable; in rmi_f34v7_read_queries() local 574 ptable = f34->v7.read_config_buf; in rmi_f34v7_read_queries() 583 rmi_f34v7_parse_partition_table(f34, ptable, in rmi_f34v7_read_queries()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 715 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_set_clk() 849 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_boot() 873 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_upload() 899 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_pre_upload() 925 &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_pre_upload() 938 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_pre_upload() 957 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_set_mac_and_phy() 1348 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_get_pg_ver() 1384 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_get_pg_ver() 1480 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SO in wl18xx_get_mac() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 715 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_set_clk() 849 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_boot() 873 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_upload() 899 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_pre_upload() 925 &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_pre_upload() 938 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_pre_upload() 957 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_set_mac_and_phy() 1348 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_get_pg_ver() 1384 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_get_pg_ver() 1480 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SO in wl18xx_get_mac() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1103 ret = wlcore_set_partition(wl, &wl->ptable[PART_DRPW]); in wl12xx_pre_boot() 1126 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wl12xx_pre_boot() 1513 ret = wlcore_set_partition(wl, &wl->ptable[PART_DRPW]); in wl12xx_get_fuse_mac() 1530 ret = wlcore_set_partition(wl, &wl->ptable[PART_DOWN]); in wl12xx_get_fuse_mac() 1909 wl->ptable = wl12xx_ptable; in wl12xx_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1103 ret = wlcore_set_partition(wl, &wl->ptable[PART_DRPW]); in wl12xx_pre_boot() 1126 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wl12xx_pre_boot() 1513 ret = wlcore_set_partition(wl, &wl->ptable[PART_DRPW]); in wl12xx_get_fuse_mac() 1530 ret = wlcore_set_partition(wl, &wl->ptable[PART_DOWN]); in wl12xx_get_fuse_mac() 1909 wl->ptable = wl12xx_ptable; in wl12xx_probe()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_mlme_ext.c | 3802 struct action_handler *ptable; in OnAction() local 3811 ptable = &OnAction_tbl[i]; in OnAction() 3812 if (category == ptable->num) in OnAction() 3813 ptable->func(padapter, precv_frame); in OnAction() 4056 struct mlme_handler *ptable, in _mgt_dispatcher() 4062 if (ptable->func) { in _mgt_dispatcher() 4067 ptable->func(padapter, precv_frame); in _mgt_dispatcher() 4074 struct mlme_handler *ptable; in mgt_dispatcher() local 4099 ptable = mlme_sta_tbl; in mgt_dispatcher() 4107 ptable in mgt_dispatcher() 4055 _mgt_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, struct recv_frame *precv_frame) _mgt_dispatcher() argument [all...] |
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eer.c | 665 static __poll_t dasd_eer_poll(struct file *filp, poll_table *ptable) in dasd_eer_poll() argument 672 poll_wait(filp, &dasd_eer_read_wait_queue, ptable); in dasd_eer_poll()
|