/linux-4.1.27/net/nfc/nci/ |
D | core.c | 342 atomic_set(&ndev->cmd_cnt, 1); in nci_open_device() 405 atomic_set(&ndev->cmd_cnt, 1); in nci_close_device() 434 atomic_set(&ndev->cmd_cnt, 1); in nci_cmd_timer() 1258 pr_debug("cmd_cnt %d\n", atomic_read(&ndev->cmd_cnt)); in nci_cmd_work() 1261 if (atomic_read(&ndev->cmd_cnt)) { in nci_cmd_work() 1266 atomic_dec(&ndev->cmd_cnt); in nci_cmd_work()
|
D | rsp.c | 352 atomic_set(&ndev->cmd_cnt, 1); in nci_rsp_packet()
|
/linux-4.1.27/drivers/scsi/ |
D | wd33c93.h | 265 unsigned long cmd_cnt[8]; /* # of commands issued per target */ member
|
D | in2000.h | 306 unsigned long cmd_cnt[8]; /* # of commands issued per target */ member
|
D | gdth.c | 1365 cmd_no = ha->cmd_cnt; in gdth_copy_command() 1368 ++ha->cmd_cnt; in gdth_copy_command() 1531 ha->cmd_cnt = 0; in gdth_internal_cmd() 2038 ha->cmd_cnt = ha->cmd_offs_dpmem = 0; in gdth_next() 2260 if (ha->cmd_cnt > 0) { in gdth_next() 2267 if (gdth_polling && ha->cmd_cnt > 0) { in gdth_next() 2434 if (ha->type==GDT_EISA && ha->cmd_cnt>0) in gdth_fill_cache_cmd() 2450 if (ha->cmd_cnt == 0) in gdth_fill_cache_cmd() 2583 if (ha->cmd_cnt > 0) { in gdth_fill_cache_cmd() 2614 if (ha->type==GDT_EISA && ha->cmd_cnt>0) in gdth_fill_raw_cmd() [all …]
|
D | in2000.c | 497 hostdata->cmd_cnt[cmd->device->id]++; in DEF_SCSI_QCMD() 2032 hostdata->cmd_cnt[x] = 0; in in2000_detect() 2240 seq_printf(m, "\t%ld", hd->cmd_cnt[x]); in in2000_show_info()
|
D | wd33c93.c | 527 hostdata->cmd_cnt[cmd->device->id]++; in DEF_SCSI_QCMD() 1961 hostdata->cmd_cnt[i] = 0; in wd33c93_init() 2157 seq_printf(m, "\t%ld", hd->cmd_cnt[x]); in wd33c93_show_info()
|
D | gdth.h | 923 u16 cmd_cnt; /* command count in DPRAM */ member
|
/linux-4.1.27/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1248 int ret, fw_len, cmd_cnt; in fm_download_firmware() local 1250 cmd_cnt = 0; in fm_download_firmware() 1285 cmd_cnt++; in fm_download_firmware() 1297 fmdbg("Firmware commands(%d) loaded to chip\n", cmd_cnt); in fm_download_firmware()
|
/linux-4.1.27/include/net/nfc/ |
D | nci_core.h | 194 atomic_t cmd_cnt; member
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 1392 atomic_set(&hdev->cmd_cnt, 1); in hci_dev_do_open() 1626 atomic_set(&hdev->cmd_cnt, 1); in hci_dev_do_close() 1720 atomic_set(&hdev->cmd_cnt, 1); in hci_dev_do_reset() 2524 atomic_set(&hdev->cmd_cnt, 1); in hci_cmd_timeout() 4217 atomic_read(&hdev->cmd_cnt), skb_queue_len(&hdev->cmd_q)); in hci_cmd_work() 4220 if (atomic_read(&hdev->cmd_cnt)) { in hci_cmd_work() 4229 atomic_dec(&hdev->cmd_cnt); in hci_cmd_work()
|
D | hci_event.c | 3048 atomic_set(&hdev->cmd_cnt, 1); in hci_cmd_complete_evt() 3053 if (atomic_read(&hdev->cmd_cnt) && !skb_queue_empty(&hdev->cmd_q)) in hci_cmd_complete_evt() 3151 atomic_set(&hdev->cmd_cnt, 1); in hci_cmd_status_evt() 3164 if (atomic_read(&hdev->cmd_cnt) && !skb_queue_empty(&hdev->cmd_q)) in hci_cmd_status_evt()
|
/linux-4.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.c | 615 unsigned int cmd_cnt = 0; in mtip_handle_tfe() local 663 cmd_cnt++; in mtip_handle_tfe() 677 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 777 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 285 atomic_t cmd_cnt; member
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1310 uint64_t cmd_cnt:10; member 1316 uint64_t cmd_cnt:10;
|