Home
last modified time | relevance | path

Searched refs:packing (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c19 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 Dtag_ocelot.c159 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 Dtag_sja1105.c50 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 D0006-themes-Industrial-add-info-label-in-ui.patch38 </packing>
52 + <packing>
56 + </packing>
63 <packing>
83 </packing>
97 + <packing>
101 + </packing>
108 <packing>
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dpxa_camera.c239 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 Dgasket_interrupt.c103 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 Dconfigure.in-Error-fix.patch25 -dnl Figure out packing order of structures
26 -AC_CACHE_CHECK([packing order of bit fields],rpppoe_cv_pack_bitfields,[
H A Dconfigure_in_cross.patch127 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 DConfig.in.loader31 The .ini file for packing loader.
37 The .ini file for packing trust image.
/OK3568_Linux_fs/kernel/lib/
H A Dpacking.c89 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 Dreadme.txt1 boot_merger is a tool for packing or unpacking loader.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpacking.rst2 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 Dindex.rst41 packing
/OK3568_Linux_fs/kernel/include/linux/
H A Dpacking.h46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
/OK3568_Linux_fs/buildroot/package/sloci-image/
H A DConfig.in.host4 A simple CLI tool for packing rootfs into a single-layer OCI
/OK3568_Linux_fs/tools/mac/rockdev/
H A Dreadme.txt3 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 Drevison.log9 2.support to create idblock binary after packing loader
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dbtrfs.rst15 * Space efficient packing of small files
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dbitmap.c327 __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 Drxtx.h47 u16 packing; /* packing to 48 bytes */ member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-gth38 Description: (RW) Force flush data from byte packing buffer for the output
/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Drxtx.h45 u16 packing; /* packing to 48 bytes */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES122 /* Cursor data packing flags */
186 these packing styles, your driver can supply its own RealizeCursor
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dvlocks.rst125 * 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 DConfig.in4 # Invalid packing size of ControlValue struct on m68k

123