| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 22 u32 dev_count; member 439 u32 dev_count; in cvm_crypto_init() local 441 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() local 459 dev_count = --dev_handle.dev_count; in cvm_crypto_exit() 460 if (!dev_count) in cvm_crypto_exit()
|
| /linux/tools/testing/selftests/powerpc/eeh/ |
| H A D | eeh-basic.sh | 34 dev_count="$(echo $devices | wc -w)" 35 echo "Found ${dev_count} breakable devices..." 52 echo "$failed devices failed to recover ($dev_count tested)"
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_core.c | 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()
|
| H A D | chcr_core.h | 78 atomic_t dev_count; member
|
| /linux/drivers/watchdog/ |
| H A D | wdt_pci.c | 58 static int dev_count; variable 607 dev_count++; in wdtpci_init_one() 608 if (dev_count > 1) { in wdtpci_init_one() 713 dev_count--; in wdtpci_remove_one()
|
| /linux/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2.c | 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()
|
| H A D | mlxfw_mfa2_file.h | 13 u16 dev_count; member
|
| /linux/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 1200 int dev_count; member 3873 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() 4425 for (port = 0; port < hw->dev_count; port++) { in tx_done() 4535 if (hw->dev_count > 1) { in netdev_tx_timeout() 4565 if (hw->dev_count > 1) { in netdev_tx_timeout() 4710 if (hw->dev_count > 1) { in port_rcv_packets() 4755 if (hw->dev_count > 1) { in dev_rcv_special() 4985 if (hw->dev_count > 1) { in netdev_close() [all …]
|
| /linux/drivers/target/ |
| H A D | target_core_hba.c | 157 WARN_ON(hba->dev_count); in core_delete_hba()
|
| H A D | target_core_device.c | 1024 hba->dev_count++; in target_configure_device() 1059 hba->dev_count--; in target_free_device()
|
| H A D | target_core_configfs.c | 3516 if (hba->dev_count) { in target_hba_mode_store()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-dev.c | 39 static atomic_t dev_count = ATOMIC_INIT(0); variable 610 if (atomic_inc_return(&dev_count) > max_devs) in ccp_dev_init()
|
| /linux/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_hdcp.c | 71 u8 dev_count; member 923 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()
|
| /linux/sound/soc/codecs/ |
| H A D | tas2783-sdw.c | 652 u32 dev_count, offset, i, device_num; in tas2783_set_calib_params_to_device() local 656 dev_count = cali_data[1]; in tas2783_set_calib_params_to_device() 659 for (device_num = 0; device_num < dev_count; device_num++) { in tas2783_set_calib_params_to_device() 678 if (device_num == dev_count) in tas2783_set_calib_params_to_device()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 5802 for (i = 0; i < bus->dev_count; i++) { in kvm_io_bus_cmp() 5851 range = bsearch(&key, bus->range, bus->dev_count, in __kvm_io_bus_write() 5873 while (idx < bus->dev_count && in kvm_get_bus_srcu() 5932 if ((cookie >= 0) && (cookie < bus->dev_count) && in __kvm_io_bus_read() 5954 while (idx < bus->dev_count && in kvm_io_bus_read() 6006 if (bus->dev_count - bus->ioeventfd_count > NR_IOBUS_DEVS - 1) in kvm_io_bus_register_dev() 6009 new_bus = kmalloc(struct_size(bus, range, bus->dev_count + 1), in kvm_io_bus_register_dev() 6020 for (i = 0; i < bus->dev_count; i++) in kvm_io_bus_unregister_dev() 6025 new_bus->dev_count++; in kvm_io_bus_unregister_dev() 6028 (bus->dev_count in kvm_io_bus_unregister_dev() [all...] |
| /linux/drivers/firmware/efi/ |
| H A D | apple-properties.c | 45 u32 dev_count; member
|
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 763 int dev_count = 0; in DEFINE_FREE() local 780 dev_count++; in DEFINE_FREE() 844 if (gp_count != dev_count) { in DEFINE_FREE()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 660 int dev_count = 0; in esas2r_show_info() local 698 ++dev_count, in esas2r_show_info() 702 if (dev_count == 0) in esas2r_show_info()
|
| /linux/include/target/ |
| H A D | target_core_base.h | 920 u32 dev_count; member
|
| /linux/fs/fuse/ |
| H A D | fuse_i.h | 652 atomic_t dev_count; member
|
| H A D | dev.c | 2554 if (atomic_dec_and_test(&fc->dev_count)) { in fuse_dev_release() 2587 atomic_inc(&fc->dev_count); in fuse_device_clone()
|
| H A D | inode.c | 978 atomic_set(&fc->dev_count, 1); in fuse_conn_init()
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 2943 const int dev_count = PNFS_LAYOUTSTATS_MAXDEV; in ff_layout_prepare_layoutstats() local 2946 args->devinfo = kmalloc_array(dev_count, sizeof(*args->devinfo), in ff_layout_prepare_layoutstats() 2956 &ff_layout->generic_hdr, &args->devinfo[0], dev_count, in ff_layout_prepare_layoutstats()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 208 int dev_count; member
|