| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spidev-rkslv.c | 36 char *tempbuf; member 201 char *ctrlbuf = spidev->ctrlbuf, *appmem = spidev->appmem, *tempbuf = spidev->tempbuf; in spidev_rkslv_xfer() local 251 ret = spidev_slv_write_and_read(spidev, appmem + ctrl->addr, tempbuf, len); in spidev_rkslv_xfer() 269 tempbuf, in spidev_rkslv_xfer() 273 memcpy(appmem + ctrl->addr, tempbuf, len); in spidev_rkslv_xfer() 317 spidev->tempbuf = devm_kzalloc(&spi->dev, SPI_OBJ_MAX_XFER_SIZE, GFP_KERNEL); in spidev_rkslv_probe() 318 if (!spidev->tempbuf) in spidev_rkslv_probe()
|
| H A D | spidev-rkmst.c | 420 char *tempbuf; in spidev_rkmst_misc_write() local 441 tempbuf = kzalloc(len, GFP_KERNEL); in spidev_rkmst_misc_write() 442 if (!tempbuf) in spidev_rkmst_misc_write() 445 prandom_bytes(tempbuf, len); in spidev_rkmst_misc_write() 446 spidev_rkmst_xfer(spidev, tempbuf, NULL, addr, len); in spidev_rkmst_misc_write() 451 if (memcmp(spidev->rxbuf, tempbuf, len)) { in spidev_rkmst_misc_write() 471 tempbuf, in spidev_rkmst_misc_write() 476 memcpy(tempbuf, spidev->txbuf, len); in spidev_rkmst_misc_write() 521 kfree(tempbuf); in spidev_rkmst_misc_write()
|
| /OK3568_Linux_fs/u-boot/board/keymile/common/ |
| H A D | ivm.c | 47 char tempbuf[256]; in ivm_set_value() local 50 sprintf(tempbuf, "%s=%s", name, value); in ivm_set_value() 51 return set_local_var(tempbuf, 0); in ivm_set_value()
|
| /OK3568_Linux_fs/kernel/drivers/sbus/char/ |
| H A D | envctrl.c | 987 char tempbuf[10]; in kenvctrld() local 1008 tempbuf)) { in kenvctrld() 1009 if (tempbuf[0] >= shutdown_temperature) { in kenvctrld() 1014 tempbuf[0], shutdown_temperature); in kenvctrld()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/ |
| H A D | sisusb.c | 2268 u8 *tempbuf; in sisusb_reset_text_mode() local 2289 tempbuf = vmalloc(8192); in sisusb_reset_text_mode() 2290 if (!tempbuf) in sisusb_reset_text_mode() 2294 memcpy(tempbuf + (i * 32), myfont->data + (i * 16), 16); in sisusb_reset_text_mode() 2297 ret = sisusbcon_do_font_op(sisusb, 1, 0, tempbuf, 8192, in sisusb_reset_text_mode() 2300 vfree(tempbuf); in sisusb_reset_text_mode() 2314 tempbuf = vmalloc(8192); in sisusb_reset_text_mode() 2315 if (tempbuf) { in sisusb_reset_text_mode() 2318 tempbufb = (u16 *)tempbuf; in sisusb_reset_text_mode() 2323 tempbufb = (u16 *)tempbuf; in sisusb_reset_text_mode() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | linux_osl.c | 1274 char tempbuf[256]; in osl_assert() local 1286 snprintf(tempbuf, 64, "\"%s\": file \"%s\", line %d\n", in osl_assert() 1289 bcm_assert_log(tempbuf); in osl_assert() 1294 snprintf(tempbuf, 256, "assertion \"%s\" failed: file \"%s\", line %d\n", in osl_assert() 1300 printf("%s", tempbuf); in osl_assert() 1309 printf("%s", tempbuf); in osl_assert() 1315 printf("%s", tempbuf); in osl_assert() 1318 printf("%s", tempbuf); in osl_assert()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | linux_osl.c | 1274 char tempbuf[256]; in osl_assert() local 1286 snprintf(tempbuf, 64, "\"%s\": file \"%s\", line %d\n", in osl_assert() 1289 bcm_assert_log(tempbuf); in osl_assert() 1294 snprintf(tempbuf, 256, "assertion \"%s\" failed: file \"%s\", line %d\n", in osl_assert() 1300 printf("%s", tempbuf); in osl_assert() 1309 printf("%s", tempbuf); in osl_assert() 1315 printf("%s", tempbuf); in osl_assert() 1318 printf("%s", tempbuf); in osl_assert()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_wx.c | 588 char tempbuf[100]; in rtllib_wx_set_encode_ext() local 590 memset(tempbuf, 0x00, 100); in rtllib_wx_set_encode_ext() 591 sprintf(tempbuf, "%s", module); in rtllib_wx_set_encode_ext() 592 request_module("%s", tempbuf); in rtllib_wx_set_encode_ext()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_osl.c | 1121 char tempbuf[256]; local 1133 snprintf(tempbuf, 64, "\"%s\": file \"%s\", line %d\n", 1136 bcm_assert_log(tempbuf); 1142 panic("%s", tempbuf); 1147 printk("%s", tempbuf); 1150 printk("%s", tempbuf);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_osl.c | 1113 char tempbuf[256]; in osl_assert() local 1125 snprintf(tempbuf, 64, "\"%s\": file \"%s\", line %d\n", in osl_assert() 1128 bcm_assert_log(tempbuf); in osl_assert() 1134 panic("%s", tempbuf); in osl_assert() 1139 printk("%s", tempbuf); in osl_assert() 1142 printk("%s", tempbuf); in osl_assert()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_osl.c | 1121 char tempbuf[256]; local 1133 snprintf(tempbuf, 64, "\"%s\": file \"%s\", line %d\n", 1136 bcm_assert_log(tempbuf); 1142 panic("%s", tempbuf); 1147 printk("%s", tempbuf); 1150 printk("%s", tempbuf);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27776.patch | 115 struct tempbuf tempwrite[3]; /* BOTH, HEADER, BODY */
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda.h | 84 struct coda_aux_buf tempbuf; member
|
| H A D | coda-common.c | 2812 coda_write(dev, dev->tempbuf.paddr, in coda_hw_init() 3236 ret = coda_alloc_aux_buf(dev, &dev->tempbuf, in coda_probe() 3307 coda_free_aux_buf(dev, &dev->tempbuf); in coda_remove()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | linux_osl.c | 1900 char tempbuf[256]; in osl_assert() local 1912 snprintf(tempbuf, 64, "\"%s\": file \"%s\", line %d\n", in osl_assert() 1919 panic("%s", tempbuf); in osl_assert() 1924 printk("%s", tempbuf); in osl_assert() 1927 printk("%s", tempbuf); in osl_assert()
|