| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
| H A D | dibbler_fix_getSize_crash.patch | 34 int pktsize=0; 39 - pktsize += (*opt)->getSize(); 42 + pktsize += (*opt)->getSize(); 44 + Log(Info) << "### CPE Debug - Packet size of option (Add 4) " << pktsize << LogEnd ; 46 return pktsize + 4;
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | arasan_nfc.c | 328 u32 reg_val, i, pktsize, pktnum; in arasan_nand_read_page() local 335 pktsize = ARASAN_NAND_PKTSIZE_1K; in arasan_nand_read_page() 337 pktsize = ARASAN_NAND_PKTSIZE_512; in arasan_nand_read_page() 339 if (size % pktsize) in arasan_nand_read_page() 340 pktnum = size/pktsize + 1; in arasan_nand_read_page() 342 pktnum = size/pktsize; in arasan_nand_read_page() 353 pktsize; in arasan_nand_read_page() 396 for (i = 0; i < pktsize/4; i++) in arasan_nand_read_page() 400 bufptr += pktsize/4; in arasan_nand_read_page() 503 u32 reg_val, i, pktsize, pktnum; in arasan_nand_write_page_hwecc() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | cypress_ps2.c | 105 int pktsize; in cypress_ps2_read_cmd_status() local 113 pktsize = (cmd == CYTP_CMD_READ_TP_METRICS) ? 8 : 3; in cypress_ps2_read_cmd_status() 114 memset(param, 0, pktsize); in cypress_ps2_read_cmd_status() 121 (psmouse->pktcnt >= pktsize), in cypress_ps2_read_cmd_status() 124 memcpy(param, psmouse->packet, pktsize); in cypress_ps2_read_cmd_status() 127 cmd, pktsize, param); in cypress_ps2_read_cmd_status() 667 psmouse->pktsize = 8; in cypress_init()
|
| H A D | psmouse-base.c | 155 if (psmouse->pktcnt < psmouse->pktsize) in psmouse_process_byte() 498 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)); in psmouse_poll() 568 psmouse->pktsize = 4; in genius_detect() 601 psmouse->pktsize = 4; in intellimouse_detect() 647 psmouse->pktsize = 4; in im_explorer_detect() 988 psmouse->pktsize = 3; in psmouse_apply_defaults() 1383 for (i = 0; i < psmouse->pktsize; i++) { in psmouse_resync() 1553 if (psmouse->pktsize == 3) in psmouse_switch_protocol()
|
| H A D | byd.c | 284 if (psmouse->pktcnt < psmouse->pktsize) in byd_process_byte() 486 psmouse->pktsize = 4; in byd_init()
|
| H A D | touchkit_ps2.c | 83 psmouse->pktsize = 5; in touchkit_ps2_detect()
|
| H A D | hgpk.c | 467 if (psmouse->pktcnt >= psmouse->pktsize) { in hgpk_process_byte() 511 psmouse->pktsize = 3; in hgpk_select_mode() 516 psmouse->pktsize = 6; in hgpk_select_mode()
|
| H A D | synaptics.c | 681 if (child->pktsize == 4) in synaptics_pass_pt_packet() 695 if (child->pktsize == 4) in synaptics_pt_activate() 1613 psmouse->pktsize = 6; in synaptics_init_ps2() 1617 psmouse->pktsize = 3; in synaptics_init_ps2()
|
| H A D | alps.c | 1584 if (psmouse->pktcnt == psmouse->pktsize) { in alps_flush_packet() 1645 psmouse->pktcnt >= 2 && psmouse->pktcnt <= psmouse->pktsize && in alps_process_byte() 1652 psmouse->pktcnt == psmouse->pktsize) { in alps_process_byte() 1678 if (psmouse->pktcnt == psmouse->pktsize) { in alps_process_byte() 1997 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)) < 0; in alps_poll() 3152 psmouse->pktsize = priv->proto_version == ALPS_PROTO_V4 ? 8 : 6; in alps_init() 3158 psmouse->resetafter = psmouse->pktsize * 2; in alps_init()
|
| H A D | lifebook.c | 349 psmouse->pktsize = 3; in lifebook_init()
|
| H A D | psmouse.h | 100 unsigned char pktsize; member
|
| H A D | focaltech.c | 434 psmouse->pktsize = 6; in focaltech_init()
|
| H A D | logips2pp.c | 332 psmouse->pktsize = 3; in ps2pp_setup_protocol()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_demux.c | 523 const int pktsize) in find_next_packet() argument 529 (pktsize == 204 && buf[pos] == 0xB8)) in find_next_packet() 537 int backtrack = pos - pktsize; in find_next_packet() 539 (pktsize == 204 && buf[backtrack] == 0xB8))) in find_next_packet() 548 size_t count, const int pktsize) in _dvb_dmx_swfilter() argument 558 j = pktsize - i; in _dvb_dmx_swfilter() 572 p = find_next_packet(buf, p, count, pktsize); in _dvb_dmx_swfilter() 575 if (count - p < pktsize) in _dvb_dmx_swfilter() 580 if (pktsize == 204 && (*q == 0xB8)) { in _dvb_dmx_swfilter() 586 p += pktsize; in _dvb_dmx_swfilter() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_hw.h | 304 u8 pktsize[14]; /* dword 0 */ member 338 u8 pktsize[14]; /* dword 0 */ member
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-usb-isoc.h | 27 int pos, size, pktsize; member
|
| H A D | tm6000-video.c | 123 unsigned int cmd, cpysize, pktsize, size, field, block, line, pos = 0; in copy_streams() local 183 pktsize = TM6000_URB_MSG_LEN; in copy_streams() 220 size = pktsize; /* Size is always 180 bytes */ in copy_streams() 228 pktsize = dev->isoc_ctl.pktsize; in copy_streams() 261 if (ptr + pktsize > endp) { in copy_streams() 270 dev->isoc_ctl.pktsize = pktsize - (endp - ptr); in copy_streams() 274 ptr += pktsize; in copy_streams()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 253 unsigned int *pktsize) in anfc_pkt_len_config() argument 269 if (pktsize) in anfc_pkt_len_config() 270 *pktsize = sz; in anfc_pkt_len_config() 534 unsigned int offset, naddrs, pktsize; in anfc_parse_instructions() local 573 &pktsize); in anfc_parse_instructions() 591 nfc_op->pkt_reg |= PKT_SIZE(round_up(pktsize, 4)) | in anfc_parse_instructions()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 1253 int pktsize = status->wake_packet_bufsize; in iwl_mvm_report_wakeup_reasons() local 1257 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() 1267 pkt = alloc_skb(pktsize, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons() 1273 pktsize -= hdrlen; in iwl_mvm_report_wakeup_reasons() 1300 pktsize -= ivlen + icvlen; in iwl_mvm_report_wakeup_reasons() 1303 skb_put_data(pkt, pktdata, pktsize); in iwl_mvm_report_wakeup_reasons() 1321 pktsize -= fcslen; in iwl_mvm_report_wakeup_reasons() 1323 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_user_sdma.c | 911 size_t tidsmsize, n, pktsize, sz, addrlimit; in qib_user_sdma_queue_pkts() local 914 pktsize = struct_size(pkt, addr, n); in qib_user_sdma_queue_pkts() 929 if (check_add_overflow(pktsize, tidsmsize, &sz)) { in qib_user_sdma_queue_pkts() 949 char *tidsm = (char *)pkt + pktsize; in qib_user_sdma_queue_pkts()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sched.c | 60 p->u.params.weight, p->u.params.pktsize, in t4_sched_class_fw_cmd() 628 p.u.params.pktsize = 0; in cxgb4_sched_class_free()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/au0828/ |
| H A D | au0828.h | 133 int pos, size, pktsize; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | hnd_pktpool.c | 113 static int hnd_pktpool_heap_get_cb(uint8 handle, void *ctxt, void *pkt, uint pktsize); 2042 hnd_pktpool_heap_get_cb(uint8 handle, void *ctxt, void *pkt, uint pktsize) in hnd_pktpool_heap_get_cb() argument 2049 pktp->type, pkt, pktsize)) != NULL) { in hnd_pktpool_heap_get_cb() 2068 PKTFREE(pktpool_osh, lb, pktsize); in hnd_pktpool_heap_get_cb()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | hnd_pktpool.c | 113 static int hnd_pktpool_heap_get_cb(uint8 handle, void *ctxt, void *pkt, uint pktsize); 2042 hnd_pktpool_heap_get_cb(uint8 handle, void *ctxt, void *pkt, uint pktsize) in hnd_pktpool_heap_get_cb() argument 2049 pktp->type, pkt, pktsize)) != NULL) { in hnd_pktpool_heap_get_cb() 2068 PKTFREE(pktpool_osh, lb, pktsize); in hnd_pktpool_heap_get_cb()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/ |
| H A D | cx231xx.h | 163 int pos, size, pktsize; member 197 int pos, size, pktsize; member
|