Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/drivers/char/xillybus/
A Dxillyusb.c480 kfree(xb); in endpoint_dealloc()
524 xb = kzalloc(sizeof(*xb), GFP_KERNEL); in endpoint_alloc()
526 if (!xb) { in endpoint_alloc()
534 kfree(xb); in endpoint_alloc()
540 xb->ep = ep; in endpoint_alloc()
724 list_del(&xb->entry); in try_queue_bulk_in()
737 xb->buf, bufsize, bulk_in_completer, xb); in try_queue_bulk_in()
819 list_del(&xb->entry); in try_queue_bulk_out()
841 xb->buf, count, bulk_out_completer, xb); in try_queue_bulk_out()
943 __le32 *p = xb->buf; in process_bulk_in()
[all …]
/linux-6.3-rc2/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-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dpmr735d.dtsi83 reg = <0xb SPMI_USID>;
90 interrupts = <0xb 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
A Dpm8009.dtsi34 reg = <0xb SPMI_USID>;
/linux-6.3-rc2/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.dts359 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
360 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
361 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
362 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
/linux-6.3-rc2/arch/arm64/boot/dts/mediatek/
A Dmt8183-kukui-krane-sku176.dts8 * - Bits 7..4: Panel ID: 0xb (BOE)
/linux-6.3-rc2/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
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/
A Dqoriq-fman3-0-1g-3.dtsi11 cell-index = <0xb>;
A Dfsl-ls1028a-qds-65bb.dtso49 reg = <0xb>;
A Dfsl-ls1028a-qds-85bb.dtso49 reg = <0xb>;
/linux-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/dma/
A Dti-edma.txt198 power-domains = <&k2g_pds 0xb>;
199 clocks = <&k2g_clks 0xb 1>, <&k2g_clks 0xb 2>;
/linux-6.3-rc2/include/net/
A Dipv6.h847 __be32 xb = a1[i] ^ a2[i]; in __ipv6_addr_diff32() local
848 if (xb) in __ipv6_addr_diff32()
849 return i * 32 + 31 - __fls(ntohl(xb)); in __ipv6_addr_diff32()
880 __be64 xb = a1[i] ^ a2[i]; in __ipv6_addr_diff64() local
881 if (xb) in __ipv6_addr_diff64()
882 return i * 64 + 63 - __fls(be64_to_cpu(xb)); in __ipv6_addr_diff64()
/linux-6.3-rc2/tools/memory-model/
A Dlinux-kernel.cat154 * a single constraint on an "executes-before" relation, xb:
156 * let xb = hb | pb | rb
157 * acyclic xb as executes-before
/linux-6.3-rc2/arch/arm/boot/dts/
A Dep7211-edb7211.dts20 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf
/linux-6.3-rc2/arch/arm64/boot/dts/hisilicon/
A Dpoplar-pinctrl.dtsi41 PINCTRL_DRV_STRENGTH(0xb, 0xf)
/linux-6.3-rc2/Documentation/RCU/
A Dlockdep-splat.rst66 [<ffffffff817db150>] ? gs_change+0xb/0xb
/linux-6.3-rc2/Documentation/devicetree/bindings/i2c/
A Dgoogle,cros-ec-i2c-tunnel.yaml61 reg = <0xb>;
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/
A Dsbs,sbs-battery.yaml78 reg = <0xb>;
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dkontron,sl28cpld.yaml85 reg = <0xb>;

Completed in 47 milliseconds

12345