Home
last modified time | relevance | path

Searched defs:psp (Results 1 – 25 of 105) sorted by relevance

12345

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp.c49 struct psp_context *psp = &adev->psp; in psp_sw_init() local
93 int psp_wait_for(struct psp_context *psp, uint32_t reg_index, in psp_wait_for()
116 psp_cmd_submit_buf(struct psp_context *psp, in psp_cmd_submit_buf()
152 static int psp_tmr_init(struct psp_context *psp) in psp_tmr_init()
170 static int psp_tmr_load(struct psp_context *psp) in psp_tmr_load()
209 static int psp_asd_init(struct psp_context *psp) in psp_asd_init()
226 static int psp_asd_load(struct psp_context *psp) in psp_asd_load()
256 static int psp_hw_start(struct psp_context *psp) in psp_hw_start()
286 static int psp_np_fw_load(struct psp_context *psp) in psp_np_fw_load()
329 struct psp_context *psp = &adev->psp; in psp_load_fw() local
[all …]
Dpsp_v3_1.c103 static int psp_v3_1_init_microcode(struct psp_context *psp) in psp_v3_1_init_microcode()
174 static int psp_v3_1_bootloader_load_sysdrv(struct psp_context *psp) in psp_v3_1_bootloader_load_sysdrv()
234 static int psp_v3_1_bootloader_load_sos(struct psp_context *psp) in psp_v3_1_bootloader_load_sos()
299 static int psp_v3_1_ring_init(struct psp_context *psp, in psp_v3_1_ring_init()
325 static int psp_v3_1_ring_create(struct psp_context *psp, in psp_v3_1_ring_create()
357 static int psp_v3_1_ring_stop(struct psp_context *psp, in psp_v3_1_ring_stop()
381 static int psp_v3_1_ring_destroy(struct psp_context *psp, in psp_v3_1_ring_destroy()
399 static int psp_v3_1_cmd_submit(struct psp_context *psp, in psp_v3_1_cmd_submit()
536 static bool psp_v3_1_compare_sram_data(struct psp_context *psp, in psp_v3_1_compare_sram_data()
571 static bool psp_v3_1_smu_reload_quirk(struct psp_context *psp) in psp_v3_1_smu_reload_quirk()
[all …]
Dpsp_v10_0.c102 static int psp_v10_0_init_microcode(struct psp_context *psp) in psp_v10_0_init_microcode()
168 static int psp_v10_0_ring_init(struct psp_context *psp, in psp_v10_0_ring_init()
194 static int psp_v10_0_ring_create(struct psp_context *psp, in psp_v10_0_ring_create()
226 static int psp_v10_0_ring_stop(struct psp_context *psp, in psp_v10_0_ring_stop()
250 static int psp_v10_0_ring_destroy(struct psp_context *psp, in psp_v10_0_ring_destroy()
268 static int psp_v10_0_cmd_submit(struct psp_context *psp, in psp_v10_0_cmd_submit()
403 static bool psp_v10_0_compare_sram_data(struct psp_context *psp, in psp_v10_0_compare_sram_data()
439 static int psp_v10_0_mode1_reset(struct psp_context *psp) in psp_v10_0_mode1_reset()
457 void psp_v10_0_set_psp_funcs(struct psp_context *psp) in psp_v10_0_set_psp_funcs()
Damdgpu_psp.h134 #define psp_ring_init(psp, type) (psp)->funcs->ring_init((psp), (type)) argument
135 #define psp_ring_create(psp, type) (psp)->funcs->ring_create((psp), (type)) argument
136 #define psp_ring_stop(psp, type) (psp)->funcs->ring_stop((psp), (type)) argument
137 #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type))) argument
138 #define psp_cmd_submit(psp, ucode, cmd_mc, fence_mc, index) \ argument
140 #define psp_compare_sram_data(psp, ucode, type) \ argument
142 #define psp_init_microcode(psp) \ argument
144 #define psp_bootloader_load_sysdrv(psp) \ argument
146 #define psp_bootloader_load_sos(psp) \ argument
148 #define psp_smu_reload_quirk(psp) \ argument
[all …]
/Linux-v4.19/drivers/staging/greybus/
Dpower_supply.c107 static int get_psp_from_gb_prop(int gb_prop, enum power_supply_property *psp) in get_psp_from_gb_prop()
317 enum power_supply_property psp) in get_psy_prop()
328 enum power_supply_property psp) in is_psy_prop_writeable()
338 static int is_prop_valint(enum power_supply_property psp) in is_prop_valint()
514 enum power_supply_property psp; in gb_power_supply_prop_descriptors_get() local
591 enum power_supply_property psp) in __gb_power_supply_property_update()
624 enum power_supply_property psp, in __gb_power_supply_property_get()
638 enum power_supply_property psp, in __gb_power_supply_property_strval_get()
659 enum power_supply_property psp, in _gb_power_supply_property_get()
755 enum power_supply_property psp, in get_property()
[all …]
/Linux-v4.19/drivers/crypto/ccp/
Dpsp-dev.c55 struct psp_device *psp; in psp_alloc_struct() local
71 struct psp_device *psp = data; in psp_irq_handler() local
96 static int sev_wait_cmd_ioc(struct psp_device *psp, in sev_wait_cmd_ioc()
149 struct psp_device *psp = psp_master; in __sev_do_cmd_locked() local
221 struct psp_device *psp = psp_master; in __sev_platform_init_locked() local
783 static int sev_misc_init(struct psp_device *psp) in sev_misc_init()
823 static int sev_init(struct psp_device *psp) in sev_init()
837 struct psp_device *psp; in psp_dev_init() local
893 struct psp_device *psp = sp->psp_data; in psp_dev_destroy() local
/Linux-v4.19/drivers/power/supply/
Dsbs-battery.c83 enum power_supply_property psp; member
321 struct i2c_client *client, enum power_supply_property psp, in sbs_get_battery_presence_and_health()
342 struct i2c_client *client, enum power_supply_property psp, in sbs_get_ti_battery_presence_and_health()
398 int reg_offset, enum power_supply_property psp, in sbs_get_battery_property()
465 int reg_offset, enum power_supply_property psp, char *val) in sbs_get_battery_string_property()
478 enum power_supply_property psp, union power_supply_propval *val) in sbs_unit_adjustment()
552 int reg_offset, enum power_supply_property psp, in sbs_get_battery_capacity()
595 enum power_supply_property psp) in sbs_get_property_index()
609 enum power_supply_property psp, in sbs_get_property()
Dlego_ev3_battery.c38 enum power_supply_property psp, in lego_ev3_battery_get_property()
92 enum power_supply_property psp, in lego_ev3_battery_set_property()
127 enum power_supply_property psp) in lego_ev3_battery_property_is_writeable()
Dqcom_smbb.c497 enum power_supply_property psp, in smbb_usbin_get_property()
525 enum power_supply_property psp, in smbb_usbin_set_property()
545 enum power_supply_property psp, in smbb_dcin_get_property()
573 enum power_supply_property psp, in smbb_dcin_set_property()
593 enum power_supply_property psp) in smbb_charger_writable_property()
599 enum power_supply_property psp, in smbb_battery_get_property()
669 enum power_supply_property psp, in smbb_battery_set_property()
691 enum power_supply_property psp) in smbb_battery_writable_property()
Drt5033_battery.c39 enum power_supply_property psp) in rt5033_battery_get_watt_prop()
72 enum power_supply_property psp, in rt5033_battery_get_property()
Daxp20x_usb_power.c67 enum power_supply_property psp, union power_supply_propval *val) in axp20x_usb_power_get_property()
240 enum power_supply_property psp, in axp20x_usb_power_set_property()
260 enum power_supply_property psp) in axp20x_usb_power_prop_writeable()
Dwm8350_power.c251 enum power_supply_property psp, in wm8350_ac_get_prop()
281 enum power_supply_property psp, in wm8350_usb_get_prop()
347 enum power_supply_property psp, in wm8350_bat_get_property()
Dpmu_battery.c34 enum power_supply_property psp, in pmu_get_ac_prop()
86 enum power_supply_property psp, in pmu_bat_get_property()
Dgeneric-adc-battery.c114 static enum gab_chan_type gab_prop_to_chan(enum power_supply_property psp) in gab_prop_to_chan()
130 static int read_channel(struct gab *adc_bat, enum power_supply_property psp, in read_channel()
145 enum power_supply_property psp, union power_supply_propval *val) in gab_get_property()
Dbq24735-charger.c69 enum power_supply_property psp) in bq24735_charger_property_is_writeable()
253 enum power_supply_property psp, in bq24735_charger_get_property()
283 enum power_supply_property psp, in bq24735_charger_set_property()
Dpcf50633-charger.c288 enum power_supply_property psp, in adapter_get_property()
306 enum power_supply_property psp, in usb_get_property()
327 enum power_supply_property psp, in ac_get_property()
Dsbs-manager.c96 enum power_supply_property psp, in sbsm_get_property()
139 enum power_supply_property psp) in sbsm_prop_is_writeable()
147 enum power_supply_property psp, in sbsm_set_property()
Daxp20x_battery.c184 enum power_supply_property psp, in axp20x_battery_get_prop()
453 enum power_supply_property psp, in axp20x_battery_set_prop()
492 enum power_supply_property psp) in axp20x_battery_prop_writeable()
Dgoldfish_battery.c68 enum power_supply_property psp, in goldfish_ac_get_property()
86 enum power_supply_property psp, in goldfish_battery_get_property()
Dpower_supply_sysfs.c121 enum power_supply_property psp = attr - power_supply_attrs; in power_supply_show_property() local
189 enum power_supply_property psp = attr - power_supply_attrs; in power_supply_store_property() local
Dwm831x_power.c73 enum power_supply_property psp, in wm831x_wall_get_prop()
104 enum power_supply_property psp, in wm831x_usb_get_prop()
436 enum power_supply_property psp, in wm831x_bat_get_prop()
Dipaq_micro_battery.c132 enum power_supply_property psp, in micro_batt_get_property()
180 enum power_supply_property psp, in micro_ac_get_property()
Dmax8925_power.c196 enum power_supply_property psp, in max8925_ac_get_prop()
230 enum power_supply_property psp, in max8925_usb_get_prop()
264 enum power_supply_property psp, in max8925_bat_get_prop()
Dtest_power.c43 enum power_supply_property psp, in test_power_get_ac_property()
57 enum power_supply_property psp, in test_power_get_usb_property()
71 enum power_supply_property psp, in test_power_get_battery_property()
/Linux-v4.19/arch/ia64/kernel/
Dmca_drv.c378 pal_processor_state_info_t *psp = in is_mca_global() local
581 pal_processor_state_info_t *psp = in recover_from_platform_error() local
657 pal_processor_state_info_t *psp = in recover_from_processor_error() local

12345