Lines Matching full:peripheral
420 * qcom_scm_pas_init_image() - Initialize peripheral authentication service
421 * state machine for a given peripheral, using the
423 * @peripheral: peripheral id
431 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size) in qcom_scm_pas_init_image() argument
440 .args[0] = peripheral, in qcom_scm_pas_init_image()
476 * qcom_scm_pas_mem_setup() - Prepare the memory related to a given peripheral
478 * @peripheral: peripheral id
484 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size) in qcom_scm_pas_mem_setup() argument
491 .args[0] = peripheral, in qcom_scm_pas_mem_setup()
510 * qcom_scm_pas_auth_and_reset() - Authenticate the given peripheral firmware
512 * @peripheral: peripheral id
516 int qcom_scm_pas_auth_and_reset(u32 peripheral) in qcom_scm_pas_auth_and_reset() argument
523 .args[0] = peripheral, in qcom_scm_pas_auth_and_reset()
541 * @peripheral: peripheral id
545 int qcom_scm_pas_shutdown(u32 peripheral) in qcom_scm_pas_shutdown() argument
552 .args[0] = peripheral, in qcom_scm_pas_shutdown()
570 * qcom_scm_pas_supported() - Check if the peripheral authentication service is
572 * @peripheral: peripheral id
574 * Returns true if PAS is supported for this peripheral, otherwise false.
576 bool qcom_scm_pas_supported(u32 peripheral) in qcom_scm_pas_supported() argument
583 .args[0] = peripheral, in qcom_scm_pas_supported()