Searched refs:in_count (Results 1 – 7 of 7) sorted by relevance
35 int in_count; member118 *in_count = 0; in get_pin_counts()126 *in_count = in; in get_pin_counts()140 for (x = 0, index = 0; x < pdata->in_count; x++) { in parse_pins()242 for (x = 0; x < pdata->in_count; x++) { in sync_all_pins()256 int in_count; in brcmstb_usb_pinmap_probe() local261 get_pin_counts(dn, &in_count, &out_count); in brcmstb_usb_pinmap_probe()262 if ((in_count + out_count) == 0) in brcmstb_usb_pinmap_probe()271 (sizeof(struct in_pin) * in_count) + in brcmstb_usb_pinmap_probe()276 pdata->in_count = in_count; in brcmstb_usb_pinmap_probe()[all …]
148 unsigned int in_count; /* uncompressed bytes, aged */ member228 db->in_count = 0; in bsd_clear()251 if (db->in_count >= db->checkpoint) in bsd_check()254 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX) in bsd_check()256 db->in_count -= (db->in_count >> 2); in bsd_check()260 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()272 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check()303 stats->in_count = db->in_count; in bsd_comp_stats()743 db->in_count += isize; in bsd_compress()910 db->in_count += (explen - 3); /* don't count the header */ in bsd_decompress()
162 int in_count; member624 mdc800->in_count=0; in mdc800_device_open()814 mdc800->in_count=0; in mdc800_device_write()821 if (mdc800->in_count < 8) in mdc800_device_write()823 mdc800->in[mdc800->in_count] = c; in mdc800_device_write()824 mdc800->in_count++; in mdc800_device_write()833 if (mdc800->in_count == 8) in mdc800_device_write()
597 int nents, size_t in_count, in __send_to_port() argument617 in_count = 0; in __send_to_port()642 port->stats.bytes_sent += in_count; in __send_to_port()647 return in_count; in __send_to_port()
1084 int in_count = count; in spkup_write() local1148 if (in_count > 2 && rep_count > 2) { in spkup_write()
15 int in_count) in qla4xxx_queue_mbox_cmd() argument20 for (i = 1; i < in_count; i++) in qla4xxx_queue_mbox_cmd()
3897 int in_count) in qla4_82xx_queue_mbox_cmd() argument3902 for (i = 1; i < in_count; i++) in qla4_82xx_queue_mbox_cmd()
Completed in 30 milliseconds