| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | hgpk.c | 309 int pktcnt = psmouse->pktcnt; in hgpk_is_byte_valid() local 318 valid = pktcnt == 1 ? in hgpk_is_byte_valid() 319 packet[0] == HGPK_GS : !(packet[pktcnt - 1] & 0x80); in hgpk_is_byte_valid() 323 valid = pktcnt == 1 ? in hgpk_is_byte_valid() 324 packet[0] == HGPK_PT : !(packet[pktcnt - 1] & 0x80); in hgpk_is_byte_valid() 335 priv->mode, pktcnt, 6, psmouse->packet); in hgpk_is_byte_valid() 467 if (psmouse->pktcnt >= psmouse->pktsize) { in hgpk_process_byte()
|
| H A D | psmouse-base.c | 155 if (psmouse->pktcnt < psmouse->pktsize) in psmouse_process_byte() 251 psmouse->pktcnt = psmouse->out_of_sync_cnt = 0; in __psmouse_set_state() 282 psmouse->pktcnt); in psmouse_handle_byte() 291 psmouse->pktcnt = 0; in psmouse_handle_byte() 295 psmouse->pktcnt = 0; in psmouse_handle_byte() 378 psmouse->pktcnt && time_after(jiffies, psmouse->last + HZ/2)) { in psmouse_interrupt() 380 psmouse->name, psmouse->phys, psmouse->pktcnt); in psmouse_interrupt() 387 psmouse->packet[psmouse->pktcnt++] = data; in psmouse_interrupt() 390 if (unlikely(psmouse->packet[0] == PSMOUSE_RET_BAT && psmouse->pktcnt <= 2)) { in psmouse_interrupt() 391 if (psmouse->pktcnt == 1) { in psmouse_interrupt() [all …]
|
| H A D | alps.c | 940 switch (psmouse->pktcnt) { in alps_is_valid_package_v7() 1390 if (psmouse->pktcnt == 4 && ((psmouse->packet[3] & 0x08) != 0x08)) in alps_is_valid_package_ss4_v2() 1392 if (psmouse->pktcnt == 6 && ((psmouse->packet[5] & 0x10) != 0x0)) in alps_is_valid_package_ss4_v2() 1502 if (psmouse->pktcnt < 6) in alps_handle_interleaved_ps2() 1505 if (psmouse->pktcnt == 6) { in alps_handle_interleaved_ps2() 1540 psmouse->pktcnt = 1; in alps_handle_interleaved_ps2() 1571 psmouse->pktcnt = 4; in alps_handle_interleaved_ps2() 1584 if (psmouse->pktcnt == psmouse->pktsize) { in alps_flush_packet() 1600 psmouse->pktcnt = 0; in alps_flush_packet() 1621 if (psmouse->pktcnt == 3) { in alps_process_byte() [all …]
|
| H A D | cypress_ps2.c | 111 psmouse->pktcnt = 0; in cypress_ps2_read_cmd_status() 121 (psmouse->pktcnt >= pktsize), in cypress_ps2_read_cmd_status() 131 psmouse->pktcnt = 0; in cypress_ps2_read_cmd_status() 561 int index = psmouse->pktcnt - 1; in cypress_validate_byte() 604 if (psmouse->pktcnt >= cytp->pkt_size) { in cypress_protocol_handler()
|
| H A D | lifebook.c | 141 if (psmouse->pktcnt != 3) in lifebook_process_byte() 144 switch (psmouse->pktcnt) { in lifebook_process_byte()
|
| H A D | byd.c | 278 if (psmouse->pktcnt > 0 && !(pkt[0] & PS2_ALWAYS_1)) { in byd_process_byte() 284 if (psmouse->pktcnt < psmouse->pktsize) in byd_process_byte()
|
| H A D | touchkit_ps2.c | 45 if (psmouse->pktcnt != 5) in touchkit_ps2_process_byte()
|
| H A D | psmouse.h | 99 unsigned char pktcnt; member
|
| H A D | vmmouse.c | 227 switch (psmouse->pktcnt) { in vmmouse_process_byte()
|
| H A D | focaltech.c | 253 if (psmouse->pktcnt >= 6) { /* Full packet received */ in focaltech_process_byte()
|
| H A D | logips2pp.c | 46 if (psmouse->pktcnt < 3) in ps2pp_process_byte()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg_xfer_dma.c | 96 u32 length, pktcnt; in setdma_rx() local 107 pktcnt = 1; in setdma_rx() 109 pktcnt = (length - 1)/(ep->ep.maxpacket) + 1; in setdma_rx() 118 writel(DOEPT_SIZ_PKT_CNT(pktcnt) | DOEPT_SIZ_XFER_SIZE(length), in setdma_rx() 130 buf, pktcnt, length); in setdma_rx() 138 u32 length, pktcnt; in setdma_tx() local 155 pktcnt = 1; in setdma_tx() 157 pktcnt = (length - 1)/(ep->ep.maxpacket) + 1; in setdma_tx() 166 writel(DIEPT_SIZ_PKT_CNT(pktcnt) | DIEPT_SIZ_XFER_SIZE(length), in setdma_tx() 188 buf, pktcnt, length); in setdma_tx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | hnd_pktpool.h | 74 uint *pktcnt); 161 extern void* pktpool_get_ext(pktpool_t *pktp, uint8 type, uint *pktcnt);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | hnd_pktpool.h | 74 uint *pktcnt); 161 extern void* pktpool_get_ext(pktpool_t *pktp, uint8 type, uint *pktcnt);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | mroute6.h | 95 unsigned long pktcnt; member
|
| H A D | mroute.h | 88 unsigned long pktcnt; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | mroute6.h | 95 unsigned long pktcnt; member
|
| H A D | mroute.h | 88 unsigned long pktcnt; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mroute6.h | 102 unsigned long pktcnt; member
|
| H A D | mroute.h | 95 unsigned long pktcnt; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | hnd_pktpool.c | 1184 BCMPOSTTRAPFASTPATH(pktpool_get_ext)(pktpool_t *pktp, uint8 type, uint *pktcnt) in BCMPOSTTRAPFASTPATH() 1193 if (pktcnt) { in BCMPOSTTRAPFASTPATH() 1194 pkts_requested = *pktcnt; in BCMPOSTTRAPFASTPATH() 1226 if (pktcnt) { in BCMPOSTTRAPFASTPATH() 1237 *pktcnt = pkts_avail; in BCMPOSTTRAPFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | hnd_pktpool.c | 1184 BCMPOSTTRAPFASTPATH(pktpool_get_ext)(pktpool_t *pktp, uint8 type, uint *pktcnt) in BCMPOSTTRAPFASTPATH() 1193 if (pktcnt) { in BCMPOSTTRAPFASTPATH() 1194 pkts_requested = *pktcnt; in BCMPOSTTRAPFASTPATH() 1226 if (pktcnt) { in BCMPOSTTRAPFASTPATH() 1237 *pktcnt = pkts_avail; in BCMPOSTTRAPFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/ |
| H A D | octeon-hcd.c | 282 int pktcnt; member 1481 usbc_hctsiz.s.pktcnt = packets_to_transfer; in cvmx_usb_start_channel_control() 1728 usbc_hctsiz.s.pktcnt = packets_to_transfer; in cvmx_usb_start_channel() 1820 transaction->pktcnt = usbc_hctsiz.s.pktcnt; in cvmx_usb_start_channel() 2699 packets_processed = transaction->pktcnt - usbc_hctsiz.s.pktcnt; in cvmx_usb_poll_channel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.c | 933 int pktcnt = 1; in dma_rx() local 958 pktcnt++; in dma_rx() 983 pktcnt = 1; in dma_rx() 989 return pktcnt; in dma_rx()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | link.c | 1945 u16 pktlen, pktcnt, seqno = l->snd_nxt; in tipc_link_tnl_prepare() local 1997 pktcnt = l->snd_nxt - buf_seqno(skb_peek(&l->transmq)); in tipc_link_tnl_prepare() 1999 pktcnt = skb_queue_len(&l->transmq); in tipc_link_tnl_prepare() 2000 pktcnt += skb_queue_len(&l->backlogq); in tipc_link_tnl_prepare() 2001 msg_set_msgcnt(&tnlhdr, pktcnt); in tipc_link_tnl_prepare() 2029 pktcnt += skb_queue_len(&frags) - 1; in tipc_link_tnl_prepare() 2061 msg_set_msgcnt(hdr, pktcnt); in tipc_link_tnl_prepare()
|