Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 – 59 of 59) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
Dprom_64.c73 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) in sun4v_path_component() argument
85 sprintf(tmp_buf, "%s@%x,%x", in sun4v_path_component()
100 sprintf(tmp_buf, "%s@%s%x,%x", in sun4v_path_component()
104 sprintf(tmp_buf, "%s@%s%x", in sun4v_path_component()
109 sprintf(tmp_buf, "%s@%x", in sun4v_path_component()
114 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component() argument
125 sprintf(tmp_buf, "%s@%x,%x", in sun4u_path_component()
141 sprintf(tmp_buf, "%s@%x,%x", in sun4u_path_component()
149 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component() argument
159 sprintf(tmp_buf, "%s@%x,%x", in sbus_path_component()
[all …]
Dprom_32.c61 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) in sparc32_path_component() argument
71 sprintf(tmp_buf, "%s@%x,%x", in sparc32_path_component()
77 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component() argument
87 sprintf(tmp_buf, "%s@%x,%x", in sbus_path_component()
94 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component() argument
107 sprintf(tmp_buf, "%s@%x,%x", in pci_path_component()
112 sprintf(tmp_buf, "%s@%x", in pci_path_component()
119 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component() argument
130 sprintf(tmp_buf, "%s@%x,%x", in ebus_path_component()
136 static void __init ambapp_path_component(struct device_node *dp, char *tmp_buf) in ambapp_path_component() argument
[all …]
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py56 tmp_buf=raw_buf[0:80]
57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
71 del tmp_buf
85 tmp_buf=raw_buf[144:176]
86 status, dla, dse, lat = struct.unpack('QQQQ', tmp_buf)
94 del tmp_buf
/linux-4.1.27/fs/ceph/
Dacl.c164 void *tmp_buf = NULL; in ceph_pre_init_acls() local
190 tmp_buf = kmalloc(max(val_size1, val_size2), GFP_NOFS); in ceph_pre_init_acls()
191 if (!tmp_buf) in ceph_pre_init_acls()
212 tmp_buf, val_size1); in ceph_pre_init_acls()
216 ceph_pagelist_append(pagelist, tmp_buf, val_size1); in ceph_pre_init_acls()
226 tmp_buf, val_size2); in ceph_pre_init_acls()
230 ceph_pagelist_append(pagelist, tmp_buf, val_size2); in ceph_pre_init_acls()
233 kfree(tmp_buf); in ceph_pre_init_acls()
243 kfree(tmp_buf); in ceph_pre_init_acls()
/linux-4.1.27/net/atm/
Daddr.c139 struct sockaddr_atmsvc *tmp_buf, *tmp_bufp; in atm_get_addr() local
148 tmp_buf = tmp_bufp = kmalloc(total, GFP_ATOMIC); in atm_get_addr()
149 if (!tmp_buf) { in atm_get_addr()
157 if (copy_to_user(buf, tmp_buf, total < size ? total : size)) in atm_get_addr()
159 kfree(tmp_buf); in atm_get_addr()
Dresources.c201 int *tmp_buf, *tmp_p; in atm_dev_ioctl() local
235 tmp_buf = kmalloc(size, GFP_ATOMIC); in atm_dev_ioctl()
236 if (!tmp_buf) { in atm_dev_ioctl()
240 tmp_p = tmp_buf; in atm_dev_ioctl()
246 error = ((copy_to_user(buf, tmp_buf, size)) || in atm_dev_ioctl()
249 kfree(tmp_buf); in atm_dev_ioctl()
/linux-4.1.27/drivers/base/regmap/
Dregcache.c34 void *tmp_buf; in regcache_hw_init() local
62 tmp_buf = kmalloc(map->cache_size_raw, GFP_KERNEL); in regcache_hw_init()
63 if (!tmp_buf) { in regcache_hw_init()
67 ret = regmap_raw_read(map, 0, tmp_buf, in regcache_hw_init()
73 map->reg_defaults_raw = tmp_buf; in regcache_hw_init()
90 kfree(tmp_buf); in regcache_hw_init()
101 void *tmp_buf; in regcache_init() local
143 tmp_buf = kmemdup(config->reg_defaults, map->num_reg_defaults * in regcache_init()
145 if (!tmp_buf) in regcache_init()
147 map->reg_defaults = tmp_buf; in regcache_init()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1366 u8 *tmp_buf = this->raw_buffer; in gpmi_ecc_read_page_raw() local
1373 chip->read_buf(mtd, tmp_buf, in gpmi_ecc_read_page_raw()
1384 u8 swap = tmp_buf[0]; in gpmi_ecc_read_page_raw()
1386 tmp_buf[0] = tmp_buf[mtd->writesize]; in gpmi_ecc_read_page_raw()
1387 tmp_buf[mtd->writesize] = swap; in gpmi_ecc_read_page_raw()
1395 memcpy(oob, tmp_buf, nfc_geo->metadata_size); in gpmi_ecc_read_page_raw()
1404 tmp_buf, src_bit_off, in gpmi_ecc_read_page_raw()
1415 tmp_buf, src_bit_off, in gpmi_ecc_read_page_raw()
1427 tmp_buf + mtd->writesize + oob_byte_off, in gpmi_ecc_read_page_raw()
1455 u8 *tmp_buf = this->raw_buffer; in gpmi_ecc_write_page_raw() local
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dfw.c591 u8 c2h_cmd_len, u8 *tmp_buf) in _rtl8723be_c2h_content_parsing() argument
607 rtlpriv->btcoexist.btc_ops->btc_btinfo_notify(rtlpriv, tmp_buf, in _rtl8723be_c2h_content_parsing()
625 u8 *tmp_buf = NULL; in rtl8723be_c2h_packet_handler() local
630 tmp_buf = buffer + 2; in rtl8723be_c2h_packet_handler()
637 "[C2H packet], Content Hex:\n", tmp_buf, c2h_cmd_len); in rtl8723be_c2h_packet_handler()
639 _rtl8723be_c2h_content_parsing(hw, c2h_cmd_id, c2h_cmd_len, tmp_buf); in rtl8723be_c2h_packet_handler()
Dtrx.c220 u8 *tmp_buf; in _rtl8723be_translate_rx_signal_stuff() local
226 tmp_buf = skb->data + pstatus->rx_drvinfo_size + pstatus->rx_bufshift; in _rtl8723be_translate_rx_signal_stuff()
228 hdr = (struct ieee80211_hdr *)tmp_buf; in _rtl8723be_translate_rx_signal_stuff()
263 rtl_process_phyinfo(hw, tmp_buf, pstatus); in _rtl8723be_translate_rx_signal_stuff()
/linux-4.1.27/fs/jffs2/
Dcompr.c155 unsigned char *output_buf = NULL, *tmp_buf; in jffs2_compress() local
190 tmp_buf = kmalloc(orig_slen, GFP_KERNEL); in jffs2_compress()
192 if (!tmp_buf) { in jffs2_compress()
198 this->compr_buf = tmp_buf; in jffs2_compress()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dfw.c846 u8 c2h_cmd_len, u8 *tmp_buf) in _rtl92ee_c2h_content_parsing() argument
866 rtlpriv->btcoexist.btc_ops->btc_btinfo_notify(rtlpriv, tmp_buf, in _rtl92ee_c2h_content_parsing()
874 _rtl92ee_c2h_ra_report_handler(hw, tmp_buf, c2h_cmd_len); in _rtl92ee_c2h_content_parsing()
887 u8 *tmp_buf = NULL; in rtl92ee_c2h_packet_handler() local
892 tmp_buf = buffer + 2; in rtl92ee_c2h_packet_handler()
899 "[C2H packet], Content Hex:\n", tmp_buf, c2h_cmd_len); in rtl92ee_c2h_packet_handler()
901 _rtl92ee_c2h_content_parsing(hw, c2h_cmd_id, c2h_cmd_len, tmp_buf); in rtl92ee_c2h_packet_handler()
Dtrx.c244 u8 *tmp_buf; in _rtl92ee_translate_rx_signal_stuff() local
250 tmp_buf = skb->data + pstatus->rx_drvinfo_size + in _rtl92ee_translate_rx_signal_stuff()
253 hdr = (struct ieee80211_hdr *)tmp_buf; in _rtl92ee_translate_rx_signal_stuff()
282 (struct ieee80211_qos_hdr *)tmp_buf; in _rtl92ee_translate_rx_signal_stuff()
292 rtl_process_phyinfo(hw, tmp_buf, pstatus); in _rtl92ee_translate_rx_signal_stuff()
/linux-4.1.27/drivers/i2c/busses/
Di2c-bcm-kona.c334 uint8_t *tmp_buf = msg->buf; in bcm_kona_i2c_read_fifo() local
342 rc = bcm_kona_i2c_read_fifo_single(dev, tmp_buf, bytes_to_read, in bcm_kona_i2c_read_fifo()
348 tmp_buf += bytes_to_read; in bcm_kona_i2c_read_fifo()
458 uint8_t *tmp_buf = msg->buf; in bcm_kona_i2c_write_fifo() local
464 rc = bcm_kona_i2c_write_fifo_single(dev, tmp_buf, in bcm_kona_i2c_write_fifo()
470 tmp_buf += bytes_to_write; in bcm_kona_i2c_write_fifo()
/linux-4.1.27/fs/cifs/
Dreaddir.c778 char *tmp_buf = NULL; in cifs_readdir() local
833 tmp_buf = kmalloc(UNICODE_NAME_MAX, GFP_KERNEL); in cifs_readdir()
834 if (tmp_buf == NULL) { in cifs_readdir()
850 *tmp_buf = 0; in cifs_readdir()
852 tmp_buf, max_len); in cifs_readdir()
863 ctx->pos, tmp_buf); in cifs_readdir()
871 kfree(tmp_buf); in cifs_readdir()
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-usb-isoc.h45 u32 tmp_buf; member
Dtm6000-video.c162 header = dev->isoc_ctl.tmp_buf; in copy_streams()
175 memcpy(&dev->isoc_ctl.tmp_buf, ptr, in copy_streams()
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/
Drtl_btc.c124 void rtl_btc_btinfo_notify(struct rtl_priv *rtlpriv, u8 *tmp_buf, u8 length) in rtl_btc_btinfo_notify() argument
126 exhalbtc_bt_info_notify(&gl_bt_coexist, tmp_buf, length); in rtl_btc_btinfo_notify()
Dhalbtc8821a2ant.h191 u8 *tmp_buf,
Dhalbtc8821a1ant.c2723 u8 *tmp_buf, u8 length) in ex_halbtc8821a1ant_bt_info_notify() argument
2736 rsp_source = tmp_buf[0]&0xf; in ex_halbtc8821a1ant_bt_info_notify()
2745 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i]; in ex_halbtc8821a1ant_bt_info_notify()
2747 bt_info = tmp_buf[i]; in ex_halbtc8821a1ant_bt_info_notify()
2750 "0x%02x]\n", tmp_buf[i]); in ex_halbtc8821a1ant_bt_info_notify()
2753 "0x%02x, ", tmp_buf[i]); in ex_halbtc8821a1ant_bt_info_notify()
Dhalbtc8723b1ant.c2919 u8 *tmp_buf, u8 length) in ex_halbtc8723b1ant_bt_info_notify() argument
2928 rsp_source = tmp_buf[0] & 0xf; in ex_halbtc8723b1ant_bt_info_notify()
2937 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i]; in ex_halbtc8723b1ant_bt_info_notify()
2939 bt_info = tmp_buf[i]; in ex_halbtc8723b1ant_bt_info_notify()
2942 "0x%02x]\n", tmp_buf[i]); in ex_halbtc8723b1ant_bt_info_notify()
2945 "0x%02x, ", tmp_buf[i]); in ex_halbtc8723b1ant_bt_info_notify()
Dhalbtcoutsrc.c830 u8 *tmp_buf, u8 length) in exhalbtc_bt_info_notify() argument
839 ex_btc8723b2ant_bt_info_notify(btcoexist, tmp_buf, length); in exhalbtc_bt_info_notify()
Dhalbtcoutsrc.h523 void exhalbtc_bt_info_notify(struct btc_coexist *btcoexist, u8 *tmp_buf,
Dhalbtc8821a2ant.c3682 u8 *tmp_buf, u8 length) in ex_halbtc8821a2ant_bt_info_notify() argument
3692 rsp_source = tmp_buf[0]&0xf; in ex_halbtc8821a2ant_bt_info_notify()
3701 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i]; in ex_halbtc8821a2ant_bt_info_notify()
3703 bt_info = tmp_buf[i]; in ex_halbtc8821a2ant_bt_info_notify()
3706 "0x%02x]\n", tmp_buf[i]); in ex_halbtc8821a2ant_bt_info_notify()
3709 "0x%02x, ", tmp_buf[i]); in ex_halbtc8821a2ant_bt_info_notify()
Dhalbtc8192e2ant.c3637 u8 *tmp_buf, u8 length) in ex_halbtc8192e2ant_bt_info_notify() argument
3646 rsp_source = tmp_buf[0] & 0xf; in ex_halbtc8192e2ant_bt_info_notify()
3655 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i]; in ex_halbtc8192e2ant_bt_info_notify()
3657 bt_info = tmp_buf[i]; in ex_halbtc8192e2ant_bt_info_notify()
3660 "0x%02x]\n", tmp_buf[i]); in ex_halbtc8192e2ant_bt_info_notify()
3663 "0x%02x, ", tmp_buf[i]); in ex_halbtc8192e2ant_bt_info_notify()
/linux-4.1.27/drivers/mtd/chips/
Dcfi_cmdset_0002.c1684 map_word tmp_buf; in cfi_amdstd_write_words() local
1701 tmp_buf = map_read(map, bus_ofs+chipstart); in cfi_amdstd_write_words()
1708 tmp_buf = map_word_load_partial(map, tmp_buf, buf, i, n); in cfi_amdstd_write_words()
1711 bus_ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
1755 map_word tmp_buf; in cfi_amdstd_write_words() local
1771 tmp_buf = map_read(map, ofs + chipstart); in cfi_amdstd_write_words()
1775 tmp_buf = map_word_load_partial(map, tmp_buf, buf, 0, len); in cfi_amdstd_write_words()
1778 ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
2148 map_word tmp_buf; in cfi_amdstd_panic_write() local
2155 tmp_buf = map_read(map, bus_ofs + chipstart); in cfi_amdstd_panic_write()
[all …]
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c1058 struct ath9k_htc_rxbuf *rxbuf = NULL, *tmp_buf = NULL; in ath9k_rx_tasklet() local
1066 list_for_each_entry(tmp_buf, &priv->rx.rxbuf, list) { in ath9k_rx_tasklet()
1067 if (tmp_buf->in_process) { in ath9k_rx_tasklet()
1068 rxbuf = tmp_buf; in ath9k_rx_tasklet()
1115 struct ath9k_htc_rxbuf *rxbuf = NULL, *tmp_buf = NULL; in ath9k_htc_rxep() local
1118 list_for_each_entry(tmp_buf, &priv->rx.rxbuf, list) { in ath9k_htc_rxep()
1119 if (!tmp_buf->in_process) { in ath9k_htc_rxep()
1120 rxbuf = tmp_buf; in ath9k_htc_rxep()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dfw.c1814 u8 *tmp_buf) in _rtl8821ae_c2h_content_parsing() argument
1823 rtl8821ae_c2h_ra_report_handler(hw, tmp_buf, c2h_cmd_len); in _rtl8821ae_c2h_content_parsing()
1830 tmp_buf, in _rtl8821ae_c2h_content_parsing()
1843 u8 *tmp_buf = NULL; in rtl8821ae_c2h_packet_handler() local
1848 tmp_buf = buffer + 2; in rtl8821ae_c2h_packet_handler()
1855 "[C2H packet], Content Hex:\n", tmp_buf, c2h_cmd_len); in rtl8821ae_c2h_packet_handler()
1856 _rtl8821ae_c2h_content_parsing(hw, c2h_cmd_id, c2h_cmd_len, tmp_buf); in rtl8821ae_c2h_packet_handler()
Dtrx.c306 u8 *tmp_buf; in translate_rx_signal_stuff() local
313 tmp_buf = skb->data + pstatus->rx_drvinfo_size + pstatus->rx_bufshift; in translate_rx_signal_stuff()
315 hdr = (struct ieee80211_hdr *)tmp_buf; in translate_rx_signal_stuff()
346 (struct ieee80211_qos_hdr *)tmp_buf; in translate_rx_signal_stuff()
357 rtl_process_phyinfo(hw, tmp_buf, pstatus); in translate_rx_signal_stuff()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Dtrx.c228 u8 *tmp_buf; in _rtl92se_translate_rx_signal_stuff() local
234 tmp_buf = skb->data + pstats->rx_drvinfo_size + pstats->rx_bufshift; in _rtl92se_translate_rx_signal_stuff()
236 hdr = (struct ieee80211_hdr *)tmp_buf; in _rtl92se_translate_rx_signal_stuff()
257 rtl_process_phyinfo(hw, tmp_buf, pstats); in _rtl92se_translate_rx_signal_stuff()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dtrx.c247 u8 *tmp_buf; in translate_rx_signal_stuff() local
253 tmp_buf = skb->data + pstatus->rx_drvinfo_size + pstatus->rx_bufshift; in translate_rx_signal_stuff()
255 hdr = (struct ieee80211_hdr *)tmp_buf; in translate_rx_signal_stuff()
279 rtl_process_phyinfo(hw, tmp_buf, pstatus); in translate_rx_signal_stuff()
Dhal_btc.c1670 u8 *tmp_buf, u8 len) in rtl8723e_dm_bt_parse_bt_info() argument
1680 hal_coex_8723.c2h_bt_info_original = tmp_buf[i]; in rtl8723e_dm_bt_parse_bt_info()
1682 hal_coex_8723.bt_retry_cnt = tmp_buf[i]; in rtl8723e_dm_bt_parse_bt_info()
1685 "0x%2x]", tmp_buf[i]); in rtl8723e_dm_bt_parse_bt_info()
1688 "0x%2x, ", tmp_buf[i]); in rtl8723e_dm_bt_parse_bt_info()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c1173 __le32 *tmp_buf; in __qlcnic_fw_cmd_get_minidump_temp() local
1192 tmp_buf = tmp_addr; in __qlcnic_fw_cmd_get_minidump_temp()
1195 *buffer++ = __le32_to_cpu(*tmp_buf++); in __qlcnic_fw_cmd_get_minidump_temp()
1210 u32 version, csum, *tmp_buf; in qlcnic_fw_cmd_get_minidump_temp() local
1230 tmp_buf = (u32 *)fw_dump->tmpl_hdr; in qlcnic_fw_cmd_get_minidump_temp()
1234 err = __qlcnic_fw_cmd_get_minidump_temp(adapter, tmp_buf, temp_size); in qlcnic_fw_cmd_get_minidump_temp()
1238 err = qlcnic_fw_flash_get_minidump_temp(adapter, (u8 *)tmp_buf, in qlcnic_fw_cmd_get_minidump_temp()
1251 csum = qlcnic_temp_checksum((uint32_t *)tmp_buf, temp_size); in qlcnic_fw_cmd_get_minidump_temp()
/linux-4.1.27/fs/ext4/
Dext4_crypto.h126 char tmp_buf[EXT4_CRYPTO_BLOCK_SIZE]; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/
Dtrx.c303 u8 *tmp_buf; in _rtl92ce_translate_rx_signal_stuff() local
309 tmp_buf = skb->data + pstats->rx_drvinfo_size + pstats->rx_bufshift; in _rtl92ce_translate_rx_signal_stuff()
311 hdr = (struct ieee80211_hdr *)tmp_buf; in _rtl92ce_translate_rx_signal_stuff()
335 rtl_process_phyinfo(hw, tmp_buf, pstats); in _rtl92ce_translate_rx_signal_stuff()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dtrx.c303 u8 *tmp_buf; in _rtl88ee_translate_rx_signal_stuff() local
309 tmp_buf = skb->data + pstatus->rx_drvinfo_size + pstatus->rx_bufshift; in _rtl88ee_translate_rx_signal_stuff()
311 hdr = (struct ieee80211_hdr *)tmp_buf; in _rtl88ee_translate_rx_signal_stuff()
336 rtl_process_phyinfo(hw, tmp_buf, pstatus); in _rtl88ee_translate_rx_signal_stuff()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Ddebugfs.c540 char tmp_buf[64]; in vifs_state_read() local
561 memset(tmp_buf, 0, sizeof(tmp_buf)); \ in vifs_state_read()
562 memcpy(tmp_buf, wlvif->x, \ in vifs_state_read()
563 min_t(u8, len, sizeof(tmp_buf) - 1)); \ in vifs_state_read()
565 #x " = %s\n", tmp_buf); \ in vifs_state_read()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
Dmac.c917 u8 *tmp_buf; in rtl92c_translate_rx_signal_stuff() local
923 tmp_buf = skb->data + pstats->rx_drvinfo_size + pstats->rx_bufshift; in rtl92c_translate_rx_signal_stuff()
924 hdr = (struct ieee80211_hdr *)tmp_buf; in rtl92c_translate_rx_signal_stuff()
944 rtl_process_phyinfo(hw, tmp_buf, pstats); in rtl92c_translate_rx_signal_stuff()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dtrx.c451 u8 *tmp_buf; in _rtl92de_translate_rx_signal_stuff() local
457 tmp_buf = skb->data + pstats->rx_drvinfo_size + pstats->rx_bufshift; in _rtl92de_translate_rx_signal_stuff()
458 hdr = (struct ieee80211_hdr *)tmp_buf; in _rtl92de_translate_rx_signal_stuff()
476 _rtl92de_process_phyinfo(hw, tmp_buf, pstats); in _rtl92de_translate_rx_signal_stuff()
/linux-4.1.27/drivers/tty/vt/
Dvc_screen.c316 unsigned short *tmp_buf = (unsigned short *)con_buf0; in vcs_read() local
332 *tmp_buf++ = vcs_scr_readw(vc, org++); in vcs_read()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h1100 struct vmw_dma_buffer *tmp_buf = *buf; in vmw_dmabuf_unreference() local
1103 if (tmp_buf != NULL) { in vmw_dmabuf_unreference()
1104 struct ttm_buffer_object *bo = &tmp_buf->base; in vmw_dmabuf_unreference()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Duli526x.c1306 unsigned char *tmp_buf; in uli526x_descriptor_init() local
1326 tmp_buf = db->buf_pool_start; in uli526x_descriptor_init()
1330 tmp_tx->tx_buf_ptr = tmp_buf; in uli526x_descriptor_init()
1337 tmp_buf = tmp_buf + TX_BUF_ALLOC; in uli526x_descriptor_init()
Ddmfe.c1378 unsigned char *tmp_buf; in dmfe_descriptor_init() local
1401 tmp_buf = db->buf_pool_start; in dmfe_descriptor_init()
1405 tmp_tx->tx_buf_ptr = tmp_buf; in dmfe_descriptor_init()
1412 tmp_buf = tmp_buf + TX_BUF_ALLOC; in dmfe_descriptor_init()
/linux-4.1.27/drivers/media/usb/au0828/
Dau0828.h153 u32 tmp_buf; member
/linux-4.1.27/net/9p/
Dtrans_fd.c133 char tmp_buf[7]; member
311 m->rbuf = m->tmp_buf; in p9_read_work()
365 memcpy(m->rbuf, m->tmp_buf, m->rsize); in p9_read_work()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c176 u32 *template, *tmp_buf; in netxen_setup_minidump() local
217 tmp_buf = (u32 *) adapter->mdump.md_template; in netxen_setup_minidump()
220 *template++ = __le32_to_cpu(*tmp_buf++); in netxen_setup_minidump()
/linux-4.1.27/drivers/scsi/bfa/
Dbfad_drv.h223 union bfad_tmp_buf tmp_buf; member
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-dsp.c530 u8 tmp_buf[4]; in sst_mem_block_dummy_read() local
534 memcpy_fromio(tmp_buf, sst->addr.lpe + block->offset, size); in sst_mem_block_dummy_read()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dcq.c422 struct mlx4_ib_cq_buf tmp_buf; in mlx4_ib_resize_cq() local
428 tmp_buf = cq->buf; in mlx4_ib_resize_cq()
439 mlx4_ib_free_cq_buf(dev, &tmp_buf, tmp_cqe); in mlx4_ib_resize_cq()
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx.h177 u32 tmp_buf; member
211 u32 tmp_buf; member
/linux-4.1.27/drivers/tty/serial/
Difx6x60.c503 unsigned char *tmp_buf = (unsigned char *)buf; in ifx_spi_write() local
510 tx_count = kfifo_in(&ifx_dev->tx_fifo, tmp_buf, count); in ifx_spi_write()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1877 u8 *tmp_buf; in rtl8192_TranslateRxSignalStuff() local
1880 tmp_buf = skb->data + pstats->RxDrvInfoSize + pstats->RxBufShift; in rtl8192_TranslateRxSignalStuff()
1882 hdr = (struct rtllib_hdr_3addr *)tmp_buf; in rtl8192_TranslateRxSignalStuff()
1902 rtl8192_process_phyinfo(priv, tmp_buf, &previous_stats, pstats); in rtl8192_TranslateRxSignalStuff()
/linux-4.1.27/fs/btrfs/
Dsend.c344 char *tmp_buf; in fs_path_ensure_buf() local
365 tmp_buf = kmalloc(len, GFP_NOFS); in fs_path_ensure_buf()
366 if (tmp_buf) in fs_path_ensure_buf()
367 memcpy(tmp_buf, p->buf, old_buf_len); in fs_path_ensure_buf()
369 tmp_buf = krealloc(p->buf, len, GFP_NOFS); in fs_path_ensure_buf()
371 if (!tmp_buf) in fs_path_ensure_buf()
373 p->buf = tmp_buf; in fs_path_ensure_buf()
381 tmp_buf = p->buf + old_buf_len - path_len - 1; in fs_path_ensure_buf()
384 memmove(p->start, tmp_buf, path_len + 1); in fs_path_ensure_buf()
Dctree.c5285 char *tmp_buf) in tree_compare_item() argument
5300 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()
5302 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
5334 char *tmp_buf = NULL; in btrfs_compare_trees() local
5359 tmp_buf = kmalloc(left_root->nodesize, GFP_NOFS); in btrfs_compare_trees()
5360 if (!tmp_buf) { in btrfs_compare_trees()
5508 right_path, tmp_buf); in btrfs_compare_trees()
5563 kfree(tmp_buf); in btrfs_compare_trees()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_sup.c2216 qla2x00_read_flash_data(struct qla_hw_data *ha, uint8_t *tmp_buf, in qla2x00_read_flash_data() argument
2227 for (ilength = 0; ilength < length; saddr++, ilength++, tmp_buf++) { in qla2x00_read_flash_data()
2235 *tmp_buf = data; in qla2x00_read_flash_data()
/linux-4.1.27/net/
Dsocket.c2854 char tmp_buf[IFNAMSIZ]; in compat_ifr_data_ioctl() local
2858 if (copy_from_user(&tmp_buf[0], &(u_ifreq32->ifr_ifrn.ifrn_name[0]), in compat_ifr_data_ioctl()
2867 if (copy_to_user(&u_ifreq64->ifr_ifrn.ifrn_name[0], &tmp_buf[0], in compat_ifr_data_ioctl()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c4213 u8 *tmp_buf; in TranslateRxSignalStuff819xUsb() local
4217 tmp_buf = (u8 *)skb->data; in TranslateRxSignalStuff819xUsb()
4219 hdr = (struct ieee80211_hdr_3addr *)tmp_buf; in TranslateRxSignalStuff819xUsb()
4248 rtl8192_process_phyinfo(priv, tmp_buf, &previous_stats, pstats); in TranslateRxSignalStuff819xUsb()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c21979 s8 tmp_buf[4]; in wlc_phy_poll_rssi_nphy() local
22020 tmp_buf[ctr++] = ((s8) ((rssi0 & 0x3f) << 2)) >> 2; in wlc_phy_poll_rssi_nphy()
22021 tmp_buf[ctr++] = ((s8) (((rssi0 >> 8) & 0x3f) << 2)) >> 2; in wlc_phy_poll_rssi_nphy()
22022 tmp_buf[ctr++] = ((s8) ((rssi1 & 0x3f) << 2)) >> 2; in wlc_phy_poll_rssi_nphy()
22023 tmp_buf[ctr++] = ((s8) (((rssi1 >> 8) & 0x3f) << 2)) >> 2; in wlc_phy_poll_rssi_nphy()
22026 rssi_buf[ctr] += tmp_buf[ctr]; in wlc_phy_poll_rssi_nphy()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dwifi.h2529 u8 *tmp_buf, u8 length);