[go: nahoru, domu]

Searched refs:dev_count (Results 1 - 11 of 11) sorted by relevance

/drivers/input/misc/
H A Dgpio_event.c121 int dev_count = 1; local
136 while (event_info->names[dev_count])
137 dev_count++;
141 sizeof(ip->input_devs->dev[0]) * dev_count, GFP_KERNEL);
150 for (i = 0; i < dev_count; i++) {
164 ip->input_devs->count = dev_count;
173 for (i = 0; i < dev_count; i++) {
192 for (i = dev_count - 1; i >= registered; i--) {
/drivers/watchdog/
H A Dwdt_pci.c62 static int dev_count; variable
612 dev_count++;
613 if (dev_count > 1) {
718 dev_count--;
/drivers/target/
H A Dtarget_core_hba.c151 WARN_ON(hba->dev_count);
H A Dtarget_core_device.c1657 hba->dev_count++;
1687 hba->dev_count--;
H A Dtarget_core_pscsi.c504 if (hba->dev_count) {
H A Dtarget_core_configfs.c2982 if (hba->dev_count) {
/drivers/net/ethernet/micrel/
H A Dksz884x.c1237 * @dev_count: Number of network devices this hardware supports.
1275 int dev_count; member in struct:ksz_hw
4261 if (hw->dev_count > 1) {
4271 if (hw->dev_count > 1)
4662 if (hw->dev_count > 1)
4818 for (port = 0; port < hw->dev_count; port++) {
4927 if (hw->dev_count > 1) {
4957 if (hw->dev_count > 1) {
5105 if (hw->dev_count > 1) {
5150 if (hw->dev_count >
[all...]
/drivers/net/irda/
H A Dsmsc-ircc2.c358 static unsigned short dev_count; variable
469 dev_count = 0;
529 if (dev_count >= ARRAY_SIZE(dev_self)) {
556 dev_self[dev_count] = self;
597 dev_count, NULL, 0);
605 dev_count++;
620 dev_self[dev_count] = NULL;
/drivers/block/
H A Dsx8.c1006 unsigned int i, dev_count = 0; local
1022 dev_count++;
1026 pci_name(host->pdev), dev_count);
/drivers/scsi/esas2r/
H A Desas2r_main.c710 int dev_count = 0; local
748 ++dev_count,
752 if (dev_count == 0)
/drivers/staging/lustre/lustre/obdclass/
H A Dgenops.c482 int index, max_index = class_devno_max(), dev_count = 0; local
488 dev_count++;
492 return dev_count;

Completed in 177 milliseconds