Lines Matching full:peripheral
430 * qcom_scm_pas_init_image() - Initialize peripheral authentication service
431 * state machine for a given peripheral, using the
433 * @peripheral: peripheral id
441 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size) in qcom_scm_pas_init_image() argument
450 .args[0] = peripheral, in qcom_scm_pas_init_image()
486 * qcom_scm_pas_mem_setup() - Prepare the memory related to a given peripheral
488 * @peripheral: peripheral id
494 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size) in qcom_scm_pas_mem_setup() argument
501 .args[0] = peripheral, in qcom_scm_pas_mem_setup()
520 * qcom_scm_pas_auth_and_reset() - Authenticate the given peripheral firmware
522 * @peripheral: peripheral id
526 int qcom_scm_pas_auth_and_reset(u32 peripheral) in qcom_scm_pas_auth_and_reset() argument
533 .args[0] = peripheral, in qcom_scm_pas_auth_and_reset()
551 * @peripheral: peripheral id
555 int qcom_scm_pas_shutdown(u32 peripheral) in qcom_scm_pas_shutdown() argument
562 .args[0] = peripheral, in qcom_scm_pas_shutdown()
580 * qcom_scm_pas_supported() - Check if the peripheral authentication service is
582 * @peripheral: peripheral id
584 * Returns true if PAS is supported for this peripheral, otherwise false.
586 bool qcom_scm_pas_supported(u32 peripheral) in qcom_scm_pas_supported() argument
593 .args[0] = peripheral, in qcom_scm_pas_supported()