Searched refs:dev_count (Results 1 – 20 of 20) sorted by relevance
22 u32 dev_count; member439 u32 dev_count; in cvm_crypto_init() local441 dev_count = dev_handle.dev_count; in cvm_crypto_init()442 dev_handle.cdev[dev_count] = cptvf; in cvm_crypto_init()443 dev_handle.dev_count++; in cvm_crypto_init()445 if (dev_count == 3) { in cvm_crypto_init()457 u32 dev_count; in cvm_crypto_exit() local459 dev_count = --dev_handle.dev_count; in cvm_crypto_exit()460 if (!dev_count) in cvm_crypto_exit()
121 atomic_inc(&drv_data.dev_count); in chcr_dev_init()142 atomic_dec(&drv_data.dev_count); in chcr_dev_move()258 if (!atomic_read(&drv_data.dev_count)) in chcr_uld_state_change()274 atomic_set(&drv_data.dev_count, 0); in chcr_crypto_init()
78 atomic_t dev_count; member
58 static int dev_count; variable607 dev_count++; in wdtpci_init_one()608 if (dev_count > 1) { in wdtpci_init_one()713 dev_count--; in wdtpci_remove_one()
52 unsigned int dev_count; member219 if (--bd->dev_count == 0) { in ee1004_cleanup()248 if (++bd->dev_count == 1) { in ee1004_init_bus_data()
234 mfa2_file->dev_count) { in mlxfw_mfa2_file_validate()304 mfa2_file->dev_count = be16_to_cpu(pd->num_devices); in mlxfw_mfa2_file_init()307 mfa2_file->dev_count); in mlxfw_mfa2_file_init()341 mfa2_file->dev_count) { in mlxfw_mfa2_tlv_dev_get()
13 u16 dev_count; member
1200 int dev_count; member3873 if (hw->dev_count > 1) { in sw_enable()3883 if (hw->dev_count > 1) in sw_enable()4272 if (hw->dev_count > 1) in send_packet()4535 if (hw->dev_count > 1) { in netdev_tx_timeout()4985 if (hw->dev_count > 1) { in netdev_close()5052 if (hw->dev_count > 1) in hw_cfg_huge_frame()5159 if (hw->dev_count > 1) { in netdev_open()5416 if (hw->dev_count > 1) in netdev_change_mtu()6606 hw->dev_count = 1; in pcidev_init()[all …]
39 static atomic_t dev_count = ATOMIC_INIT(0); variable610 if (atomic_inc_return(&dev_count) > max_devs) in ccp_dev_init()
71 u8 dev_count; member923 hdcp_ctrl->dev_count = down_stream_devices; in msm_hdmi_hdcp_recv_check_bstatus()1033 ksv_bytes = 5 * hdcp_ctrl->dev_count; in msm_hdmi_hdcp_recv_ksv_fifo()1123 ksv_bytes = 5 * hdcp_ctrl->dev_count; in msm_hdmi_hdcp_write_ksv_fifo()
157 WARN_ON(hba->dev_count); in core_delete_hba()
1006 hba->dev_count++; in target_configure_device()1041 hba->dev_count--; in target_free_device()
464 if (hba->dev_count) { in pscsi_configure_device()
3510 if (hba->dev_count) { in target_hba_mode_store()
766 int dev_count = 0; in DEFINE_FREE() local783 dev_count++; in DEFINE_FREE()847 if (gp_count != dev_count) { in DEFINE_FREE()
365 unsigned int dev_count = rkisp1_path_count(rkisp1); in rkisp1_create_links() local381 for (i = 0; i < dev_count; i++) { in rkisp1_create_links()
819 unsigned int dev_count = rkisp1_path_count(rkisp1); in rkisp1_capture_isr() local832 for (i = 0; i < dev_count; ++i) { in rkisp1_capture_isr()1629 unsigned int dev_count = rkisp1_path_count(rkisp1); in rkisp1_capture_devs_register() local1633 for (i = 0; i < dev_count; i++) { in rkisp1_capture_devs_register()
738 unsigned int dev_count = rkisp1_path_count(rkisp1); in rkisp1_resizer_devs_register() local742 for (i = 0; i < dev_count; i++) { in rkisp1_resizer_devs_register()
45 u32 dev_count; member
660 int dev_count = 0; in esas2r_show_info() local698 ++dev_count, in esas2r_show_info()702 if (dev_count == 0) in esas2r_show_info()
Completed in 57 milliseconds