Searched refs:endpos (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.c | 548 char *buff, *pos, *endpos; in iwl_dbgfs_tas_get_status_read() local 598 endpos = pos + bufsz; in iwl_dbgfs_tas_get_status_read() 602 pos += scnprintf(pos, endpos - pos, "TAS Conclusion:\n"); in iwl_dbgfs_tas_get_status_read() 606 pos += scnprintf(pos, endpos - pos, "\tON for "); in iwl_dbgfs_tas_get_status_read() 609 pos += scnprintf(pos, endpos - pos, "HB\n"); in iwl_dbgfs_tas_get_status_read() 612 pos += scnprintf(pos, endpos - pos, "LB\n"); in iwl_dbgfs_tas_get_status_read() 615 pos += scnprintf(pos, endpos - pos, "UHB\n"); in iwl_dbgfs_tas_get_status_read() 618 pos += scnprintf(pos, endpos - pos, in iwl_dbgfs_tas_get_status_read() 627 pos += scnprintf(pos, endpos - pos, "\tOFF\n"); in iwl_dbgfs_tas_get_status_read() 629 pos += scnprintf(pos, endpos - pos, "TAS Report\n"); in iwl_dbgfs_tas_get_status_read() [all …]
|
| H A D | rs.c | 3943 char *buff, *pos, *endpos; in rs_sta_dbgfs_drv_tx_stats_read() local 3955 endpos = pos + bufsz; in rs_sta_dbgfs_drv_tx_stats_read() 3957 pos += scnprintf(pos, endpos - pos, "COLUMN,"); in rs_sta_dbgfs_drv_tx_stats_read() 3959 pos += scnprintf(pos, endpos - pos, "%s,", rate_name[rate]); in rs_sta_dbgfs_drv_tx_stats_read() 3960 pos += scnprintf(pos, endpos - pos, "\n"); in rs_sta_dbgfs_drv_tx_stats_read() 3963 pos += scnprintf(pos, endpos - pos, in rs_sta_dbgfs_drv_tx_stats_read() 3968 pos += scnprintf(pos, endpos - pos, in rs_sta_dbgfs_drv_tx_stats_read() 3973 pos += scnprintf(pos, endpos - pos, "\n"); in rs_sta_dbgfs_drv_tx_stats_read()
|
| /linux/net/ceph/crush/ |
| H A D | mapper.c | 660 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/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 308 char *endpos = buf + size; in iwl_dbgfs_fw_ver_read() local 310 pos += scnprintf(pos, endpos - pos, "FW id: %s\n", in iwl_dbgfs_fw_ver_read() 312 pos += scnprintf(pos, endpos - pos, "FW: %s\n", in iwl_dbgfs_fw_ver_read() 314 pos += scnprintf(pos, endpos - pos, "Device: %s\n", in iwl_dbgfs_fw_ver_read() 316 pos += scnprintf(pos, endpos - pos, "Bus: %s\n", in iwl_dbgfs_fw_ver_read()
|
| /linux/drivers/net/can/slcan/ |
| H A D | slcan-core.c | 501 unsigned char *endpos; in slcan_encaps() local 514 endpos = pos + SLCAN_EFF_ID_LEN; in slcan_encaps() 518 endpos = pos + SLCAN_SFF_ID_LEN; in slcan_encaps() 523 while (endpos >= pos) { in slcan_encaps() 524 *endpos-- = hex_asc_upper[id & 0xf]; in slcan_encaps()
|
| /linux/drivers/video/fbdev/ |
| H A D | arcfb.c | 410 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 D | xfarray.c | 240 loff_t endpos = xfarray_pos(array, array->nr); in xfarray_store_anywhere() local 246 pos < endpos && array->unset_slots > 0; in xfarray_store_anywhere()
|