Home
last modified time | relevance | path

Searched refs:in_count (Results 1 – 7 of 7) sorted by relevance

/drivers/usb/misc/
A Dbrcmstb-usb-pinmap.c35 int in_count; member
118 *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() local
261 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 …]
/drivers/net/ppp/
A Dbsd_comp.c148 unsigned int in_count; /* uncompressed bytes, aged */ member
228 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()
/drivers/usb/image/
A Dmdc800.c162 int in_count; member
624 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()
/drivers/char/
A Dvirtio_console.c597 int nents, size_t in_count, in __send_to_port() argument
617 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()
/drivers/accessibility/speakup/
A Dmain.c1084 int in_count = count; in spkup_write() local
1148 if (in_count > 2 && rep_count > 2) { in spkup_write()
/drivers/scsi/qla4xxx/
A Dql4_mbx.c15 int in_count) in qla4xxx_queue_mbox_cmd() argument
20 for (i = 1; i < in_count; i++) in qla4xxx_queue_mbox_cmd()
A Dql4_nx.c3897 int in_count) in qla4_82xx_queue_mbox_cmd() argument
3902 for (i = 1; i < in_count; i++) in qla4_82xx_queue_mbox_cmd()

Completed in 30 milliseconds