Searched refs:table_entry (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| H A D | tbutils.c | 19 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size); 145 * PARAMETERS: table_entry - Pointer to the RSDT/XSDT table entry 159 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size) in acpi_tb_get_root_table_entry() argument 173 ACPI_MOVE_32_TO_32(&address32, table_entry); in acpi_tb_get_root_table_entry() 181 ACPI_MOVE_64_TO_64(&address64, table_entry); in acpi_tb_get_root_table_entry() 225 u8 *table_entry; in acpi_tb_parse_root_table() local 306 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table() 315 acpi_tb_get_root_table_entry(table_entry, table_entry_size); in acpi_tb_parse_root_table() 338 table_entry += table_entry_size; in acpi_tb_parse_root_table()
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | pt_defs.h | 166 static inline bool pt_table_install64(struct pt_state *pts, u64 table_entry) in pt_table_install64() argument 178 ret = try_cmpxchg64_release(entryp, &old_entry, table_entry); in pt_table_install64() 180 pts->entry = table_entry; in pt_table_install64() 185 static inline bool pt_table_install32(struct pt_state *pts, u32 table_entry) in pt_table_install32() argument 197 ret = try_cmpxchg_release(entryp, &old_entry, table_entry); in pt_table_install32() 199 pts->entry = table_entry; in pt_table_install32()
|
| /linux/drivers/net/pcs/ |
| H A D | pcs-rzn1-miic.c | 586 struct modctrl_match *table_entry; in miic_match_dt_conf() local 590 table_entry = &of_data->match_table[i]; in miic_match_dt_conf() 592 if (miic_modctrl_match(table_entry->conv, dt_val, in miic_match_dt_conf() 594 *mode_cfg = table_entry->mode_cfg; in miic_match_dt_conf()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | dcn20_fpu.c | 2217 struct wm_range_table_entry *table_entry, in calculate_wm_set_for_vlevel() 2231 dml->soc.dram_clock_change_latency_us = table_entry->pstate_latency_us; in calculate_wm_set_for_vlevel() 2232 dml->soc.sr_exit_time_us = table_entry->sr_exit_time_us; in calculate_wm_set_for_vlevel() 2233 dml->soc.sr_enter_plus_exit_time_us = table_entry->sr_enter_plus_exit_time_us; in calculate_wm_set_for_vlevel() 2256 struct wm_range_table_entry *table_entry; in dcn21_calculate_wm() 2306 table_entry = &bw_params->wm_table.entries[WM_D]; in dcn21_calculate_wm() 2307 if (table_entry->wm_type == WM_TYPE_RETRAINING) in dcn21_calculate_wm() 2311 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.d, in dcn21_calculate_wm() 2314 table_entry = &bw_params->wm_table.entries[WM_C]; in dcn21_calculate_wm() 2316 calculate_wm_set_for_vlevel(vlevel, table_entry, in dcn21_calculate_wm() 2207 calculate_wm_set_for_vlevel(int vlevel,struct wm_range_table_entry * table_entry,struct dcn_watermarks * wm_set,struct display_mode_lib * dml,display_e2e_pipe_params_st * pipes,int pipe_cnt) calculate_wm_set_for_vlevel() argument 2245 struct wm_range_table_entry *table_entry; dcn21_calculate_wm() local [all...] |
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | discrete.c | 57 static int skl_int3472_fill_gpiod_lookup(struct gpiod_lookup *table_entry, in skl_int3472_fill_gpiod_lookup() argument 74 *table_entry = GPIO_LOOKUP(acpi_dev_name(adev), agpio->pin_table[0], con_id, gpio_flags); in skl_int3472_fill_gpiod_lookup()
|
| /linux/tools/perf/util/ |
| H A D | unwind-libunwind-local.c | 252 struct table_entry { 475 di.u.rti.table_len = fde_count * sizeof(struct table_entry) in find_proc_info() 253 struct table_entry { global() struct 254 start_ip_offsettable_entry global() argument 255 fde_offsettable_entry global() argument
|