Home
last modified time | relevance | path

Searched refs:xb (Results 1 – 25 of 111) sorted by relevance

12345

/linux/drivers/char/xillybus/
A Dxillyusb.c472 kfree(xb); in endpoint_dealloc()
516 xb = kzalloc(sizeof(*xb), GFP_KERNEL); in endpoint_alloc()
518 if (!xb) { in endpoint_alloc()
526 kfree(xb); in endpoint_alloc()
532 xb->ep = ep; in endpoint_alloc()
715 list_del(&xb->entry); in try_queue_bulk_in()
728 xb->buf, bufsize, bulk_in_completer, xb); in try_queue_bulk_in()
810 list_del(&xb->entry); in try_queue_bulk_out()
832 xb->buf, count, bulk_out_completer, xb); in try_queue_bulk_out()
934 __le32 *p = xb->buf; in process_bulk_in()
[all …]
/linux/fs/ocfs2/
A Dxattr.c471 struct ocfs2_xattr_block *xb = in ocfs2_validate_xattr_block() local
495 xb->xb_signature); in ocfs2_validate_xattr_block()
997 struct ocfs2_xattr_block *xb; in ocfs2_xattr_block_list() local
1208 struct ocfs2_xattr_block *xb; in ocfs2_xattr_block_get() local
2289 struct ocfs2_xattr_block *xb = in ocfs2_init_xattr_block_xa_loc() local
2453 struct ocfs2_xattr_block *xb; in ocfs2_xattr_block_remove() local
2486 struct ocfs2_xattr_block *xb; in ocfs2_xattr_free_block() local
2508 if (xb->xb_suballoc_loc) in ocfs2_xattr_free_block()
2818 struct ocfs2_xattr_block *xb; in ocfs2_xattr_block_find() local
4343 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block()
[all …]
/linux/arch/powerpc/boot/dts/
A Dmvme5100.dts133 0x8000 0x0 0x0 0x3 &mpic 0xb 0x1
140 0x8800 0x0 0x0 0x4 &mpic 0xb 0x1
150 0xa000 0x0 0x0 0x3 &mpic 0xb 0x1
A Dstxssa8555.dts357 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
358 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
359 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
360 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
/linux/arch/powerpc/boot/dts/fsl/
A Dmpc8541cds.dts358 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
359 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
360 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
361 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
A Dmpc8555cds.dts358 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
359 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
360 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
361 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
A Dmpc8572ds_camp_core1.dts85 0x9 0xa 0xb 0xc /* usb */
A Dmpc8548cds_32b.dts47 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1 0 0
A Dmpc8548cds_36b.dts47 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1 0 0
A Dp1021mds.dts210 0x0 0xb 0x1 0x0 0x2 0x0 /* ENET1_TXD2_SER1_TXD2 */
229 0x1 0xb 0x2 0x0 0x1 0x0 /* CLK13 */
A Dmpc8568mds.dts144 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
172 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
/linux/net/sunrpc/
A Dsvc_xprt.c919 struct xdr_buf *xb; in svc_send() local
926 xb = &rqstp->rq_res; in svc_send()
927 xb->len = xb->head[0].iov_len + in svc_send()
928 xb->page_len + in svc_send()
929 xb->tail[0].iov_len; in svc_send()
930 trace_svc_xdr_sendto(rqstp->rq_xid, xb); in svc_send()
/linux/arch/arm64/boot/dts/mediatek/
A Dmt8183-kukui-krane-sku176.dts8 * - Bits 7..4: Panel ID: 0xb (BOE)
/linux/arch/arm64/boot/dts/qcom/
A Dpm8009.dtsi33 reg = <0xb SPMI_USID>;
/linux/arch/arm64/boot/dts/freescale/
A Dqoriq-fman3-0-1g-3.dtsi11 cell-index = <0xb>;
/linux/Documentation/devicetree/bindings/dma/
A Dti-edma.txt198 power-domains = <&k2g_pds 0xb>;
199 clocks = <&k2g_clks 0xb 1>, <&k2g_clks 0xb 2>;
/linux/include/net/
A Dipv6.h756 __be32 xb = a1[i] ^ a2[i]; in __ipv6_addr_diff32() local
757 if (xb) in __ipv6_addr_diff32()
758 return i * 32 + 31 - __fls(ntohl(xb)); in __ipv6_addr_diff32()
789 __be64 xb = a1[i] ^ a2[i]; in __ipv6_addr_diff64() local
790 if (xb) in __ipv6_addr_diff64()
791 return i * 64 + 63 - __fls(be64_to_cpu(xb)); in __ipv6_addr_diff64()
/linux/drivers/gpu/drm/tiny/
A Drepaper.c514 int y, xb, i; in repaper_gray8_to_mono_reversed() local
517 for (xb = 0; xb < width / 8; xb++) { in repaper_gray8_to_mono_reversed()
521 int x = xb * 8 + i; in repaper_gray8_to_mono_reversed()
/linux/tools/memory-model/
A Dlinux-kernel.cat153 * a single constraint on an "executes-before" relation, xb:
155 * let xb = hb | pb | rb
156 * acyclic xb as executes-before
/linux/Documentation/RCU/
A Dlockdep-splat.rst66 [<ffffffff817db150>] ? gs_change+0xb/0xb
/linux/arch/arm64/boot/dts/hisilicon/
A Dpoplar-pinctrl.dtsi41 PINCTRL_DRV_STRENGTH(0xb, 0xf)
/linux/arch/arm/boot/dts/
A Dep7211-edb7211.dts20 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf
/linux/Documentation/devicetree/bindings/i2c/
A Dgoogle,cros-ec-i2c-tunnel.yaml61 reg = <0xb>;
/linux/Documentation/devicetree/bindings/power/supply/
A Dsbs,sbs-battery.yaml78 reg = <0xb>;
/linux/Documentation/devicetree/bindings/mfd/
A Dkontron,sl28cpld.yaml85 reg = <0xb>;

Completed in 64 milliseconds

12345