Searched refs:tmpbuf (Results 51 - 53 of 53) sorted by relevance

123

/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8723b2ant.c3983 u8 *tmpbuf, u8 length)
3993 rsp_source = tmpbuf[0]&0xf;
4002 coex_sta->bt_info_c2h[rsp_source][i] = tmpbuf[i];
4004 bt_info = tmpbuf[i];
4007 "0x%02x]\n", tmpbuf[i]);
4010 "0x%02x, ", tmpbuf[i]);
3982 ex_btc8723b2ant_bt_info_notify(struct btc_coexist *btcoexist, u8 *tmpbuf, u8 length) argument
/linux-master/fs/proc/
H A Dbase.c1255 char tmpbuf[TMPBUFLEN]; local
1259 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
1263 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
1321 char tmpbuf[TMPBUFLEN]; local
1325 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
1328 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
/linux-master/drivers/scsi/
H A Dhpsa.c458 char tmpbuf[10]; local
462 len = count > sizeof(tmpbuf) - 1 ? sizeof(tmpbuf) - 1 : count;
463 strncpy(tmpbuf, buf, len);
464 tmpbuf[len] = '\0';
465 if (sscanf(tmpbuf, "%d", &status) != 1)
482 char tmpbuf[10]; local
486 len = count > sizeof(tmpbuf) - 1 ? sizeof(tmpbuf) - 1 : count;
487 strncpy(tmpbuf, bu
[all...]

Completed in 260 milliseconds

123