/linux/drivers/mtd/parsers/ |
A D | qcomsmempart.c | 62 struct smem_flash_ptable *ptable; in parse_qcomsmem_part() local 77 if (IS_ERR(ptable)) { in parse_qcomsmem_part() 79 return PTR_ERR(ptable); in parse_qcomsmem_part() 83 if (le32_to_cpu(ptable->magic1) != SMEM_FLASH_PART_MAGIC1 || in parse_qcomsmem_part() 84 le32_to_cpu(ptable->magic2) != SMEM_FLASH_PART_MAGIC2) { in parse_qcomsmem_part() 90 numparts = le32_to_cpu(ptable->numparts); in parse_qcomsmem_part() 97 if (le32_to_cpu(ptable->version) <= SMEM_FLASH_PTABLE_V3) { in parse_qcomsmem_part() 114 if (IS_ERR(ptable)) { in parse_qcomsmem_part() 116 return PTR_ERR(ptable); in parse_qcomsmem_part() 124 pentry = &ptable->pentry[i]; in parse_qcomsmem_part() [all …]
|
/linux/drivers/soc/qcom/ |
A D | smem.c | 689 struct smem_ptable *ptable; in qcom_smem_get_ptable() local 693 if (memcmp(ptable->magic, SMEM_PTABLE_MAGIC, sizeof(ptable->magic))) in qcom_smem_get_ptable() 702 return ptable; in qcom_smem_get_ptable() 707 struct smem_ptable *ptable; in qcom_smem_get_item_count() local 711 if (IS_ERR_OR_NULL(ptable)) in qcom_smem_get_item_count() 714 info = (struct smem_info *)&ptable->entry[ptable->num_entries]; in qcom_smem_get_item_count() 771 struct smem_ptable *ptable; in qcom_smem_set_global_partition() local 781 if (IS_ERR(ptable)) in qcom_smem_set_global_partition() 782 return PTR_ERR(ptable); in qcom_smem_set_global_partition() 827 if (IS_ERR(ptable)) in qcom_smem_enumerate_partitions() [all …]
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | processpptables.c | 313 struct phm_cac_tdp_table **ptable, in get_cac_tdp_table() argument 335 *ptable = tdp_table; in get_cac_tdp_table() 400 *ptable = dep_table; in get_clock_voltage_dependency_table() 406 struct phm_clock_array **ptable, in get_valid_clk() argument 421 *ptable = clock_table; in get_valid_clk() 1229 *ptable = uvd_table; in get_uvd_clock_voltage_limit_table() 1258 *ptable = vce_table; in get_vce_clock_voltage_limit_table() 1283 *ptable = samu_table; in get_samu_clock_voltage_limit_table() 1308 *ptable = acp_table; in get_acp_clock_voltage_limit_table() 1487 if (!hwmgr || !table || !ptable) in get_cac_leakage_table() [all …]
|
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() 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->entries[i].vclk) in smu8_get_uvd_level() 1278 ptable->entries[ptable->count - 1].ecclk; in smu8_dpm_update_vce_dpm() [all …]
|
A D | smu10_hwmgr.c | 461 struct smu10_voltage_dependency_table *ptable; in smu10_get_clock_voltage_dependency_table() local 463 ptable = kzalloc(struct_size(ptable, entries, num_entry), GFP_KERNEL); in smu10_get_clock_voltage_dependency_table() 464 if (NULL == ptable) in smu10_get_clock_voltage_dependency_table() 467 ptable->count = num_entry; in smu10_get_clock_voltage_dependency_table() 469 for (i = 0; i < ptable->count; i++) { in smu10_get_clock_voltage_dependency_table() 470 ptable->entries[i].clk = pclk_dependency_table->Freq * 100; in smu10_get_clock_voltage_dependency_table() 471 ptable->entries[i].vol = pclk_dependency_table->Vol; in smu10_get_clock_voltage_dependency_table() 475 *pptable = ptable; in smu10_get_clock_voltage_dependency_table()
|
A D | process_pptables_v1_0.c | 478 PPTable_Generic_SubTable_Header const *ptable in get_pcie_table() argument 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()
|
/linux/arch/m68k/mm/ |
A D | motorola.c | 107 #define PD_PAGE(ptable) (list_entry(ptable, struct page, lru)) argument 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()
|
/linux/drivers/net/wireless/ti/wlcore/ |
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()
|
A D | wlcore.h | 416 const struct wlcore_partition_set *ptable; member
|
A D | main.c | 908 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wlcore_print_recovery() 923 wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_print_recovery() 1037 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl12xx_set_power_on() 6778 if (!wl->ops || !wl->ptable || !pdev_data) in wlcore_probe()
|
/linux/drivers/net/wireless/ti/wl18xx/ |
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() 1507 ret = wlcore_set_partition(wl, &wl->ptable[PART_DOWN]); in wl18xx_get_mac() [all …]
|
/linux/drivers/input/rmi4/ |
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()
|
/linux/drivers/net/wireless/ti/wl12xx/ |
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()
|
/linux/drivers/staging/rtl8723bs/core/ |
A D | rtw_mlme_ext.c | 429 if (ptable->func) { in _mgt_dispatcher() 435 ptable->func(padapter, precv_frame); in _mgt_dispatcher() 442 struct mlme_handler *ptable; in mgt_dispatcher() local 459 ptable = mlme_sta_tbl; in mgt_dispatcher() 466 ptable += index; in mgt_dispatcher() 482 ptable->func = &OnAuth; in mgt_dispatcher() 484 ptable->func = &OnAuthClient; in mgt_dispatcher() 1899 struct action_handler *ptable; in OnAction() local 1908 ptable = &OnAction_tbl[i]; in OnAction() 1910 if (category == ptable->num) in OnAction() [all …]
|
/linux/drivers/s390/block/ |
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()
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | kvmgt.c | 97 struct hlist_head ptable[NR_BKT]; member 481 hash_init(info->ptable); in kvmgt_protect_table_init() 490 hash_for_each_safe(info->ptable, i, tmp, p, hnode) { in kvmgt_protect_table_destroy() 501 hash_for_each_possible(info->ptable, p, hnode, gfn) { in __kvmgt_protect_table_find() 532 hash_add(info->ptable, &p->hnode, gfn); in kvmgt_protect_table_add()
|
/linux/drivers/staging/r8188eu/core/ |
A D | rtw_mlme_ext.c | 401 if (ptable->func) { in _mgt_dispatcher() 406 ptable->func(padapter, precv_frame); in _mgt_dispatcher() 413 struct mlme_handler *ptable; in mgt_dispatcher() local 426 ptable = mlme_sta_tbl; in mgt_dispatcher() 432 ptable += index; in mgt_dispatcher() 448 ptable->func = &OnAuth; in mgt_dispatcher() 450 ptable->func = &OnAuthClient; in mgt_dispatcher() 4128 struct action_handler *ptable; in OnAction() local 4137 ptable = &OnAction_tbl[i]; in OnAction() 4138 if (category == ptable->num) in OnAction() [all …]
|
/linux/drivers/edac/ |
A D | sb_edac.c | 3445 struct pci_id_table *ptable = (struct pci_id_table *)id->driver_data; in sbridge_probe() local 3448 rc = sbridge_get_all_devices(&num_mc, ptable); in sbridge_probe() 3462 rc = sbridge_register_mci(sbridge_dev, ptable->type); in sbridge_probe()
|
/linux/drivers/net/ieee802154/ |
A D | ca8210.c | 2652 struct poll_table_struct *ptable in ca8210_test_int_poll() argument 2658 poll_wait(filp, &priv->test.readq, ptable); in ca8210_test_int_poll()
|