Lines Matching defs:peripheral
451 * qcom_scm_pas_init_image() - Initialize peripheral authentication service
452 * state machine for a given peripheral, using the
454 * @peripheral: peripheral id
467 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size,
477 .args[0] = peripheral,
541 * qcom_scm_pas_mem_setup() - Prepare the memory related to a given peripheral
543 * @peripheral: peripheral id
549 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size)
556 .args[0] = peripheral,
580 * qcom_scm_pas_auth_and_reset() - Authenticate the given peripheral firmware
582 * @peripheral: peripheral id
586 int qcom_scm_pas_auth_and_reset(u32 peripheral)
593 .args[0] = peripheral,
616 * @peripheral: peripheral id
620 int qcom_scm_pas_shutdown(u32 peripheral)
627 .args[0] = peripheral,
650 * qcom_scm_pas_supported() - Check if the peripheral authentication service is
652 * @peripheral: peripheral id
654 * Returns true if PAS is supported for this peripheral, otherwise false.
656 bool qcom_scm_pas_supported(u32 peripheral)
663 .args[0] = peripheral,