Home
last modified time | relevance | path

Searched refs:endpos (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c547 char *buff, *pos, *endpos; in iwl_dbgfs_tas_get_status_read() local
595 endpos = pos + bufsz; in iwl_dbgfs_tas_get_status_read()
599 pos += scnprintf(pos, endpos - pos, "TAS Conclusion:\n"); in iwl_dbgfs_tas_get_status_read()
603 pos += scnprintf(pos, endpos - pos, "\tON for "); in iwl_dbgfs_tas_get_status_read()
606 pos += scnprintf(pos, endpos - pos, "HB\n"); in iwl_dbgfs_tas_get_status_read()
609 pos += scnprintf(pos, endpos - pos, "LB\n"); in iwl_dbgfs_tas_get_status_read()
612 pos += scnprintf(pos, endpos - pos, "UHB\n"); in iwl_dbgfs_tas_get_status_read()
615 pos += scnprintf(pos, endpos - pos, in iwl_dbgfs_tas_get_status_read()
619 pos += scnprintf(pos, endpos - pos, in iwl_dbgfs_tas_get_status_read()
628 pos += scnprintf(pos, endpos - pos, "\tOFF\n"); in iwl_dbgfs_tas_get_status_read()
[all …]
H A Drs.c3937 char *buff, *pos, *endpos; in rs_sta_dbgfs_drv_tx_stats_read() local
3949 endpos = pos + bufsz; in rs_sta_dbgfs_drv_tx_stats_read()
3951 pos += scnprintf(pos, endpos - pos, "COLUMN,"); in rs_sta_dbgfs_drv_tx_stats_read()
3953 pos += scnprintf(pos, endpos - pos, "%s,", rate_name[rate]); in rs_sta_dbgfs_drv_tx_stats_read()
3954 pos += scnprintf(pos, endpos - pos, "\n"); in rs_sta_dbgfs_drv_tx_stats_read()
3957 pos += scnprintf(pos, endpos - pos, in rs_sta_dbgfs_drv_tx_stats_read()
3962 pos += scnprintf(pos, endpos - pos, in rs_sta_dbgfs_drv_tx_stats_read()
3967 pos += scnprintf(pos, endpos - pos, "\n"); in rs_sta_dbgfs_drv_tx_stats_read()
/linux/net/ceph/crush/
H A Dmapper.c660 int endpos = outpos + left; in crush_choose_indep() local
673 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
683 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
688 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
694 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
767 for (i = outpos; i < endpos; i++) { in crush_choose_indep()
810 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
825 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
830 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
/linux/drivers/net/can/slcan/
H A Dslcan-core.c486 unsigned char *endpos; in slcan_encaps() local
499 endpos = pos + SLCAN_EFF_ID_LEN; in slcan_encaps()
503 endpos = pos + SLCAN_SFF_ID_LEN; in slcan_encaps()
508 while (endpos >= pos) { in slcan_encaps()
509 *endpos-- = hex_asc_upper[id & 0xf]; in slcan_encaps()
/linux/drivers/video/fbdev/
H A Darcfb.c410 unsigned int bitppos, startpos, endpos, bitcount; in arcfb_damage_range() local
415 endpos = ceilXres((bitppos + (len * 8)), xres); in arcfb_damage_range()
416 bitcount = endpos - startpos; in arcfb_damage_range()
/linux/fs/xfs/scrub/
H A Dxfarray.c240 loff_t endpos = xfarray_pos(array, array->nr); in xfarray_store_anywhere() local
246 pos < endpos && array->unset_slots > 0; in xfarray_store_anywhere()