Searched refs:ops (Results 1 – 7 of 7) sorted by relevance
21 const spi_flash_guard_funcs_t *ops = spi_flash_guard_get(); in spi_flash_guard_start() local22 if (ops && ops->start) { in spi_flash_guard_start()23 ops->start(); in spi_flash_guard_start()29 const spi_flash_guard_funcs_t *ops = spi_flash_guard_get(); in spi_flash_guard_end() local30 if (ops && ops->end) { in spi_flash_guard_end()31 ops->end(); in spi_flash_guard_end()
36 const spi_flash_guard_funcs_t *ops = spi_flash_guard_get(); in spi_flash_write_encrypted_chip() local70 if (ops && ops->start) { in spi_flash_write_encrypted_chip()71 ops->start(); in spi_flash_write_encrypted_chip()75 if (ops && ops->end) { in spi_flash_write_encrypted_chip()76 ops->end(); in spi_flash_write_encrypted_chip()
36 const spi_flash_guard_funcs_t *ops = spi_flash_guard_get(); in spi_flash_write_encrypted_chip() local69 if (ops && ops->start) { in spi_flash_write_encrypted_chip()70 ops->start(); in spi_flash_write_encrypted_chip()74 if (ops && ops->end) { in spi_flash_write_encrypted_chip()75 ops->end(); in spi_flash_write_encrypted_chip()
232 record->ops.hdr.type = SDP_TYPE_OPP_SERVER; in bta_create_ops_sdp_record()233 record->ops.hdr.service_name_length = 0; in bta_create_ops_sdp_record()234 record->ops.hdr.service_name = NULL; in bta_create_ops_sdp_record()235 record->ops.hdr.rfcomm_channel_number = 0; in bta_create_ops_sdp_record()236 record->ops.hdr.l2cap_psm = -1; in bta_create_ops_sdp_record()237 record->ops.hdr.profile_version = 0; in bta_create_ops_sdp_record()238 record->ops.supported_formats_list_len = 0; in bta_create_ops_sdp_record()241 record->ops.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_ops_sdp_record()242 record->ops.hdr.service_name = (char *)p_attr->attr_value.v.array; in bta_create_ops_sdp_record()246 record->ops.hdr.profile_version = pversion; in bta_create_ops_sdp_record()[all …]
107 bluetooth_sdp_ops_record ops; member