| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_static_config.c | 19 int rc = packing(buf, (u64 *)val, start, end, len, in sja1105_pack() 41 int rc = packing((void *)buf, val, start, end, len, in sja1105_unpack() 59 int rc = packing(buf, val, start, end, len, op, QUIRK_LSW32_IS_FIRST); in sja1105_packing() 791 table->ops->packing(p, entry_ptr, PACK); in sja1105_static_config_pack() 843 .packing = sja1105et_l2_lookup_entry_packing, 849 .packing = sja1105_l2_policing_entry_packing, 855 .packing = sja1105_vlan_lookup_entry_packing, 861 .packing = sja1105_l2_forwarding_entry_packing, 867 .packing = sja1105et_mac_config_entry_packing, 873 .packing = sja1105et_l2_lookup_params_entry_packing, [all …]
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | tag_ocelot.c | 159 packing(injection, &qos_class, 19, 17, OCELOT_TAG_LEN, PACK, 0); in ocelot_xmit() 170 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_xmit() 213 packing(extraction, &src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv() 214 packing(extraction, &qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv() 215 packing(extraction, &tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv() 216 packing(extraction, &vlan_tci, 15, 0, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv()
|
| H A D | tag_sja1105.c | 50 packing(buf, &meta->tstamp, 31, 0, 4, UNPACK, 0); in sja1105_meta_unpack() 51 packing(buf + 4, &meta->dmac_byte_4, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 52 packing(buf + 5, &meta->dmac_byte_3, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 53 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 54 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0006-themes-Industrial-add-info-label-in-ui.patch | 38 </packing> 52 + <packing> 56 + </packing> 63 <packing> 83 </packing> 97 + <packing> 101 + </packing> 108 <packing>
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | pxa_camera.c | 239 enum pxa_mbus_packing packing; member 262 .packing = PXA_MBUS_PACKING_2X8_PADHI, 272 .packing = PXA_MBUS_PACKING_2X8_PADHI, 282 .packing = PXA_MBUS_PACKING_2X8_PADHI, 292 .packing = PXA_MBUS_PACKING_2X8_PADHI, 302 .packing = PXA_MBUS_PACKING_2X8_PADHI, 312 .packing = PXA_MBUS_PACKING_2X8_PADHI, 322 .packing = PXA_MBUS_PACKING_2X8_PADHI, 332 .packing = PXA_MBUS_PACKING_2X8_PADHI, 342 .packing = PXA_MBUS_PACKING_NONE, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/gasket/ |
| H A D | gasket_interrupt.c | 103 interrupt_data->interrupts[i].packing); in gasket_interrupt_setup() 104 if (interrupt_data->interrupts[i].packing == UNPACKED) { in gasket_interrupt_setup() 107 switch (interrupt_data->interrupts[i].packing) { in gasket_interrupt_setup() 123 interrupt_data->interrupts[i].packing); in gasket_interrupt_setup()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
| H A D | configure.in-Error-fix.patch | 25 -dnl Figure out packing order of structures 26 -AC_CACHE_CHECK([packing order of bit fields],rpppoe_cv_pack_bitfields,[
|
| H A D | configure_in_cross.patch | 127 dnl Figure out packing order of structures 128 -AC_MSG_CHECKING([packing order of bit fields]) 129 +AC_CACHE_CHECK([packing order of bit fields],rpppoe_cv_pack_bitfields,[
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in.loader | 31 The .ini file for packing loader. 37 The .ini file for packing trust image.
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | packing.c | 89 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing() function 211 EXPORT_SYMBOL(packing);
|
| /OK3568_Linux_fs/tools/mac/boot_merger/ |
| H A D | readme.txt | 1 boot_merger is a tool for packing or unpacking loader.
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | packing.rst | 2 Generic bitfield packing and unpacking functions 159 describes. Then they should wrap the packing() function, creating a new 162 The packing() function returns an int-encoded error code, which protects the
|
| H A D | index.rst | 41 packing
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | packing.h | 46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
|
| /OK3568_Linux_fs/buildroot/package/sloci-image/ |
| H A D | Config.in.host | 4 A simple CLI tool for packing rootfs into a single-layer OCI
|
| /OK3568_Linux_fs/tools/mac/rockdev/ |
| H A D | readme.txt | 3 rkImageMaker is a tool for packing loader and firmware into one update.img for identification by ro…
|
| /OK3568_Linux_fs/tools/linux/boot_merger/ |
| H A D | revison.log | 9 2.support to create idblock binary after packing loader
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | btrfs.rst | 15 * Space efficient packing of small files
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | bitmap.c | 327 __le32 packing; in reiserfs_choose_packing() local 335 packing = INODE_PKEY(dir)->k_objectid; in reiserfs_choose_packing() 337 packing = INODE_PKEY(dir)->k_dir_id; in reiserfs_choose_packing() 339 packing = INODE_PKEY(dir)->k_objectid; in reiserfs_choose_packing() 340 return packing; in reiserfs_choose_packing()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | rxtx.h | 47 u16 packing; /* packing to 48 bytes */ member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-intel_th-devices-gth | 38 Description: (RW) Force flush data from byte packing buffer for the output
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | rxtx.h | 45 u16 packing; /* packing to 48 bytes */ member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | CURSOR.NOTES | 122 /* Cursor data packing flags */ 186 these packing styles, your driver can supply its own RealizeCursor
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | vlocks.rst | 125 * By packing the members of the currently_voting array close together, 174 packing of the currently_voting array does not work with cached
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | Config.in | 4 # Invalid packing size of ControlValue struct on m68k
|