Home
last modified time | relevance | path

Searched refs:dev_state (Results 1 – 25 of 121) sorted by relevance

12345

/linux/drivers/iommu/amd/
A Diommu_v2.c104 return dev_state; in __get_device_state()
117 if (dev_state != NULL) in get_device_state()
121 return dev_state; in get_device_state()
144 kfree(dev_state); in free_device_state()
391 dev_state->inv_ctx_cb(dev_state->pdev, pasid_state->pasid); in mn_release()
437 status = fault->dev_state->inv_ppr_cb(fault->dev_state->pdev, in handle_fault_error()
547 if (dev_state == NULL) in ppr_notifier()
571 fault->dev_state = dev_state; in ppr_notifier()
757 dev_state = kzalloc(sizeof(*dev_state), GFP_KERNEL); in amd_iommu_init_device()
824 kfree(dev_state); in amd_iommu_init_device()
[all …]
/linux/include/trace/events/
A Dufs.h194 int dev_state, int link_state),
202 __field(int, dev_state)
210 __entry->dev_state = dev_state;
226 int dev_state, int link_state),
231 int dev_state, int link_state),
236 int dev_state, int link_state),
241 int dev_state, int link_state),
246 int dev_state, int link_state),
251 int dev_state, int link_state),
256 int dev_state, int link_state),
[all …]
/linux/fs/btrfs/
A Dcheck-integrity.c331 b->dev_state = NULL; in btrfsic_block_init()
593 BUG_ON(NULL == dev_state); in btrfsic_process_superblock()
747 superblock_tmp->dev_state = dev_state; in btrfsic_process_superblock_dev_mirror()
1744 dev_state, in btrfsic_process_written_block()
1971 block->dev_state = dev_state; in btrfsic_process_written_block()
2052 struct btrfsic_dev_state *const dev_state = block->dev_state; in btrfsic_bio_end_io() local
2068 dev_state->bdev, in btrfsic_bio_end_io()
2410 state->latest_superblock->dev_state->bdev == block->dev_state->bdev) in btrfsic_get_block_type()
2553 if (NULL == dev_state) { in btrfsic_block_lookup_or_add()
2558 block->dev_state = dev_state; in btrfsic_block_lookup_or_add()
[all …]
A Dvolumes.c652 set_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); in btrfs_open_one_device()
1050 &device->dev_state) && in __btrfs_free_extra_devids()
1052 &device->dev_state) && in __btrfs_free_extra_devids()
1131 clear_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in btrfs_close_one_device()
5181 &device->dev_state) || in gather_device_info()
5673 &map->stripes[i].dev->dev_state)) { in btrfs_chunk_writeable()
5678 &map->stripes[i].dev->dev_state)) { in btrfs_chunk_writeable()
6794 &dev->dev_state) || in btrfs_map_bio()
6893 set_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state); in add_missing_dev()
7134 &(map->stripes[i].dev->dev_state)); in read_one_chunk()
[all …]
A Ddev-replace.c217 &dev_replace->tgtdev->dev_state); in btrfs_init_dev_replace()
225 &dev_replace->tgtdev->dev_state); in btrfs_init_dev_replace()
306 set_bit(BTRFS_DEV_STATE_WRITEABLE, &device->dev_state); in btrfs_init_dev_replace_tgtdev()
318 set_bit(BTRFS_DEV_STATE_IN_FS_METADATA, &device->dev_state); in btrfs_init_dev_replace_tgtdev()
319 set_bit(BTRFS_DEV_STATE_REPLACE_TGT, &device->dev_state); in btrfs_init_dev_replace_tgtdev()
457 if (!device || test_bit(BTRFS_DEV_STATE_MISSING, &device->dev_state)) in btrfs_dev_name()
986 clear_bit(BTRFS_DEV_STATE_REPLACE_TGT, &tgt_device->dev_state); in btrfs_dev_replace_finishing()
1029 if (test_bit(BTRFS_DEV_STATE_WRITEABLE, &src_device->dev_state)) in btrfs_dev_replace_finishing()
/linux/drivers/misc/mei/
A Dhbm.c477 if (dev->dev_state == MEI_DEV_ENABLED) in mei_hbm_fw_add_cl_req()
973 if (dev->dev_state == MEI_DEV_ENABLED) in mei_hbm_cl_connect_res()
1301 if (dev->dev_state == MEI_DEV_POWER_DOWN || in mei_hbm_dispatch()
1307 dev->dev_state, dev->hbm_state); in mei_hbm_dispatch()
1346 if (dev->dev_state == MEI_DEV_POWER_DOWN) { in mei_hbm_dispatch()
1351 dev->dev_state, dev->hbm_state); in mei_hbm_dispatch()
1391 dev->dev_state, dev->hbm_state); in mei_hbm_dispatch()
1459 dev->dev_state, dev->hbm_state); in mei_hbm_dispatch()
1502 dev->dev_state, dev->hbm_state); in mei_hbm_dispatch()
1521 dev->dev_state, dev->hbm_state); in mei_hbm_dispatch()
[all …]
A Dinit.c100 enum mei_dev_state state = dev->dev_state; in mei_reset()
204 if (ret == -ENODEV || dev->dev_state == MEI_DEV_DISABLED) { in mei_start()
262 if (err == -ENODEV || dev->dev_state == MEI_DEV_DISABLED) { in mei_restart()
291 if (dev->dev_state == MEI_DEV_DISABLED) { in mei_reset_work()
337 bool idle = (dev->dev_state == MEI_DEV_ENABLED && in mei_write_is_idle()
344 mei_dev_state_str(dev->dev_state), in mei_write_is_idle()
374 dev->dev_state = MEI_DEV_INITIALIZING; in mei_device_init()
A Dmain.c56 if (dev->dev_state != MEI_DEV_ENABLED) { in mei_open()
58 mei_dev_state_str(dev->dev_state)); in mei_open()
183 if (dev->dev_state != MEI_DEV_ENABLED) { in mei_read()
324 if (dev->dev_state != MEI_DEV_ENABLED) { in mei_write()
660 if (dev->dev_state != MEI_DEV_ENABLED) { in mei_ioctl()
798 if (dev->dev_state != MEI_DEV_ENABLED || in mei_poll()
1094 enum mei_dev_state dev_state; in dev_state_show() local
1097 dev_state = dev->dev_state; in dev_state_show()
1102 static DEVICE_ATTR_RO(dev_state);
1114 if (dev->dev_state == state) in mei_set_devstate()
[all …]
A Ddebugfs.c33 if (dev->dev_state != MEI_DEV_ENABLED) in mei_dbgfs_meclients_show()
72 if (dev->dev_state != MEI_DEV_ENABLED) in mei_dbgfs_active_show()
93 seq_printf(m, "dev: %s\n", mei_dev_state_str(dev->dev_state)); in mei_dbgfs_devstate_show()
A Dinterrupt.c439 dev->dev_state == MEI_DEV_POWER_DOWN) { in mei_irq_read_handler()
626 if (dev->dev_state == MEI_DEV_INIT_CLIENTS && in mei_timer()
640 if (dev->dev_state != MEI_DEV_ENABLED) in mei_timer()
656 if (dev->dev_state != MEI_DEV_DISABLED && reschedule_timer) in mei_timer()
/linux/drivers/s390/crypto/
A Dap_queue.c228 aq->dev_state = AP_DEV_STATE_ERROR; in ap_sm_read()
295 aq->dev_state = AP_DEV_STATE_ERROR; in ap_sm_write()
333 aq->dev_state = AP_DEV_STATE_ERROR; in ap_sm_reset()
376 aq->dev_state = AP_DEV_STATE_ERROR; in ap_sm_reset_wait()
417 aq->dev_state = AP_DEV_STATE_ERROR; in ap_sm_setirq_wait()
458 if (aq->dev_state > AP_DEV_STATE_UNINITIATED) in ap_sm_event()
627 switch (aq->dev_state) { in states_show()
644 if (aq->dev_state) { in states_show()
894 aq->dev_state = AP_DEV_STATE_SHUTDOWN; in ap_queue_prepare_remove()
909 aq->dev_state = AP_DEV_STATE_UNINITIATED; in ap_queue_remove()
[all …]
/linux/drivers/media/usb/au0828/
A Dau0828-video.c95 if (test_bit(DEV_DISCONNECTED, &dev->dev_state)) { in check_dev()
1025 set_bit(DEV_INITIALIZED, &dev->dev_state); in au0828_v4l2_open()
1116 dev->std_set_in_tuner_core, dev->dev_state); in au0828_init_tuner()
1186 dev->std_set_in_tuner_core, dev->dev_state); in vidioc_querycap()
1219 dev->std_set_in_tuner_core, dev->dev_state); in vidioc_g_fmt_vid_cap()
1237 dev->std_set_in_tuner_core, dev->dev_state); in vidioc_try_fmt_vid_cap()
1249 dev->std_set_in_tuner_core, dev->dev_state); in vidioc_s_fmt_vid_cap()
1271 dev->std_set_in_tuner_core, dev->dev_state); in vidioc_s_std()
1303 dev->std_set_in_tuner_core, dev->dev_state); in vidioc_g_std()
1325 dev->std_set_in_tuner_core, dev->dev_state); in vidioc_enum_input()
[all …]
/linux/drivers/bus/mhi/core/
A Dpm.c188 mhi_cntrl->dev_state = MHI_STATE_READY; in mhi_ready_state_transition()
251 mhi_cntrl->dev_state = MHI_STATE_M0; in mhi_pm_m0_transition()
326 mhi_cntrl->dev_state = MHI_STATE_M2; in mhi_pm_m1_transition()
359 mhi_cntrl->dev_state = MHI_STATE_M3; in mhi_pm_m3_transition()
548 TO_MHI_STATE_STR(mhi_cntrl->dev_state)); in mhi_pm_disable_transition()
586 mhi_cntrl->dev_state = MHI_STATE_RESET; in mhi_pm_sys_error_transition()
692 TO_MHI_STATE_STR(mhi_cntrl->dev_state)); in mhi_pm_sys_error_transition()
867 TO_MHI_STATE_STR(mhi_cntrl->dev_state), in mhi_pm_suspend()
893 TO_MHI_STATE_STR(mhi_cntrl->dev_state)); in __mhi_pm_resume()
940 TO_MHI_STATE_STR(mhi_cntrl->dev_state), in __mhi_pm_resume()
[all …]
/linux/drivers/scsi/qla2xxx/
A Dqla_nx.c2951 uint32_t dev_state; in qla82xx_wait_for_state_change() local
2960 return dev_state; in qla82xx_wait_for_state_change()
3064 dev_state, in qla82xx_need_reset_handler()
3065 dev_state < MAX_STATES ? qdev_state(dev_state) : "Unknown"); in qla82xx_need_reset_handler()
3171 uint32_t dev_state; in qla82xx_device_state_handler() local
3188 dev_state, in qla82xx_device_state_handler()
3189 dev_state < MAX_STATES ? qdev_state(dev_state) : "Unknown"); in qla82xx_device_state_handler()
3210 dev_state, in qla82xx_device_state_handler()
3211 dev_state < MAX_STATES ? qdev_state(dev_state) : in qla82xx_device_state_handler()
3442 dev_state, in qla82xx_set_reset_owner()
[all …]
A Dqla_nx2.c1662 dev_state = qla8044_rd_direct(vha, in qla8044_need_reset_handler()
1690 dev_state = qla8044_rd_direct(vha, in qla8044_need_reset_handler()
1929 uint32_t dev_state; in qla8044_device_state_handler() local
1941 dev_state, dev_state < MAX_STATES ? in qla8044_device_state_handler()
1955 dev_state < MAX_STATES ? in qla8044_device_state_handler()
1966 dev_state, dev_state < MAX_STATES ? in qla8044_device_state_handler()
1970 switch (dev_state) { in qla8044_device_state_handler()
2124 uint32_t dev_state, halt_status; in qla8044_watchdog() local
2182 if (dev_state == in qla8044_watchdog()
4011 uint32_t dev_state; in qla8044_abort_isp() local
[all …]
/linux/drivers/hid/intel-ish-hid/ishtp/
A Dhbm.c39 dev->dev_state = ISHTP_DEV_RESETTING; in ishtp_hbm_fw_cl_allocate()
147 dev->dev_state = ISHTP_DEV_RESETTING; in ishtp_hbm_start_req()
174 dev->dev_state = ISHTP_DEV_RESETTING; in ishtp_hbm_enum_clients_req()
204 dev->dev_state = ISHTP_DEV_ENABLED; in ishtp_hbm_prop_req()
222 dev->dev_state = ISHTP_DEV_RESETTING; in ishtp_hbm_prop_req()
575 if (dev->dev_state == ISHTP_DEV_INIT_CLIENTS && in ishtp_hbm_dispatch()
620 if (dev->dev_state != ISHTP_DEV_INIT_CLIENTS || in ishtp_hbm_dispatch()
635 if (dev->dev_state != ISHTP_DEV_ENABLED) in ishtp_hbm_dispatch()
662 if (dev->dev_state == ISHTP_DEV_INIT_CLIENTS && in ishtp_hbm_dispatch()
684 dev->dev_state = ISHTP_DEV_DISABLED; in ishtp_hbm_dispatch()
A Dinit.c54 dev->dev_state = ISHTP_DEV_INITIALIZING; in ishtp_device_init()
103 dev->dev_state = ISHTP_DEV_DISABLED; in ishtp_start()
A Dclient.c200 if (dev->dev_state != ISHTP_DEV_ENABLED) { in ishtp_cl_link()
287 (dev->dev_state != ISHTP_DEV_ENABLED || in ishtp_cl_disconnect()
295 if (dev->dev_state != ISHTP_DEV_ENABLED) { in ishtp_cl_disconnect()
374 (dev->dev_state == ISHTP_DEV_ENABLED && in ishtp_cl_connect()
383 if (dev->dev_state != ISHTP_DEV_ENABLED) { in ishtp_cl_connect()
461 if (dev->dev_state != ISHTP_DEV_ENABLED) in ishtp_cl_read_start()
546 if (dev->dev_state != ISHTP_DEV_ENABLED) { in ishtp_cl_send()
652 if (dev->dev_state != ISHTP_DEV_ENABLED) in ipc_tx_callback()
/linux/arch/s390/kernel/
A Dperf_cpum_cf.c355 err = lcctl(cpuhw->state | cpuhw->dev_state); in cpumf_pmu_enable()
380 inactive |= cpuhw->dev_state; in cpumf_pmu_disable()
860 ctr_set_disable(&cpuhw->dev_state, in cfset_ioctl_off()
862 ctr_set_stop(&cpuhw->dev_state, in cfset_ioctl_off()
867 rc = lcctl(cpuhw->dev_state | cpuhw->state); in cfset_ioctl_off()
871 if (!cpuhw->dev_state) in cfset_ioctl_off()
874 __func__, rc, cpuhw->state, cpuhw->dev_state); in cfset_ioctl_off()
885 ctr_set_enable(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
886 ctr_set_start(&cpuhw->dev_state, p->sets); in cfset_ioctl_on()
906 __func__, cpuhw->state, cpuhw->dev_state); in cfset_release_cpu()
[all …]
/linux/drivers/block/rnbd/
A Drnbd-clt.c117 if (dev->dev_state == DEV_STATE_UNMAPPED) { in process_msg_open_rsp()
139 dev->dev_state = DEV_STATE_MAPPED; in process_msg_open_rsp()
152 if (dev->dev_state != DEV_STATE_MAPPED) { in rnbd_clt_resize_disk()
661 if (dev->dev_state == DEV_STATE_MAPPED) { in set_dev_states_to_disconnected()
706 skip = (dev->dev_state == DEV_STATE_INIT); in remap_devs()
952 if (dev->dev_state == DEV_STATE_UNMAPPED || in rnbd_client_open()
1141 if (dev->dev_state != DEV_STATE_MAPPED) in rnbd_queue_rq()
1484 dev->dev_state = DEV_STATE_INIT; in init_dev()
1665 if (dev->dev_state == DEV_STATE_UNMAPPED) { in rnbd_clt_unmap_device()
1679 dev->dev_state = DEV_STATE_UNMAPPED; in rnbd_clt_unmap_device()
[all …]
/linux/drivers/staging/ks7010/
A Dks7010_sdio.c232 if (priv->dev_state != DEVICE_STATE_SLEEP) in _ks_wlan_hw_power_save()
292 if (priv->dev_state < DEVICE_STATE_BOOT) { in enqueue_txdev()
360 if (priv->dev_state >= DEVICE_STATE_BOOT) { in tx_device_task()
413 if (rxq_has_space(priv) && priv->dev_state >= DEVICE_STATE_BOOT) { in rx_event_task()
551 if (priv->dev_state < DEVICE_STATE_BOOT) in ks_sdio_interrupt()
837 priv->dev_state = DEVICE_STATE_PREINIT; in ks7010_card_init()
846 if (priv->dev_state >= DEVICE_STATE_PREINIT) { in ks7010_card_init()
848 priv->dev_state = DEVICE_STATE_READY; in ks7010_card_init()
932 priv->dev_state = DEVICE_STATE_PREBOOT; in ks7010_private_init()
1019 priv->dev_state = DEVICE_STATE_BOOT; in ks7010_sdio_probe()
/linux/tools/hv/
A Dvmbus_testing34 class dev_state(Enum): class
84 set_test_state(state_path, dev_state.on.value, args.quiet)
253 dev_state.on.value,
262 write_test_files(file_location, dev_state.off.value)
/linux/drivers/scsi/qla4xxx/
A Dql4_attr.c36 uint32_t dev_state; in qla4_8xxx_sysfs_write_fw_dump() local
78 dev_state = qla4_8xxx_rd_direct(ha, QLA8XXX_CRB_DEV_STATE); in qla4_8xxx_sysfs_write_fw_dump()
79 if (dev_state == QLA8XXX_DEV_READY) { in qla4_8xxx_sysfs_write_fw_dump()
95 __func__, dev_state); in qla4_8xxx_sysfs_write_fw_dump()
A Dql4_nx.c3373 dev_state < MAX_STATES ? qdev_state[dev_state] : "Unknown"); in qla4_82xx_need_reset_handler()
3498 uint32_t dev_state; in qla4_8xxx_device_state_handler() local
3508 dev_state, dev_state < MAX_STATES ? in qla4_8xxx_device_state_handler()
3509 qdev_state[dev_state] : "Unknown")); in qla4_8xxx_device_state_handler()
3521 dev_state, dev_state < MAX_STATES ? in qla4_8xxx_device_state_handler()
3522 qdev_state[dev_state] : "Unknown"); in qla4_8xxx_device_state_handler()
3529 dev_state, dev_state < MAX_STATES ? in qla4_8xxx_device_state_handler()
3530 qdev_state[dev_state] : "Unknown"); in qla4_8xxx_device_state_handler()
3533 switch (dev_state) { in qla4_8xxx_device_state_handler()
3991 uint32_t dev_state; in qla4_82xx_isp_reset() local
[all …]
/linux/drivers/scsi/
A Dmyrs.c261 if (new->dev_state != old->dev_state) { in myrs_get_ldev_info()
264 name = myrs_devstate_name(new->dev_state); in myrs_get_ldev_info()
864 pdev_info->dev_state = MYRS_DEVICE_ONLINE; in myrs_log_event()
955 ldev_info->dev_state); in raid_state_show()
966 pdev_info->dev_state); in raid_state_show()
997 if (pdev_info->dev_state == new_state) { in raid_state_store()
1011 if (ldev_info->dev_state == new_state) { in raid_state_store()
1037 pdev_info->dev_state = new_state; in raid_state_store()
1041 ldev_info->dev_state = new_state; in raid_state_store()
1072 ldev_info->dev_state); in raid_level_show()
[all …]

Completed in 128 milliseconds

12345