Searched refs:instance (Results 1 - 25 of 513) sorted by relevance

1234567891011>>

/linux-master/lib/test_fortify/
H A Dwrite_overflow-strncpy.c3 strncpy(instance.buf, large_src, sizeof(instance.buf) + 1)
H A Dwrite_overflow-strscpy.c3 strscpy(instance.buf, large_src, sizeof(instance.buf) + 1)
H A Dread_overflow2_field-memcpy.c3 memcpy(large, instance.buf, sizeof(instance.buf) + 1)
H A Dread_overflow2_field-memmove.c3 memmove(large, instance.buf, sizeof(instance.buf) + 1)
H A Dwrite_overflow_field-memcpy.c3 memcpy(instance.buf, large, sizeof(instance.buf) + 1)
H A Dwrite_overflow_field-memmove.c3 memmove(instance.buf, large, sizeof(instance.buf) + 1)
H A Dwrite_overflow_field-memset.c3 memset(instance.buf, 0x42, sizeof(instance.buf) + 1)
H A Dread_overflow2-memcpy.c3 memcpy(large, instance.buf, sizeof(large))
H A Dread_overflow2-memmove.c3 memmove(large, instance.buf, sizeof(large))
H A Dwrite_overflow-memcpy.c3 memcpy(instance.buf, large_src, sizeof(large_src))
H A Dwrite_overflow-memmove.c3 memmove(instance.buf, large_src, sizeof(large_src))
H A Dwrite_overflow-memset.c3 memset(instance.buf, 0x5A, sizeof(large_src))
/linux-master/drivers/thermal/
H A Dgov_bang_bang.c48 struct thermal_instance *instance; local
56 list_for_each_entry(instance, &tz->thermal_instances, tz_node) {
57 if (instance->trip != trip)
60 if (instance->target == THERMAL_NO_TARGET)
61 instance->target = 0;
63 if (instance->target != 0 && instance->target != 1) {
64 pr_debug("Unexpected state %ld of thermal instance %s in bang-bang\n",
65 instance->target, instance
[all...]
H A Dgov_step_wise.c28 * equals lower limit, deactivate the thermal instance
30 static unsigned long get_target_state(struct thermal_instance *instance, argument
33 struct thermal_cooling_device *cdev = instance->cdev;
37 * We keep this instance the way it is by default.
44 if (!instance->initialized) {
46 return clamp(cur_state + 1, instance->lower, instance->upper);
53 return clamp(cur_state + 1, instance->lower, instance->upper);
55 if (cur_state <= instance
70 struct thermal_instance *instance; local
107 struct thermal_instance *instance; local
[all...]
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c27 static void bcm2835_audio_lock(struct bcm2835_audio_instance *instance) argument
29 mutex_lock(&instance->vchi_mutex);
30 vchiq_use_service(instance->alsa_stream->chip->vchi_ctx->instance,
31 instance->service_handle);
34 static void bcm2835_audio_unlock(struct bcm2835_audio_instance *instance) argument
36 vchiq_release_service(instance->alsa_stream->chip->vchi_ctx->instance,
37 instance->service_handle);
38 mutex_unlock(&instance
41 bcm2835_audio_send_msg_locked(struct bcm2835_audio_instance *instance, struct vc_audio_msg *m, bool wait) argument
77 bcm2835_audio_send_msg(struct bcm2835_audio_instance *instance, struct vc_audio_msg *m, bool wait) argument
88 bcm2835_audio_send_simple(struct bcm2835_audio_instance *instance, int type, bool wait) argument
101 struct bcm2835_audio_instance *instance = vchiq_get_service_userdata(vchiq_instance, local
128 vc_vchi_audio_init(struct vchiq_instance *vchiq_instance, struct bcm2835_audio_instance *instance) argument
158 vc_vchi_audio_deinit(struct bcm2835_audio_instance *instance) argument
216 struct bcm2835_audio_instance *instance; local
317 struct bcm2835_audio_instance *instance = alsa_stream->instance; local
334 struct bcm2835_audio_instance *instance = alsa_stream->instance; local
[all...]
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_debugfs.h17 void vchiq_debugfs_add_instance(struct vchiq_instance *instance);
19 void vchiq_debugfs_remove_instance(struct vchiq_instance *instance);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c135 int megasas_transition_to_ready(struct megasas_instance *instance, int ocr);
136 static int megasas_get_pd_list(struct megasas_instance *instance);
137 static int megasas_ld_list_query(struct megasas_instance *instance,
139 static int megasas_issue_init_mfi(struct megasas_instance *instance);
140 static int megasas_register_aen(struct megasas_instance *instance,
142 static void megasas_get_pd_info(struct megasas_instance *instance,
145 megasas_set_ld_removed_by_fw(struct megasas_instance *instance);
224 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd,
227 megasas_read_fw_status_reg_gen2(struct megasas_instance *instance);
229 megasas_adp_reset_gen2(struct megasas_instance *instance,
257 megasas_readl(struct megasas_instance *instance, const volatile void __iomem *addr) argument
287 megasas_set_dma_settings(struct megasas_instance *instance, struct megasas_dcmd_frame *dcmd, dma_addr_t dma_addr, u32 dma_len) argument
305 megasas_issue_dcmd(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
318 megasas_get_cmd(struct megasas_instance *instance) argument
344 megasas_return_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
422 megasas_decode_evt(struct megasas_instance *instance) argument
459 megasas_enable_intr_xscale(struct megasas_instance *instance) argument
475 megasas_disable_intr_xscale(struct megasas_instance *instance) argument
491 megasas_read_fw_status_reg_xscale(struct megasas_instance *instance) argument
500 megasas_clear_intr_xscale(struct megasas_instance *instance) argument
537 megasas_fire_cmd_xscale(struct megasas_instance *instance, dma_addr_t frame_phys_addr, u32 frame_count, struct megasas_register_set __iomem *regs) argument
556 megasas_adp_reset_xscale(struct megasas_instance *instance, struct megasas_register_set __iomem *regs) argument
598 megasas_check_reset_xscale(struct megasas_instance *instance, struct megasas_register_set __iomem *regs) argument
639 megasas_enable_intr_ppc(struct megasas_instance *instance) argument
657 megasas_disable_intr_ppc(struct megasas_instance *instance) argument
673 megasas_read_fw_status_reg_ppc(struct megasas_instance *instance) argument
683 megasas_clear_intr_ppc(struct megasas_instance *instance) argument
719 megasas_fire_cmd_ppc(struct megasas_instance *instance, dma_addr_t frame_phys_addr, u32 frame_count, struct megasas_register_set __iomem *regs) argument
738 megasas_check_reset_ppc(struct megasas_instance *instance, struct megasas_register_set __iomem *regs) argument
768 megasas_enable_intr_skinny(struct megasas_instance *instance) argument
786 megasas_disable_intr_skinny(struct megasas_instance *instance) argument
802 megasas_read_fw_status_reg_skinny(struct megasas_instance *instance) argument
812 megasas_clear_intr_skinny(struct megasas_instance *instance) argument
858 megasas_fire_cmd_skinny(struct megasas_instance *instance, dma_addr_t frame_phys_addr, u32 frame_count, struct megasas_register_set __iomem *regs) argument
879 megasas_check_reset_skinny(struct megasas_instance *instance, struct megasas_register_set __iomem *regs) argument
915 megasas_enable_intr_gen2(struct megasas_instance *instance) argument
934 megasas_disable_intr_gen2(struct megasas_instance *instance) argument
950 megasas_read_fw_status_reg_gen2(struct megasas_instance *instance) argument
960 megasas_clear_intr_gen2(struct megasas_instance *instance) argument
999 megasas_fire_cmd_gen2(struct megasas_instance *instance, dma_addr_t frame_phys_addr, u32 frame_count, struct megasas_register_set __iomem *regs) argument
1018 megasas_adp_reset_gen2(struct megasas_instance *instance, struct megasas_register_set __iomem *reg_set) argument
1079 megasas_check_reset_gen2(struct megasas_instance *instance, struct megasas_register_set __iomem *regs) argument
1122 megasas_issue_polled(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
1152 megasas_issue_blocked_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, int timeout) argument
1194 megasas_issue_blocked_abort_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd_to_abort, int timeout) argument
1262 megasas_make_sgl32(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) argument
1291 megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) argument
1320 megasas_make_sgl_skinny(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) argument
1349 megasas_get_frame_count(struct megasas_instance *instance, u8 sge_count, u8 frame_type) argument
1410 megasas_build_dcdb(struct megasas_instance *instance, struct scsi_cmnd *scp, struct megasas_cmd *cmd) argument
1509 megasas_build_ldio(struct megasas_instance *instance, struct scsi_cmnd *scp, struct megasas_cmd *cmd) argument
1674 megasas_dump_pending_frames(struct megasas_instance *instance) argument
1741 megasas_build_and_issue_cmd(struct megasas_instance *instance, struct scsi_cmnd *scmd) argument
1788 struct megasas_instance *instance; local
1895 struct megasas_instance *instance; local
1975 struct megasas_instance *instance; local
2002 struct megasas_instance *instance; local
2050 struct megasas_instance *instance; local
2077 struct megasas_instance *instance; local
2117 struct megasas_instance *instance ; local
2162 struct megasas_instance *instance; local
2188 megasas_complete_outstanding_ioctls(struct megasas_instance *instance) argument
2221 megaraid_sas_kill_hba(struct megasas_instance *instance) argument
2258 megasas_check_and_restore_queue_depth(struct megasas_instance *instance) argument
2287 struct megasas_instance *instance = local
2335 megasas_start_timer(struct megasas_instance *instance) argument
2350 megasas_do_ocr(struct megasas_instance *instance) argument
2366 megasas_get_ld_vf_affiliation_111(struct megasas_instance *instance, int initial) argument
2472 megasas_get_ld_vf_affiliation_12(struct megasas_instance *instance, int initial) argument
2638 megasas_get_ld_vf_affiliation(struct megasas_instance *instance, int initial) argument
2651 megasas_sriov_start_heartbeat(struct megasas_instance *instance, int initial) argument
2726 struct megasas_instance *instance = local
2750 megasas_wait_for_outstanding(struct megasas_instance *instance) argument
2907 struct megasas_instance *instance; local
2937 struct megasas_instance *instance; local
3008 struct megasas_instance *instance; local
3067 struct megasas_instance *instance; local
3101 struct megasas_instance *instance; local
3123 struct megasas_instance *instance; local
3183 struct megasas_instance *instance; local
3233 megasas_service_aen(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
3276 struct megasas_instance *instance = local
3294 struct megasas_instance *instance = local
3338 struct megasas_instance *instance = local
3350 struct megasas_instance *instance = local
3384 struct megasas_instance *instance = local
3402 struct megasas_instance *instance = (struct megasas_instance *)shost->hostdata; local
3412 struct megasas_instance *instance = (struct megasas_instance *)shost->hostdata; local
3422 struct megasas_instance *instance = (struct megasas_instance *)shost->hostdata; local
3432 struct megasas_instance *instance = (struct megasas_instance *)shost->hostdata; local
3464 struct megasas_instance *instance = local
3475 struct megasas_instance *instance = local
3542 megasas_complete_int_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
3563 megasas_complete_abort(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
3574 megasas_set_ld_removed_by_fw(struct megasas_instance *instance) argument
3600 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, u8 alt_status) argument
3817 megasas_issue_pending_cmds_again(struct megasas_instance *instance) argument
3910 megasas_internal_reset_defer_cmds(struct megasas_instance *instance) argument
3947 struct megasas_instance *instance = local
4019 megasas_deplete_reply_queue(struct megasas_instance *instance, u8 alt_status) argument
4093 struct megasas_instance *instance = irq_context->instance; local
4118 megasas_transition_to_ready(struct megasas_instance *instance, int ocr) argument
4288 megasas_teardown_frame_pool(struct megasas_instance *instance) argument
4332 megasas_create_frame_pool(struct megasas_instance *instance) argument
4418 megasas_free_cmds(struct megasas_instance *instance) argument
4455 megasas_alloc_cmds(struct megasas_instance *instance) argument
4522 dcmd_timeout_ocr_possible(struct megasas_instance *instance) argument
4535 megasas_get_pd_info(struct megasas_instance *instance, struct scsi_device *sdev) argument
4621 megasas_get_pd_list(struct megasas_instance *instance) argument
4756 megasas_get_ld_list(struct megasas_instance *instance) argument
4873 megasas_ld_list_query(struct megasas_instance *instance, u8 query_type) argument
4994 megasas_host_device_list_query(struct megasas_instance *instance, bool is_probe) argument
5118 megasas_update_ext_vd_details(struct megasas_instance *instance) argument
5181 megasas_get_snapdump_properties(struct megasas_instance *instance) argument
5266 megasas_get_ctrl_info(struct megasas_instance *instance) argument
5419 megasas_set_crash_dump_params(struct megasas_instance *instance, u8 crash_buf_state) argument
5484 megasas_issue_init_mfi(struct megasas_instance *instance) argument
5554 megasas_init_adapter_mfi(struct megasas_instance *instance) argument
5649 megasas_setup_irq_poll(struct megasas_instance *instance) argument
5676 megasas_setup_irqs_ioapic(struct megasas_instance *instance) argument
5708 megasas_setup_irqs_msix(struct megasas_instance *instance, u8 is_probe) argument
5754 megasas_destroy_irqs(struct megasas_instance *instance) argument
5788 megasas_setup_jbod_map(struct megasas_instance *instance) argument
5838 megasas_setup_reply_map(struct megasas_instance *instance) argument
5876 megasas_get_device_list(struct megasas_instance *instance) argument
5904 megasas_set_high_iops_queue_affinity_and_hint(struct megasas_instance *instance) argument
5921 __megasas_alloc_irq_vectors(struct megasas_instance *instance) argument
5950 megasas_alloc_irq_vectors(struct megasas_instance *instance) argument
6015 megasas_init_fw(struct megasas_instance *instance) argument
6553 megasas_release_mfi(struct megasas_instance *instance) argument
6581 megasas_get_seq_num(struct megasas_instance *instance, struct megasas_evt_log_info *eli) argument
6655 megasas_register_aen(struct megasas_instance *instance, u32 seq_num, u32 class_locale_word) argument
6797 megasas_get_target_prop(struct megasas_instance *instance, struct scsi_device *sdev) argument
6877 megasas_start_aen(struct megasas_instance *instance) argument
6906 megasas_io_attach(struct megasas_instance *instance) argument
7006 megasas_set_dma_mask(struct megasas_instance *instance) argument
7071 megasas_set_adapter_type(struct megasas_instance *instance) argument
7111 megasas_alloc_mfi_ctrl_mem(struct megasas_instance *instance) argument
7139 megasas_alloc_ctrl_mem(struct megasas_instance *instance) argument
7170 megasas_free_ctrl_mem(struct megasas_instance *instance) argument
7196 megasas_alloc_ctrl_dma_buffers(struct megasas_instance *instance) argument
7332 megasas_free_ctrl_dma_buffers(struct megasas_instance *instance) argument
7407 megasas_init_ctrl_params(struct megasas_instance *instance) argument
7463 struct megasas_instance *instance; local
7640 megasas_flush_cache(struct megasas_instance *instance) argument
7682 megasas_shutdown_controller(struct megasas_instance *instance, u32 opcode) argument
7736 struct megasas_instance *instance; local
7787 struct megasas_instance *instance; local
7927 megasas_wait_for_adapter_operational(struct megasas_instance *instance) argument
7963 struct megasas_instance *instance; local
8098 struct megasas_instance *instance = pci_get_drvdata(pdev); local
8231 megasas_mgmt_fw_ioctl(struct megasas_instance *instance, struct megasas_iocpacket __user * user_ioc, struct megasas_iocpacket *ioc) argument
8518 struct megasas_instance *instance; local
8573 struct megasas_instance *instance; local
8758 megasas_update_device_list(struct megasas_instance *instance, int event_type) argument
8791 megasas_add_remove_devices(struct megasas_instance *instance, int scan_type) argument
8875 struct megasas_instance *instance = ev->instance; local
[all...]
H A Dmegaraid_sas_debugfs.c62 struct megasas_instance *instance = inode->i_private; local
66 fusion = instance->ctrl_context;
72 debug->buf = (void *)fusion->ld_drv_map[(instance->map_id & 1)];
119 * instance: Soft instance of adapter
122 megasas_setup_debugfs(struct megasas_instance *instance) argument
127 fusion = instance->ctrl_context;
131 "scsi_host%d", instance->host->host_no);
132 if (!instance->debugfs_root) {
133 instance
161 megasas_destroy_debugfs(struct megasas_instance *instance) argument
173 megasas_setup_debugfs(struct megasas_instance *instance) argument
176 megasas_destroy_debugfs(struct megasas_instance *instance) argument
[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
88 megasas_adp_reset_wait_for_ready(struct megasas_instance *instance, bool do_adp_reset, int ocr_context) argument
142 megasas_check_same_4gb_region(struct megasas_instance *instance, dma_addr_t start_addr, size_t size) argument
165 megasas_enable_intr_fusion(struct megasas_instance *instance) argument
187 megasas_disable_intr_fusion(struct megasas_instance *instance) argument
201 megasas_clear_intr_fusion(struct megasas_instance *instance) argument
224 megasas_sdev_busy_inc(struct megasas_instance *instance, struct scsi_cmnd *scmd) argument
235 megasas_sdev_busy_dec(struct megasas_instance *instance, struct scsi_cmnd *scmd) argument
246 megasas_sdev_busy_read(struct megasas_instance *instance, struct scsi_cmnd *scmd) argument
264 megasas_get_cmd_fusion(struct megasas_instance *instance, u32 blk_tag) argument
278 megasas_return_cmd_fusion(struct megasas_instance *instance, struct megasas_cmd_fusion *cmd) argument
293 megasas_write_64bit_req_desc(struct megasas_instance *instance, union MEGASAS_REQUEST_DESCRIPTOR_UNION *req_desc) argument
320 megasas_fire_cmd_fusion(struct megasas_instance *instance, union MEGASAS_REQUEST_DESCRIPTOR_UNION *req_desc) argument
342 megasas_fusion_update_can_queue(struct megasas_instance *instance, int fw_boot_context) argument
389 megasas_get_msix_index(struct megasas_instance *instance, struct scsi_cmnd *scmd, struct megasas_cmd_fusion *cmd, u8 data_arms) argument
420 megasas_free_cmds_fusion(struct megasas_instance *instance) argument
481 megasas_create_sg_sense_fusion(struct megasas_instance *instance) argument
586 megasas_alloc_cmdlist_fusion(struct megasas_instance *instance) argument
626 megasas_alloc_request_fusion(struct megasas_instance *instance) argument
708 megasas_alloc_reply_fusion(struct megasas_instance *instance) argument
787 megasas_alloc_rdpq_fusion(struct megasas_instance *instance) argument
912 megasas_free_rdpq_fusion(struct megasas_instance *instance) argument
937 megasas_free_reply_fusion(struct megasas_instance *instance) argument
970 megasas_alloc_cmds_fusion(struct megasas_instance *instance) argument
1043 wait_and_poll(struct megasas_instance *instance, struct megasas_cmd *cmd, int seconds) argument
1081 megasas_ioc_init_fusion(struct megasas_instance *instance) argument
1305 megasas_sync_pd_seq_num(struct megasas_instance *instance, bool pend) argument
1396 megasas_get_ld_map_info(struct megasas_instance *instance) argument
1463 megasas_get_map_info(struct megasas_instance *instance) argument
1486 megasas_sync_map_info(struct megasas_instance *instance) argument
1565 megasas_display_intel_branding(struct megasas_instance *instance) argument
1637 megasas_allocate_raid_maps(struct megasas_instance *instance) argument
1712 megasas_configure_queue_sizes(struct megasas_instance *instance) argument
1740 megasas_alloc_ioc_init_frame(struct megasas_instance *instance) argument
1774 megasas_free_ioc_init_cmd(struct megasas_instance *instance) argument
1796 megasas_init_adapter_fusion(struct megasas_instance *instance) argument
1943 struct megasas_instance *instance = local
1979 megasas_fusion_start_watchdog(struct megasas_instance *instance) argument
2007 megasas_fusion_stop_watchdog(struct megasas_instance *instance) argument
2099 megasas_is_prp_possible(struct megasas_instance *instance, struct scsi_cmnd *scmd, int sge_count) argument
2147 megasas_make_prp_nvme(struct megasas_instance *instance, struct scsi_cmnd *scmd, struct MPI25_IEEE_SGE_CHAIN64 *sgl_ptr, struct megasas_cmd_fusion *cmd, int sge_count) argument
2270 megasas_make_sgl_fusion(struct megasas_instance *instance, struct scsi_cmnd *scp, struct MPI25_IEEE_SGE_CHAIN64 *sgl_ptr, struct megasas_cmd_fusion *cmd, int sge_count) argument
2347 megasas_make_sgl(struct megasas_instance *instance, struct scsi_cmnd *scp, struct megasas_cmd_fusion *cmd) argument
2562 megasas_stream_detect(struct megasas_instance *instance, struct megasas_cmd_fusion *cmd, struct IO_REQUEST_INFO *io_info) argument
2726 megasas_build_ldio_fusion(struct megasas_instance *instance, struct scsi_cmnd *scp, struct megasas_cmd_fusion *cmd) argument
2982 megasas_build_ld_nonrw_fusion(struct megasas_instance *instance, struct scsi_cmnd *scmd, struct megasas_cmd_fusion *cmd) argument
3072 megasas_build_syspd_fusion(struct megasas_instance *instance, struct scsi_cmnd *scmd, struct megasas_cmd_fusion *cmd, bool fp_possible) argument
3200 megasas_build_io_fusion(struct megasas_instance *instance, struct scsi_cmnd *scp, struct megasas_cmd_fusion *cmd) argument
3302 megasas_get_request_descriptor(struct megasas_instance *instance, u16 index) argument
3318 megasas_prepare_secondRaid1_IO(struct megasas_instance *instance, struct megasas_cmd_fusion *cmd, struct megasas_cmd_fusion *r1_cmd) argument
3363 megasas_build_and_issue_cmd_fusion(struct megasas_instance *instance, struct scsi_cmnd *scmd) argument
3452 megasas_complete_r1_command(struct megasas_instance *instance, struct megasas_cmd_fusion *cmd) argument
3544 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex, struct megasas_irq_context *irq_context) argument
3728 struct megasas_instance *instance; local
3751 megasas_enable_irq_poll(struct megasas_instance *instance) argument
3771 struct megasas_instance *instance = local
3800 struct megasas_instance *instance; local
3831 struct megasas_instance *instance = local
3856 struct megasas_instance *instance = irq_context->instance; local
3888 build_mpt_mfi_pass_thru(struct megasas_instance *instance, struct megasas_cmd *mfi_cmd) argument
3946 build_mpt_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
3972 megasas_issue_dcmd_fusion(struct megasas_instance *instance, struct megasas_cmd *cmd) argument
3988 megasas_release_fusion(struct megasas_instance *instance) argument
4004 megasas_read_fw_status_reg_fusion(struct megasas_instance *instance) argument
4015 megasas_alloc_host_crash_buffer(struct megasas_instance *instance) argument
4035 megasas_free_host_crash_buffer(struct megasas_instance *instance) argument
4053 megasas_adp_reset_fusion(struct megasas_instance *instance, struct megasas_register_set __iomem *regs) argument
4131 megasas_check_reset_fusion(struct megasas_instance *instance, struct megasas_register_set __iomem *regs) argument
4141 megasas_trigger_snap_dump(struct megasas_instance *instance) argument
4169 megasas_wait_for_outstanding_fusion(struct megasas_instance *instance, int reason, int *convert) argument
4277 megasas_reset_reply_desc(struct megasas_instance *instance) argument
4299 megasas_refire_mgmt_cmd(struct megasas_instance *instance, bool return_ioctl) argument
4400 megasas_return_polled_cmds(struct megasas_instance *instance) argument
4434 megasas_track_scsiio(struct megasas_instance *instance, int id, int channel) argument
4468 megasas_tm_response_code(struct megasas_instance *instance, struct MPI2_SCSI_TASK_MANAGE_REPLY *mpi_reply) argument
4529 megasas_issue_tm(struct megasas_instance *instance, u16 device_handle, uint channel, uint id, u16 smid_task, u8 type, struct MR_PRIV_DEVICE *mr_device_priv_data) argument
4667 struct megasas_instance *instance; local
4698 struct megasas_instance *instance; local
4734 struct megasas_instance *instance; local
4815 struct megasas_instance *instance; local
4873 megasas_get_peer_instance(struct megasas_instance *instance) argument
4890 megasas_check_mpio_paths(struct megasas_instance *instance, struct scsi_cmnd *scmd) argument
4910 struct megasas_instance *instance; local
5200 megasas_fusion_crash_dump(struct megasas_instance *instance) argument
5286 struct megasas_instance *instance = local
5294 megasas_alloc_fusion_context(struct megasas_instance *instance) argument
5342 megasas_free_fusion_context(struct megasas_instance *instance) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Daldebaran_reg_init.c34 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i]));
35 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i]));
36 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i]));
37 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i]));
38 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i]));
39 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i]));
40 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i]));
41 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i]));
42 adev->reg_offset[OSSSYS_HWIP][i] = (uint32_t *)(&(OSSSYS_BASE.instance[i]));
43 adev->reg_offset[SDMA0_HWIP][i] = (uint32_t *)(&(SDMA0_BASE.instance[
[all...]
H A Ddimgrey_cavefish_reg_init.c35 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i]));
36 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i]));
37 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i]));
38 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i]));
39 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i]));
40 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i]));
41 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i]));
42 adev->reg_offset[VCN_HWIP][i] = (uint32_t *)(&(VCN0_BASE.instance[i]));
43 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i]));
44 adev->reg_offset[DCE_HWIP][i] = (uint32_t *)(&(DCN_BASE.instance[
[all...]
H A Darct_reg_init.c34 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i]));
35 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i]));
36 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i]));
37 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i]));
38 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIF0_BASE.instance[i]));
39 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i]));
40 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i]));
41 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i]));
42 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i]));
43 adev->reg_offset[OSSSYS_HWIP][i] = (uint32_t *)(&(OSSSYS_BASE.instance[
[all...]
/linux-master/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, argument
285 list_for_each_entry(vcc_data, &instance->vcc_list, list)
291 static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char *source) argument
299 if ((vci != instance->cached_vci) || (vpi != instance->cached_vpi)) {
300 instance->cached_vpi = vpi;
301 instance->cached_vci = vci;
303 instance->cached_vcc = usbatm_find_vcc(instance, vp
409 usbatm_extract_cells(struct usbatm_data *instance, unsigned char *source, unsigned int avail_data) argument
454 usbatm_write_cells(struct usbatm_data *instance, struct sk_buff *skb, u8 *target, unsigned int avail_space) argument
516 struct usbatm_data *instance = from_tasklet(instance, t, local
570 struct usbatm_data *instance = from_tasklet(instance, t, local
620 usbatm_cancel_send(struct usbatm_data *instance, struct atm_vcc *vcc) argument
646 struct usbatm_data *instance = vcc->dev->dev_data; local
696 struct usbatm_data *instance = container_of(kref, struct usbatm_data, refcount); local
704 usbatm_get_instance(struct usbatm_data *instance) argument
709 usbatm_put_instance(struct usbatm_data *instance) argument
721 struct usbatm_data *instance = atm_dev->dev_data; local
732 struct usbatm_data *instance = atm_dev->dev_data; local
772 struct usbatm_data *instance = vcc->dev->dev_data; local
851 struct usbatm_data *instance = vcc->dev->dev_data; local
888 struct usbatm_data *instance = atm_dev->dev_data; local
901 usbatm_atm_init(struct usbatm_data *instance) argument
957 struct usbatm_data *instance = arg; local
975 usbatm_heavy_init(struct usbatm_data *instance) argument
1013 struct usbatm_data *instance; local
1210 struct usbatm_data *instance = usb_get_intfdata(intf); local
1314 usbatm_print_packet(struct usbatm_data *instance, const unsigned char *data, int len) argument
[all...]
/linux-master/drivers/staging/vc04_services/include/linux/raspberrypi/
H A Dvchiq.h55 int (*callback)(struct vchiq_instance *instance,
72 int (*callback)(struct vchiq_instance *instance,
84 extern int vchiq_shutdown(struct vchiq_instance *instance);
85 extern int vchiq_connect(struct vchiq_instance *instance);
86 extern int vchiq_open_service(struct vchiq_instance *instance,
89 extern int vchiq_close_service(struct vchiq_instance *instance,
91 extern int vchiq_use_service(struct vchiq_instance *instance, unsigned int service);
92 extern int vchiq_release_service(struct vchiq_instance *instance,
94 extern void vchiq_msg_queue_push(struct vchiq_instance *instance, unsigned int handle,
96 extern void vchiq_release_message(struct vchiq_instance *instance, unsigne
[all...]
/linux-master/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...]

Completed in 220 milliseconds

1234567891011>>