| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image.c | 951 ulong rd_data, rd_len; in boot_get_ramdisk() local 988 rd_len = rd_data = 0; in boot_get_ramdisk() 1056 rd_data = image_get_data(rd_hdr); in boot_get_ramdisk() 1069 &rd_data, &rd_len); in boot_get_ramdisk() 1081 &rd_data, &rd_len); in boot_get_ramdisk() 1091 rd_data = rd_addr; in boot_get_ramdisk() 1096 rd_data = rd_len = rd_load = 0; in boot_get_ramdisk() 1113 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len); in boot_get_ramdisk() 1119 rd_len = rd_data = 0; in boot_get_ramdisk() 1122 if (!rd_data) { in boot_get_ramdisk() [all …]
|
| H A D | image-android.c | 320 ulong *rd_data, ulong *rd_len) in android_image_get_ramdisk() argument 326 *rd_data = *rd_len = 0; in android_image_get_ramdisk() 337 *rd_data = ramdisk_addr_r; in android_image_get_ramdisk() 373 ulong *rd_data) in android_image_get_fdt() argument 378 *rd_data = 0; in android_image_get_fdt() 389 *rd_data = fdt_addr_r; in android_image_get_fdt()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | uhid.c | 43 __u8 *rd_data; member 178 return hid_parse_report(hid, uhid->rd_data, uhid->rd_size); in uhid_hid_parse() 409 compat_uptr_t rd_data; member 458 event->u.create.rd_data = compat_ptr(compat->rd_data); in uhid_event_from_user() 494 void *rd_data; in uhid_dev_create2() local 504 rd_data = kmemdup(ev->u.create2.rd_data, rd_size, GFP_KERNEL); in uhid_dev_create2() 505 if (!rd_data) in uhid_dev_create2() 509 uhid->rd_data = rd_data; in uhid_dev_create2() 546 kfree(uhid->rd_data); in uhid_dev_create2() 547 uhid->rd_data = NULL; in uhid_dev_create2() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | twl4030-power.c | 334 u8 rd_data; in twl4030_config_warmreset_sequence() local 342 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &rd_data, R_P1_SW_EVENTS); in twl4030_config_warmreset_sequence() 346 rd_data |= PWR_ENABLE_WARMRESET; in twl4030_config_warmreset_sequence() 347 err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, rd_data, R_P1_SW_EVENTS); in twl4030_config_warmreset_sequence() 351 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &rd_data, R_P2_SW_EVENTS); in twl4030_config_warmreset_sequence() 355 rd_data |= PWR_ENABLE_WARMRESET; in twl4030_config_warmreset_sequence() 356 err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, rd_data, R_P2_SW_EVENTS); in twl4030_config_warmreset_sequence() 360 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &rd_data, R_P3_SW_EVENTS); in twl4030_config_warmreset_sequence() 364 rd_data |= PWR_ENABLE_WARMRESET; in twl4030_config_warmreset_sequence() 365 err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, rd_data, R_P3_SW_EVENTS); in twl4030_config_warmreset_sequence()
|
| /OK3568_Linux_fs/kernel/drivers/phy/broadcom/ |
| H A D | phy-bcm-sr-usb.c | 129 u32 rd_data; in bcm_usb_ss_phy_init() local 134 rd_data = readl(regs + offset[PHY_CTRL]); in bcm_usb_ss_phy_init() 135 rd_data &= ~(PHY_PCTL_MASK << u3phy_ctrl[PHY_PCTL]); in bcm_usb_ss_phy_init() 136 rd_data |= (SSPHY_PCTL_VAL << u3phy_ctrl[PHY_PCTL]); in bcm_usb_ss_phy_init() 137 writel(rd_data, regs + offset[PHY_CTRL]); in bcm_usb_ss_phy_init()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/hidp/ |
| H A D | hidp.h | 94 __u8 __user *rd_data; member 167 __u8 *rd_data; member
|
| H A D | sock.c | 136 compat_uptr_t rd_data; member 187 ca.rd_data = compat_ptr(ca32.rd_data); in hidp_sock_compat_ioctl()
|
| H A D | core.c | 723 return hid_parse_report(session->hid, session->rd_data, in hidp_parse() 761 session->rd_data = memdup_user(req->rd_data, req->rd_size); in hidp_setup_hid() 762 if (IS_ERR(session->rd_data)) in hidp_setup_hid() 763 return PTR_ERR(session->rd_data); in hidp_setup_hid() 807 kfree(session->rd_data); in hidp_setup_hid() 808 session->rd_data = NULL; in hidp_setup_hid() 842 kfree(session->rd_data); in hidp_session_dev_destroy() 843 session->rd_data = NULL; in hidp_session_dev_destroy()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | uhid.h | 55 __u8 rd_data[HID_MAX_DESCRIPTOR_SIZE]; member 133 __u8 *rd_data; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | uhid.h | 55 __u8 rd_data[HID_MAX_DESCRIPTOR_SIZE]; member 133 __u8 *rd_data; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | uhid.h | 55 __u8 rd_data[HID_MAX_DESCRIPTOR_SIZE]; member 133 __u8 __user *rd_data; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_xgmac.c | 103 u32 rd_addr, u32 *rd_data) in xgene_enet_rd_indirect() argument 118 *rd_data = ioread32(rd); in xgene_enet_rd_indirect() 125 u32 rd_addr, u32 *rd_data) in xgene_enet_rd_pcs() argument 135 success = xgene_enet_rd_indirect(addr, rd, cmd, cmd_done, rd_addr, rd_data); in xgene_enet_rd_pcs()
|
| H A D | xgene_enet_hw.c | 318 u32 done, rd_data; in xgene_enet_rd_mac() local 343 rd_data = ioread32(rd); in xgene_enet_rd_mac() 347 return rd_data; in xgene_enet_rd_mac() 353 u32 done, rd_data; in xgene_enet_rd_stat() local 372 rd_data = ioread32(rd); in xgene_enet_rd_stat() 376 return rd_data; in xgene_enet_rd_stat()
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | mdio-xgene.c | 28 u32 done, rd_data = BUSY_MASK; in xgene_mdio_rd_mac() local 44 rd_data = ioread32(rd); in xgene_mdio_rd_mac() 49 return rd_data; in xgene_mdio_rd_mac()
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | hisi_lpc.c | 212 __le32 rd_data = 0; in hisi_lpc_comm_in() local 224 (unsigned char *)&rd_data, dwidth); in hisi_lpc_comm_in() 228 return le32_to_cpu(rd_data); in hisi_lpc_comm_in()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | rgrp.c | 466 tmp = rgd->rd_data - rgd->rd_free - rgd->rd_dinodes; in gfs2_rgrp_verify() 510 else if (blk >= cur->rd_data0 + cur->rd_data) in gfs2_blk2rgrpd() 517 if (blk >= cur->rd_data0 + cur->rd_data) in gfs2_blk2rgrpd() 799 if ((bi->bi_start + bi->bi_bytes) * GFS2_NBBY != rgd->rd_data) { in compute_bitstructs() 810 rgd->rd_data, in compute_bitstructs() 905 rgd->rd_data = be32_to_cpu(buf.ri_data); in read_rindex_entry() 920 if (rgd->rd_data > sdp->sd_max_rg_data) in read_rindex_entry() 921 sdp->sd_max_rg_data = rgd->rd_data; in read_rindex_entry() 1084 str->rg_data = cpu_to_be32(rgd->rd_data); in gfs2_rgrp_out() 1405 && (start > rgd_end->rd_data0 + rgd_end->rd_data)) in gfs2_fitrim()
|
| H A D | rgrp.h | 86 u64 last = first + rgd->rd_data; in rgrp_contains_block()
|
| H A D | incore.h | 106 u32 rd_data; /* num of data blocks in rgrp */ member 141 BUG_ON(rbm->offset >= rbm->rgd->rd_data); in gfs2_rbm_to_block()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 714 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, 1362 ulong *rd_data, ulong *rd_len); 1364 ulong *rd_data);
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/ |
| H A D | it66353.c | 194 u8 rd_data; in rx_rd8() local 196 i2c_rd8(it66353_gdev.opts.dev_opt->RxAddr, offset, &rd_data); in rx_rd8() 197 return rd_data; in rx_rd8() 203 u8 rd_data; in cec_rd8() local 205 i2c_rd8(it66353_gdev.opts.dev_opt->CecAddr, offset, &rd_data); in cec_rd8() 206 return rd_data; in cec_rd8() 212 u8 rd_data; in sw_rd8() local 214 i2c_rd8(it66353_gdev.opts.dev_opt->SwAddr, offset, &rd_data); in sw_rd8() 215 return rd_data; in sw_rd8()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training.c | 1090 u32 rd_data = 1; in is_bus_access_done() local 1097 rd_data = data_read[if_id]; in is_bus_access_done() 1098 rd_data &= (1 << bit); in is_bus_access_done() 1100 while (rd_data != 0) { in is_bus_access_done() 1107 rd_data = data_read[if_id]; in is_bus_access_done() 1108 rd_data &= (1 << bit); in is_bus_access_done()
|
| /OK3568_Linux_fs/kernel/samples/uhid/ |
| H A D | uhid-example.c | 183 ev.u.create.rd_data = rdesc; in create()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_entity.h | 286 u32 rd_data[CUDBG_NUM_ULPTX][CUDBG_NUM_ULPTX_READ]; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-sriox-defs.h | 1003 uint64_t rd_data:32; member 1005 uint64_t rd_data:32;
|
| H A D | cvmx-pci-defs.h | 1989 uint64_t rd_data:64; member 1991 uint64_t rd_data:64;
|