Home
last modified time | relevance | path

Searched full:instance (Results 1 – 25 of 2671) sorted by relevance

12345678910>>...107

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c134 int megasas_transition_to_ready(struct megasas_instance *instance, int ocr);
135 static int megasas_get_pd_list(struct megasas_instance *instance);
136 static int megasas_ld_list_query(struct megasas_instance *instance,
138 static int megasas_issue_init_mfi(struct megasas_instance *instance);
139 static int megasas_register_aen(struct megasas_instance *instance,
141 static void megasas_get_pd_info(struct megasas_instance *instance,
144 megasas_set_ld_removed_by_fw(struct megasas_instance *instance);
223 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd,
226 megasas_read_fw_status_reg_gen2(struct megasas_instance *instance);
228 megasas_adp_reset_gen2(struct megasas_instance *instance,
[all …]
H A Dmegaraid_sas_fusion.c52 megasas_complete_cmd(struct megasas_instance *instance,
55 wait_and_poll(struct megasas_instance *instance, struct megasas_cmd *cmd,
59 megasas_clear_intr_fusion(struct megasas_instance *instance);
61 int megasas_transition_to_ready(struct megasas_instance *instance, int ocr);
64 int megasas_sriov_start_heartbeat(struct megasas_instance *instance,
69 static void megasas_free_rdpq_fusion(struct megasas_instance *instance);
70 static void megasas_free_reply_fusion(struct megasas_instance *instance);
72 void megasas_configure_queue_sizes(struct megasas_instance *instance);
73 static void megasas_fusion_crash_dump(struct megasas_instance *instance);
78 * @instance: adapter's soft state
[all …]
H A Dmegaraid_sas_debugfs.c62 struct megasas_instance *instance = inode->i_private; in megasas_debugfs_raidmap_open() local
66 fusion = instance->ctrl_context; in megasas_debugfs_raidmap_open()
72 debug->buf = (void *)fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_debugfs_raidmap_open()
119 * instance: Soft instance of adapter
122 megasas_setup_debugfs(struct megasas_instance *instance) in megasas_setup_debugfs() argument
127 fusion = instance->ctrl_context; in megasas_setup_debugfs()
131 "scsi_host%d", instance->host->host_no); in megasas_setup_debugfs()
132 if (!instance->debugfs_root) { in megasas_setup_debugfs()
133 instance->debugfs_root = in megasas_setup_debugfs()
135 if (!instance->debugfs_root) { in megasas_setup_debugfs()
[all …]
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c28 static void bcm2835_audio_lock(struct bcm2835_audio_instance *instance) in bcm2835_audio_lock() argument
30 mutex_lock(&instance->vchi_mutex); in bcm2835_audio_lock()
31 vchiq_use_service(instance->alsa_stream->chip->vchi_ctx->instance, in bcm2835_audio_lock()
32 instance->service_handle); in bcm2835_audio_lock()
35 static void bcm2835_audio_unlock(struct bcm2835_audio_instance *instance) in bcm2835_audio_unlock() argument
37 vchiq_release_service(instance->alsa_stream->chip->vchi_ctx->instance, in bcm2835_audio_unlock()
38 instance->service_handle); in bcm2835_audio_unlock()
39 mutex_unlock(&instance->vchi_mutex); in bcm2835_audio_unlock()
42 static int bcm2835_audio_send_msg_locked(struct bcm2835_audio_instance *instance, in bcm2835_audio_send_msg_locked() argument
48 instance->result = -1; in bcm2835_audio_send_msg_locked()
[all …]
/linux/drivers/usb/atm/
H A Dusbatm.c73 static int usbatm_print_packet(struct usbatm_data *instance, const unsigned char *data, int len);
280 static inline struct usbatm_vcc_data *usbatm_find_vcc(struct usbatm_data *instance, in usbatm_find_vcc() argument
285 list_for_each_entry(vcc_data, &instance->vcc_list, list) in usbatm_find_vcc()
291 static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char *source) in usbatm_extract_one_cell() argument
299 if ((vci != instance->cached_vci) || (vpi != instance->cached_vpi)) { in usbatm_extract_one_cell()
300 instance->cached_vpi = vpi; in usbatm_extract_one_cell()
301 instance->cached_vci = vci; in usbatm_extract_one_cell()
303 instance->cached_vcc = usbatm_find_vcc(instance, vpi, vci); in usbatm_extract_one_cell()
305 if (!instance->cached_vcc) in usbatm_extract_one_cell()
306 atm_rldbg(instance, "%s: unknown vpi/vci (%hd/%d)!\n", __func__, vpi, vci); in usbatm_extract_one_cell()
[all …]
H A Dcxacru.c193 static int cxacru_cm(struct cxacru_data *instance, enum cxacru_cm_request cm,
211 struct cxacru_data *instance = to_usbatm_driver_data(\
214 if (instance == NULL) \
217 return cxacru_sysfs_showattr_##_type(instance->card_info[_value], buf); \
306 struct cxacru_data *instance = to_usbatm_driver_data( in mac_address_show() local
309 if (instance == NULL || instance->usbatm->atm_dev == NULL) in mac_address_show()
312 return sprintf(buf, "%pM\n", instance->usbatm->atm_dev->esi); in mac_address_show()
319 struct cxacru_data *instance = to_usbatm_driver_data( in adsl_state_show() local
323 if (instance == NULL) in adsl_state_show()
326 value = instance->card_info[CXINF_LINE_STARTABLE]; in adsl_state_show()
[all …]
H A Dspeedtch.c145 static void speedtch_set_swbuff(struct speedtch_instance_data *instance, int state) in speedtch_set_swbuff() argument
147 struct usbatm_data *usbatm = instance->usbatm; in speedtch_set_swbuff()
161 static void speedtch_test_sequence(struct speedtch_instance_data *instance) in speedtch_test_sequence() argument
163 struct usbatm_data *usbatm = instance->usbatm; in speedtch_test_sequence()
165 unsigned char *buf = instance->scratch_buffer; in speedtch_test_sequence()
205 buf[0] = instance->params.ModemMode; in speedtch_test_sequence()
217 instance->params.ModemOption, in speedtch_test_sequence()
223 buf[0] = instance->params.BMaxDSL & 0xff; in speedtch_test_sequence()
224 buf[1] = instance->params.BMaxDSL >> 8; in speedtch_test_sequence()
231 static int speedtch_upload_firmware(struct speedtch_instance_data *instance, in speedtch_upload_firmware() argument
[all …]
/linux/drivers/phy/mediatek/
H A Dphy-mtk-tphy.c682 struct mtk_phy_instance *instance) in hs_slew_rate_calibrate() argument
684 struct u2phy_banks *u2_banks = &instance->u2_banks; in hs_slew_rate_calibrate()
698 if (instance->eye_src || !tphy->src_ref_clk || !tphy->src_coef) in hs_slew_rate_calibrate()
713 tmp |= FIELD_PREP(P2F_RG_MONCLK_SEL, instance->index >> 1); in hs_slew_rate_calibrate()
742 instance->index, fm_out, calibration_val, in hs_slew_rate_calibrate()
754 struct mtk_phy_instance *instance) in u3_phy_instance_init() argument
756 struct u3phy_banks *u3_banks = &instance->u3_banks; in u3_phy_instance_init()
760 if (instance->type_force_mode) { in u3_phy_instance_init()
799 dev_dbg(tphy->dev, "%s(%d)\n", __func__, instance->index); in u3_phy_instance_init()
803 struct mtk_phy_instance *instance) in u2_phy_pll_26m_set() argument
[all …]
/linux/drivers/platform/raspberrypi/vchiq-mmal/
H A Dmmal-vchiq.c122 struct vchiq_mmal_instance *instance; member
135 /* mmal instance */
136 struct vchiq_mmal_instance *instance; member
182 /* handle for a vchiq instance */
187 get_msg_context(struct vchiq_mmal_instance *instance) in get_msg_context() argument
202 mutex_lock(&instance->context_map_lock); in get_msg_context()
203 handle = idr_alloc(&instance->context_map, msg_context, in get_msg_context()
205 mutex_unlock(&instance->context_map_lock); in get_msg_context()
212 msg_context->instance = instance; in get_msg_context()
219 lookup_msg_context(struct vchiq_mmal_instance *instance, int handle) in lookup_msg_context() argument
[all …]
/linux/drivers/mailbox/
H A Dmailbox-sti.c49 * Each instance is currently composed of 32 channels
66 * @num_chan: Maximum number of channel per instance
77 * @instance: Instance number channel resides in
82 unsigned int instance; member
90 unsigned int instance = chan_info->instance; in sti_mbox_channel_is_enabled() local
93 return mdev->enabled[instance] & BIT(channel); in sti_mbox_channel_is_enabled()
98 unsigned int instance, in sti_mbox_to_channel() argument
107 chan_info->instance == instance && in sti_mbox_to_channel()
113 "Channel not registered: instance: %d channel: %d\n", in sti_mbox_to_channel()
114 instance, channel); in sti_mbox_to_channel()
[all …]
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c280 * struct vdec_vp9_slice_init_vsi - VSI used to initialize instance
417 * struct vdec_vp9_slice_instance - represent one vp9 instance
420 * @vpu: VPU instance
437 * @init_vsi: vsi used for initialized VP9 instance
503 static int vdec_vp9_slice_init_default_frame_ctx(struct vdec_vp9_slice_instance *instance) in vdec_vp9_slice_init_default_frame_ctx() argument
511 ctx = instance->ctx; in vdec_vp9_slice_init_default_frame_ctx()
512 vsi = instance->vpu.vsi; in vdec_vp9_slice_init_default_frame_ctx()
541 static int vdec_vp9_slice_alloc_working_buffer(struct vdec_vp9_slice_instance *instance, in vdec_vp9_slice_alloc_working_buffer() argument
544 struct mtk_vcodec_dec_ctx *ctx = instance->ctx; in vdec_vp9_slice_alloc_working_buffer()
575 if (level == instance->level) in vdec_vp9_slice_alloc_working_buffer()
[all …]
H A Dvdec_av1_req_lat_if.c89 * struct vdec_av1_slice_init_vsi - VSI used to initialize instance
605 * struct vdec_av1_slice_slot - slot info that needs to be saved in the global instance
684 * struct vdec_av1_slice_instance - represent one av1 instance
686 * @vpu: VPU instance
702 * @init_vsi: vsi used for initialized AV1 instance
768 static int vdec_av1_slice_init_cdf_table(struct vdec_av1_slice_instance *instance) in vdec_av1_slice_init_cdf_table() argument
775 ctx = instance->ctx; in vdec_av1_slice_init_cdf_table()
776 vsi = instance->vpu.vsi; in vdec_av1_slice_init_cdf_table()
786 if (instance->cdf_table.va) in vdec_av1_slice_init_cdf_table()
787 mtk_vcodec_mem_free(ctx, &instance->cdf_table); in vdec_av1_slice_init_cdf_table()
[all …]
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_dev.c111 vchiq_ioc_queue_message(struct vchiq_instance *instance, unsigned int handle, in vchiq_ioc_queue_message() argument
130 status = vchiq_queue_message(instance, handle, vchiq_ioc_copy_element_data, in vchiq_ioc_queue_message()
140 static int vchiq_ioc_create_service(struct vchiq_instance *instance, in vchiq_ioc_create_service() argument
149 if (args->is_open && !instance->connected) in vchiq_ioc_create_service()
159 srvstate = instance->connected ? in vchiq_ioc_create_service()
170 service = vchiq_add_service_internal(instance->state, &params, in vchiq_ioc_create_service()
171 srvstate, instance, in vchiq_ioc_create_service()
180 user_service->instance = instance; in vchiq_ioc_create_service()
184 user_service->message_available_pos = instance->completion_remove - 1; in vchiq_ioc_create_service()
192 status = vchiq_open_service_internal(service, instance->pid); in vchiq_ioc_create_service()
[all …]
H A Dvchiq_arm.c116 vchiq_blocking_bulk_transfer(struct vchiq_instance *instance, unsigned int handle,
339 struct vchiq_instance *instance = NULL; in vchiq_initialise() local
361 instance = kzalloc_obj(*instance); in vchiq_initialise()
362 if (!instance) { in vchiq_initialise()
367 instance->connected = 0; in vchiq_initialise()
368 instance->state = state; in vchiq_initialise()
369 mutex_init(&instance->bulk_waiter_list_mutex); in vchiq_initialise()
370 INIT_LIST_HEAD(&instance->bulk_waiter_list); in vchiq_initialise()
372 *instance_out = instance; in vchiq_initialise()
377 dev_dbg(state->dev, "core: (%p): returning %d\n", instance, ret); in vchiq_initialise()
[all …]
H A Dvchiq_debugfs.c22 struct vchiq_instance *instance = f->private; in debugfs_usecount_show() local
25 use_count = vchiq_instance_get_use_count(instance); in debugfs_usecount_show()
34 struct vchiq_instance *instance = f->private; in debugfs_trace_show() local
37 trace = vchiq_instance_get_trace(instance); in debugfs_trace_show()
63 struct vchiq_instance *instance = f->private; in debugfs_trace_write() local
73 vchiq_instance_set_trace(instance, 1); in debugfs_trace_write()
78 vchiq_instance_set_trace(instance, 0); in debugfs_trace_write()
98 /* add an instance (process) to the debugfs entries */
99 void vchiq_debugfs_add_instance(struct vchiq_instance *instance) in vchiq_debugfs_add_instance() argument
105 vchiq_instance_get_pid(instance)); in vchiq_debugfs_add_instance()
[all …]
/linux/kernel/bpf/
H A Dliveness.c23 * - As the verifier accumulates a set of visited states, the analysis instance
72 * read and write marks are already recorded by the analysis instance.
78 * - Function instance: for a given call chain, for each instruction in
103 * A function instance created for a specific callchain.
128 /* Cached instance corresponding to env->cur_state, avoids per-instruction ht lookup */
173 * Find existing or allocate new function instance corresponding to @callchain.
229 struct func_instance *instance; in bpf_stack_liveness_free() local
235 hash_for_each_safe(env->liveness->func_instances, bkt, tmp, instance, hl_node) { in bpf_stack_liveness_free()
236 for (i = 0; i <= instance->callchain.curframe; i++) in bpf_stack_liveness_free()
237 kvfree(instance->frames[i]); in bpf_stack_liveness_free()
[all …]
/linux/drivers/edac/
H A Dedac_device_sysfs.c224 * perform the high level setup for the new edac_device instance
240 /* Point to the 'edac_subsys' this instance 'reports' to */ in edac_device_register_sysfs_main_kobj()
304 /* edac_dev -> instance information */
307 * Set of low-level instance attribute show functions
309 static ssize_t instance_ue_count_show(struct edac_device_instance *instance, in instance_ue_count_show() argument
312 return sprintf(data, "%u\n", instance->counters.ue_count); in instance_ue_count_show()
315 static ssize_t instance_ce_count_show(struct edac_device_instance *instance, in instance_ce_count_show() argument
318 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show()
324 /* DEVICE instance kobject release() function */
327 struct edac_device_instance *instance; in edac_device_ctrl_instance_release() local
[all …]
H A Dedac_device.c37 /* Default workqueue processing interval on this instance, in msecs */
64 unsigned instance, block; in edac_device_alloc_ctl_info() local
105 /* Initialize every Instance */ in edac_device_alloc_ctl_info()
106 for (instance = 0; instance < nr_instances; instance++) { in edac_device_alloc_ctl_info()
107 inst = &dev_inst[instance]; in edac_device_alloc_ctl_info()
110 blk_p = &dev_blk[instance * nr_blocks]; in edac_device_alloc_ctl_info()
113 /* name of this instance */ in edac_device_alloc_ctl_info()
114 snprintf(inst->name, sizeof(inst->name), "%s%u", dev_name, instance); in edac_device_alloc_ctl_info()
116 /* Initialize every block in each instance */ in edac_device_alloc_ctl_info()
119 blk->instance = inst; in edac_device_alloc_ctl_info()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Darct_reg_init.c34 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i])); in arct_reg_base_init()
35 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i])); in arct_reg_base_init()
36 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i])); in arct_reg_base_init()
37 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i])); in arct_reg_base_init()
38 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIF0_BASE.instance[i])); in arct_reg_base_init()
39 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i])); in arct_reg_base_init()
40 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i])); in arct_reg_base_init()
41 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i])); in arct_reg_base_init()
42 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i])); in arct_reg_base_init()
43 adev->reg_offset[OSSSYS_HWIP][i] = (uint32_t *)(&(OSSSYS_BASE.instance[i])); in arct_reg_base_init()
[all …]
H A Daldebaran_reg_init.c34 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i])); in aldebaran_reg_base_init()
35 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i])); in aldebaran_reg_base_init()
36 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i])); in aldebaran_reg_base_init()
37 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i])); in aldebaran_reg_base_init()
38 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i])); in aldebaran_reg_base_init()
39 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i])); in aldebaran_reg_base_init()
40 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i])); in aldebaran_reg_base_init()
41 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i])); in aldebaran_reg_base_init()
42 adev->reg_offset[OSSSYS_HWIP][i] = (uint32_t *)(&(OSSSYS_BASE.instance[i])); in aldebaran_reg_base_init()
43 adev->reg_offset[SDMA0_HWIP][i] = (uint32_t *)(&(SDMA0_BASE.instance[i])); in aldebaran_reg_base_init()
[all …]
H A Dvega10_reg_init.c34 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i])); in vega10_reg_base_init()
35 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i])); in vega10_reg_base_init()
36 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i])); in vega10_reg_base_init()
37 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i])); in vega10_reg_base_init()
38 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i])); in vega10_reg_base_init()
39 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i])); in vega10_reg_base_init()
40 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i])); in vega10_reg_base_init()
41 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i])); in vega10_reg_base_init()
42 adev->reg_offset[VCE_HWIP][i] = (uint32_t *)(&(VCE_BASE.instance[i])); in vega10_reg_base_init()
43 adev->reg_offset[VCN_HWIP][i] = (uint32_t *)(&(VCN_BASE.instance[i])); in vega10_reg_base_init()
[all …]
H A Ddimgrey_cavefish_reg_init.c35 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
36 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
37 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
38 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
39 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
40 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
41 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
42 adev->reg_offset[VCN_HWIP][i] = (uint32_t *)(&(VCN0_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
43 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
44 adev->reg_offset[DCE_HWIP][i] = (uint32_t *)(&(DCN_BASE.instance[i])); in dimgrey_cavefish_reg_base_init()
[all …]
/linux/include/trace/events/
H A Dqrtr.h13 TP_PROTO(unsigned int service, unsigned int instance,
16 TP_ARGS(service, instance, node, port),
20 __field(unsigned int, instance)
27 __entry->instance = instance;
33 __entry->service, __entry->instance, __entry->node,
40 TP_PROTO(unsigned int service, unsigned int instance,
43 TP_ARGS(service, instance, node, port),
47 __field(unsigned int, instance)
54 __entry->instance
[all...]
/linux/drivers/scsi/
H A Da2091.c34 struct Scsi_Host *instance = data; in a2091_intr() local
35 struct a2091_hostdata *hdata = shost_priv(instance); in a2091_intr()
42 spin_lock_irqsave(instance->host_lock, flags); in a2091_intr()
43 wd33c93_intr(instance); in a2091_intr()
44 spin_unlock_irqrestore(instance->host_lock, flags); in a2091_intr()
52 struct Scsi_Host *instance = cmd->device->host; in dma_setup() local
53 struct a2091_hostdata *hdata = shost_priv(instance); in dma_setup()
135 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument
139 struct a2091_hostdata *hdata = shost_priv(instance); in dma_stop()
202 struct Scsi_Host *instance; in a2091_probe() local
[all …]
/linux/include/linux/raspberrypi/
H A Dvchiq.h55 int (*callback)(struct vchiq_instance *instance,
73 int (*callback)(struct vchiq_instance *instance,
85 extern int vchiq_shutdown(struct vchiq_instance *instance);
86 extern int vchiq_connect(struct vchiq_instance *instance);
87 extern int vchiq_open_service(struct vchiq_instance *instance,
90 extern int vchiq_close_service(struct vchiq_instance *instance,
92 extern int vchiq_use_service(struct vchiq_instance *instance, unsigned int service);
93 extern int vchiq_release_service(struct vchiq_instance *instance,
95 extern void vchiq_msg_queue_push(struct vchiq_instance *instance, unsigned int handle,
97 extern void vchiq_release_message(struct vchiq_instance *instance, unsigned int service,
[all …]

12345678910>>...107