€•™UŒsphinx.addnodes”Œdocument”“”)”}”(Œ rawsource”Œ”Œchildren”]”(Œ translations”Œ LanguagesNode”“”)”}”(hhh]”(hŒ pending_xref”“”)”}”(hhh]”Œdocutils.nodes”ŒText”“”ŒChinese (Simplified)”…””}”Œparent”hsbaŒ attributes”}”(Œids”]”Œclasses”]”Œnames”]”Œdupnames”]”Œbackrefs”]”Œ refdomain”Œstd”Œreftype”Œdoc”Œ reftarget”Œ&/translations/zh_CN/driver-api/usb/dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuŒtagname”hhh ubh)”}”(hhh]”hŒChinese (Traditional)”…””}”hh2sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ&/translations/zh_TW/driver-api/usb/dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒItalian”…””}”hhFsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ&/translations/it_IT/driver-api/usb/dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒJapanese”…””}”hhZsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ&/translations/ja_JP/driver-api/usb/dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒKorean”…””}”hhnsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ&/translations/ko_KR/driver-api/usb/dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒSpanish”…””}”hh‚sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ&/translations/sp_SP/driver-api/usb/dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubeh}”(h]”h ]”h"]”h$]”h&]”Œcurrent_language”ŒEnglish”uh1h hhŒ _document”hŒsource”NŒline”NubhŒsection”“”)”}”(hhh]”(hŒtitle”“”)”}”(hŒUSB DMA”h]”hŒUSB DMA”…””}”(hh¨hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hh£hžhhŸŒ@/var/lib/git/docbuild/linux/Documentation/driver-api/usb/dma.rst”h KubhŒ paragraph”“”)”}”(hŒÞIn Linux 2.5 kernels (and later), USB device drivers have additional control over how DMA may be used to perform I/O operations. The APIs are detailed in the kernel usb programming guide (kerneldoc, from the source code).”h]”hŒÞIn Linux 2.5 kernels (and later), USB device drivers have additional control over how DMA may be used to perform I/O operations. The APIs are detailed in the kernel usb programming guide (kerneldoc, from the source code).”…””}”(hh¹hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khh£hžhubh¢)”}”(hhh]”(h§)”}”(hŒ API overview”h]”hŒ API overview”…””}”(hhÊhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hhÇhžhhŸh¶h K ubh¸)”}”(hX The big picture is that USB drivers can continue to ignore most DMA issues, though they still must provide DMA-ready buffers (see Documentation/core-api/dma-api-howto.rst). That's how they've worked through the 2.4 (and earlier) kernels, or they can now be DMA-aware.”h]”hXThe big picture is that USB drivers can continue to ignore most DMA issues, though they still must provide DMA-ready buffers (see Documentation/core-api/dma-api-howto.rst). That’s how they’ve worked through the 2.4 (and earlier) kernels, or they can now be DMA-aware.”…””}”(hhØhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K hhÇhžhubh¸)”}”(hŒDMA-aware usb drivers:”h]”hŒDMA-aware usb drivers:”…””}”(hhæhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KhhÇhžhubhŒ bullet_list”“”)”}”(hhh]”(hŒ list_item”“”)”}”(hŒŠNew calls enable DMA-aware drivers, letting them allocate dma buffers and manage dma mappings for existing dma-ready buffers (see below). ”h]”h¸)”}”(hŒ‰New calls enable DMA-aware drivers, letting them allocate dma buffers and manage dma mappings for existing dma-ready buffers (see below).”h]”hŒ‰New calls enable DMA-aware drivers, letting them allocate dma buffers and manage dma mappings for existing dma-ready buffers (see below).”…””}”(hhÿhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khhûubah}”(h]”h ]”h"]”h$]”h&]”uh1hùhhöhžhhŸh¶h Nubhú)”}”(hŒ¬URBs have an additional "transfer_dma" field, as well as a transfer_flags bit saying if it's valid. (Control requests also have "setup_dma", but drivers must not use it.) ”h]”h¸)”}”(hŒ«URBs have an additional "transfer_dma" field, as well as a transfer_flags bit saying if it's valid. (Control requests also have "setup_dma", but drivers must not use it.)”h]”hŒµURBs have an additional “transfer_dma†field, as well as a transfer_flags bit saying if it’s valid. (Control requests also have “setup_dmaâ€, but drivers must not use it.)”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khjubah}”(h]”h ]”h"]”h$]”h&]”uh1hùhhöhžhhŸh¶h Nubhú)”}”(hŒ"usbcore" will map this DMA address, if a DMA-aware driver didn't do it first and set ``URB_NO_TRANSFER_DMA_MAP``. HCDs don't manage dma mappings for URBs. ”h]”h¸)”}”(hŒœ"usbcore" will map this DMA address, if a DMA-aware driver didn't do it first and set ``URB_NO_TRANSFER_DMA_MAP``. HCDs don't manage dma mappings for URBs.”h]”(hŒ\“usbcore†will map this DMA address, if a DMA-aware driver didn’t do it first and set ”…””}”(hj/hžhhŸNh NubhŒliteral”“”)”}”(hŒ``URB_NO_TRANSFER_DMA_MAP``”h]”hŒURB_NO_TRANSFER_DMA_MAP”…””}”(hj9hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1j7hj/ubhŒ-. HCDs don’t manage dma mappings for URBs.”…””}”(hj/hžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khj+ubah}”(h]”h ]”h"]”h$]”h&]”uh1hùhhöhžhhŸh¶h Nubhú)”}”(hŒÇThere's a new "generic DMA API", parts of which are usable by USB device drivers. Never use dma_set_mask() on any USB interface or device; that would potentially break all devices sharing that bus. ”h]”h¸)”}”(hŒÆThere's a new "generic DMA API", parts of which are usable by USB device drivers. Never use dma_set_mask() on any USB interface or device; that would potentially break all devices sharing that bus.”h]”hŒÌThere’s a new “generic DMA APIâ€, parts of which are usable by USB device drivers. Never use dma_set_mask() on any USB interface or device; that would potentially break all devices sharing that bus.”…””}”(hj[hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KhjWubah}”(h]”h ]”h"]”h$]”h&]”uh1hùhhöhžhhŸh¶h Nubeh}”(h]”h ]”h"]”h$]”h&]”Œbullet”Œ-”uh1hôhŸh¶h KhhÇhžhubeh}”(h]”Œ api-overview”ah ]”h"]”Œ api overview”ah$]”h&]”uh1h¡hh£hžhhŸh¶h K ubh¢)”}”(hhh]”(h§)”}”(hŒEliminating copies”h]”hŒEliminating copies”…””}”(hj‚hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hjhžhhŸh¶h K"ubh¸)”}”(hŒˆIt's good to avoid making CPUs copy data needlessly. The costs can add up, and effects like cache-trashing can impose subtle penalties.”h]”hŒŠIt’s good to avoid making CPUs copy data needlessly. The costs can add up, and effects like cache-trashing can impose subtle penalties.”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K$hjhžhubhõ)”}”(hhh]”(hú)”}”(hXèIf you're doing lots of small data transfers from the same buffer all the time, that can really burn up resources on systems which use an IOMMU to manage the DMA mappings. It can cost MUCH more to set up and tear down the IOMMU mappings with each request than perform the I/O! For those specific cases, USB has primitives to allocate less expensive memory. They work like kmalloc and kfree versions that give you the right kind of addresses to store in urb->transfer_buffer and urb->transfer_dma. You'd also set ``URB_NO_TRANSFER_DMA_MAP`` in urb->transfer_flags:: void *usb_alloc_coherent (struct usb_device *dev, size_t size, int mem_flags, dma_addr_t *dma); void usb_free_coherent (struct usb_device *dev, size_t size, void *addr, dma_addr_t dma); Most drivers should **NOT** be using these primitives; they don't need to use this type of memory ("dma-coherent"), and memory returned from :c:func:`kmalloc` will work just fine. The memory buffer returned is "dma-coherent"; sometimes you might need to force a consistent memory access ordering by using memory barriers. It's not using a streaming DMA mapping, so it's good for small transfers on systems where the I/O would otherwise thrash an IOMMU mapping. (See Documentation/core-api/dma-api-howto.rst for definitions of "coherent" and "streaming" DMA mappings.) Asking for 1/Nth of a page (as well as asking for N pages) is reasonably space-efficient. On most systems the memory returned will be uncached, because the semantics of dma-coherent memory require either bypassing CPU caches or using cache hardware with bus-snooping support. While x86 hardware has such bus-snooping, many other systems use software to flush cache lines to prevent DMA conflicts. ”h]”(h¸)”}”(hXIf you're doing lots of small data transfers from the same buffer all the time, that can really burn up resources on systems which use an IOMMU to manage the DMA mappings. It can cost MUCH more to set up and tear down the IOMMU mappings with each request than perform the I/O!”h]”hXIf you’re doing lots of small data transfers from the same buffer all the time, that can really burn up resources on systems which use an IOMMU to manage the DMA mappings. It can cost MUCH more to set up and tear down the IOMMU mappings with each request than perform the I/O!”…””}”(hj¥hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K'hj¡ubh¸)”}”(hX For those specific cases, USB has primitives to allocate less expensive memory. They work like kmalloc and kfree versions that give you the right kind of addresses to store in urb->transfer_buffer and urb->transfer_dma. You'd also set ``URB_NO_TRANSFER_DMA_MAP`` in urb->transfer_flags::”h]”(hŒîFor those specific cases, USB has primitives to allocate less expensive memory. They work like kmalloc and kfree versions that give you the right kind of addresses to store in urb->transfer_buffer and urb->transfer_dma. You’d also set ”…””}”(hj³hžhhŸNh Nubj8)”}”(hŒ``URB_NO_TRANSFER_DMA_MAP``”h]”hŒURB_NO_TRANSFER_DMA_MAP”…””}”(hj»hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1j7hj³ubhŒ in urb->transfer_flags:”…””}”(hj³hžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K,hj¡ubhŒ literal_block”“”)”}”(hŒÊvoid *usb_alloc_coherent (struct usb_device *dev, size_t size, int mem_flags, dma_addr_t *dma); void usb_free_coherent (struct usb_device *dev, size_t size, void *addr, dma_addr_t dma);”h]”hŒÊvoid *usb_alloc_coherent (struct usb_device *dev, size_t size, int mem_flags, dma_addr_t *dma); void usb_free_coherent (struct usb_device *dev, size_t size, void *addr, dma_addr_t dma);”…””}”hjÕsbah}”(h]”h ]”h"]”h$]”h&]”Œ xml:space”Œpreserve”uh1jÓhŸh¶h K1hj¡ubh¸)”}”(hŒ³Most drivers should **NOT** be using these primitives; they don't need to use this type of memory ("dma-coherent"), and memory returned from :c:func:`kmalloc` will work just fine.”h]”(hŒMost drivers should ”…””}”(hjåhžhhŸNh NubhŒstrong”“”)”}”(hŒ**NOT**”h]”hŒNOT”…””}”(hjïhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jíhjåubhŒx be using these primitives; they don’t need to use this type of memory (“dma-coherentâ€), and memory returned from ”…””}”(hjåhžhhŸNh Nubh)”}”(hŒ:c:func:`kmalloc`”h]”j8)”}”(hjh]”hŒ kmalloc()”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”(Œxref”Œc”Œc-func”eh"]”h$]”h&]”uh1j7hjubah}”(h]”h ]”h"]”h$]”h&]”Œrefdoc”Œdriver-api/usb/dma”Œ refdomain”jŒreftype”Œfunc”Œ refexplicit”‰Œrefwarn”‰Œ reftarget”Œkmalloc”uh1hhŸh¶h K7hjåubhŒ will work just fine.”…””}”(hjåhžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K7hj¡ubh¸)”}”(hX…The memory buffer returned is "dma-coherent"; sometimes you might need to force a consistent memory access ordering by using memory barriers. It's not using a streaming DMA mapping, so it's good for small transfers on systems where the I/O would otherwise thrash an IOMMU mapping. (See Documentation/core-api/dma-api-howto.rst for definitions of "coherent" and "streaming" DMA mappings.)”h]”hX•The memory buffer returned is “dma-coherentâ€; sometimes you might need to force a consistent memory access ordering by using memory barriers. It’s not using a streaming DMA mapping, so it’s good for small transfers on systems where the I/O would otherwise thrash an IOMMU mapping. (See Documentation/core-api/dma-api-howto.rst for definitions of “coherent†and “streaming†DMA mappings.)”…””}”(hj.hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K;hj¡ubh¸)”}”(hŒYAsking for 1/Nth of a page (as well as asking for N pages) is reasonably space-efficient.”h]”hŒYAsking for 1/Nth of a page (as well as asking for N pages) is reasonably space-efficient.”…””}”(hj<hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KBhj¡ubh¸)”}”(hX3On most systems the memory returned will be uncached, because the semantics of dma-coherent memory require either bypassing CPU caches or using cache hardware with bus-snooping support. While x86 hardware has such bus-snooping, many other systems use software to flush cache lines to prevent DMA conflicts.”h]”hX3On most systems the memory returned will be uncached, because the semantics of dma-coherent memory require either bypassing CPU caches or using cache hardware with bus-snooping support. While x86 hardware has such bus-snooping, many other systems use software to flush cache lines to prevent DMA conflicts.”…””}”(hjJhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KEhj¡ubeh}”(h]”h ]”h"]”h$]”h&]”uh1hùhjžhžhhŸh¶h Nubhú)”}”(hXžDevices on some EHCI controllers could handle DMA to/from high memory. Unfortunately, the current Linux DMA infrastructure doesn't have a sane way to expose these capabilities ... and in any case, HIGHMEM is mostly a design wart specific to x86_32. So your best bet is to ensure you never pass a highmem buffer into a USB driver. That's easy; it's the default behavior. Just don't override it; e.g. with ``NETIF_F_HIGHDMA``. This may force your callers to do some bounce buffering, copying from high memory to "normal" DMA memory. If you can come up with a good way to fix this issue (for x86_32 machines with over 1 GByte of memory), feel free to submit patches. ”h]”(h¸)”}”(hŒFDevices on some EHCI controllers could handle DMA to/from high memory.”h]”hŒFDevices on some EHCI controllers could handle DMA to/from high memory.”…””}”(hjbhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KKhj^ubh¸)”}”(hXdUnfortunately, the current Linux DMA infrastructure doesn't have a sane way to expose these capabilities ... and in any case, HIGHMEM is mostly a design wart specific to x86_32. So your best bet is to ensure you never pass a highmem buffer into a USB driver. That's easy; it's the default behavior. Just don't override it; e.g. with ``NETIF_F_HIGHDMA``.”h]”(hXXUnfortunately, the current Linux DMA infrastructure doesn’t have a sane way to expose these capabilities ... and in any case, HIGHMEM is mostly a design wart specific to x86_32. So your best bet is to ensure you never pass a highmem buffer into a USB driver. That’s easy; it’s the default behavior. Just don’t override it; e.g. with ”…””}”(hjphžhhŸNh Nubj8)”}”(hŒ``NETIF_F_HIGHDMA``”h]”hŒNETIF_F_HIGHDMA”…””}”(hjxhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1j7hjpubhŒ.”…””}”(hjphžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KMhj^ubh¸)”}”(hŒïThis may force your callers to do some bounce buffering, copying from high memory to "normal" DMA memory. If you can come up with a good way to fix this issue (for x86_32 machines with over 1 GByte of memory), feel free to submit patches.”h]”hŒóThis may force your callers to do some bounce buffering, copying from high memory to “normal†DMA memory. If you can come up with a good way to fix this issue (for x86_32 machines with over 1 GByte of memory), feel free to submit patches.”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KShj^ubeh}”(h]”h ]”h"]”h$]”h&]”uh1hùhjžhžhhŸh¶h Nubeh}”(h]”h ]”h"]”h$]”h&]”jujvuh1hôhŸh¶h K'hjhžhubeh}”(h]”Œeliminating-copies”ah ]”h"]”Œeliminating copies”ah$]”h&]”uh1h¡hh£hžhhŸh¶h K"ubh¢)”}”(hhh]”(h§)”}”(hŒWorking with existing buffers”h]”hŒWorking with existing buffers”…””}”(hjµhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hj²hžhhŸh¶h KYubh¸)”}”(hX*Existing buffers aren't usable for DMA without first being mapped into the DMA address space of the device. However, most buffers passed to your driver can safely be used with such DMA mapping. (See the first section of Documentation/core-api/dma-api-howto.rst, titled "What memory is DMA-able?")”h]”hX0Existing buffers aren’t usable for DMA without first being mapped into the DMA address space of the device. However, most buffers passed to your driver can safely be used with such DMA mapping. (See the first section of Documentation/core-api/dma-api-howto.rst, titled “What memory is DMA-able?â€)”…””}”(hjÃhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K[hj²hžhubhõ)”}”(hhh]”hú)”}”(hX«When you have the scatterlists which have been mapped for the USB controller, you could use the new ``usb_sg_*()`` calls, which would turn scatterlist into URBs:: int usb_sg_init(struct usb_sg_request *io, struct usb_device *dev, unsigned pipe, unsigned period, struct scatterlist *sg, int nents, size_t length, gfp_t mem_flags); void usb_sg_wait(struct usb_sg_request *io); void usb_sg_cancel(struct usb_sg_request *io); When the USB controller doesn't support DMA, the ``usb_sg_init()`` would try to submit URBs in PIO way as long as the page in scatterlists is not in the Highmem, which could be very rare in modern architectures.”h]”(h¸)”}”(hŒ¢When you have the scatterlists which have been mapped for the USB controller, you could use the new ``usb_sg_*()`` calls, which would turn scatterlist into URBs::”h]”(hŒdWhen you have the scatterlists which have been mapped for the USB controller, you could use the new ”…””}”(hjØhžhhŸNh Nubj8)”}”(hŒ``usb_sg_*()``”h]”hŒ usb_sg_*()”…””}”(hjàhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1j7hjØubhŒ/ calls, which would turn scatterlist into URBs:”…””}”(hjØhžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K`hjÔubjÔ)”}”(hXint usb_sg_init(struct usb_sg_request *io, struct usb_device *dev, unsigned pipe, unsigned period, struct scatterlist *sg, int nents, size_t length, gfp_t mem_flags); void usb_sg_wait(struct usb_sg_request *io); void usb_sg_cancel(struct usb_sg_request *io);”h]”hXint usb_sg_init(struct usb_sg_request *io, struct usb_device *dev, unsigned pipe, unsigned period, struct scatterlist *sg, int nents, size_t length, gfp_t mem_flags); void usb_sg_wait(struct usb_sg_request *io); void usb_sg_cancel(struct usb_sg_request *io);”…””}”hjøsbah}”(h]”h ]”h"]”h$]”h&]”jãjäuh1jÓhŸh¶h KdhjÔubh¸)”}”(hŒÓWhen the USB controller doesn't support DMA, the ``usb_sg_init()`` would try to submit URBs in PIO way as long as the page in scatterlists is not in the Highmem, which could be very rare in modern architectures.”h]”(hŒ3When the USB controller doesn’t support DMA, the ”…””}”(hjhžhhŸNh Nubj8)”}”(hŒ``usb_sg_init()``”h]”hŒ usb_sg_init()”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1j7hjubhŒ‘ would try to submit URBs in PIO way as long as the page in scatterlists is not in the Highmem, which could be very rare in modern architectures.”…””}”(hjhžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KlhjÔubeh}”(h]”h ]”h"]”h$]”h&]”uh1hùhjÑhžhhŸh¶h Nubah}”(h]”h ]”h"]”h$]”h&]”jujvuh1hôhŸh¶h K`hj²hžhubeh}”(h]”Œworking-with-existing-buffers”ah ]”h"]”Œworking with existing buffers”ah$]”h&]”uh1h¡hh£hžhhŸh¶h KYubeh}”(h]”Œusb-dma”ah ]”h"]”Œusb dma”ah$]”h&]”uh1h¡hhhžhhŸh¶h Kubeh}”(h]”h ]”h"]”h$]”h&]”Œsource”h¶uh1hŒcurrent_source”NŒ current_line”NŒsettings”Œdocutils.frontend”ŒValues”“”)”}”(h¦NŒ generator”NŒ datestamp”NŒ source_link”NŒ source_url”NŒ toc_backlinks”Œentry”Œfootnote_backlinks”KŒ sectnum_xform”KŒstrip_comments”NŒstrip_elements_with_classes”NŒ strip_classes”NŒ report_level”KŒ halt_level”KŒexit_status_level”KŒdebug”NŒwarning_stream”NŒ traceback”ˆŒinput_encoding”Œ utf-8-sig”Œinput_encoding_error_handler”Œstrict”Œoutput_encoding”Œutf-8”Œoutput_encoding_error_handler”jeŒerror_encoding”Œutf-8”Œerror_encoding_error_handler”Œbackslashreplace”Œ language_code”Œen”Œrecord_dependencies”NŒconfig”NŒ id_prefix”hŒauto_id_prefix”Œid”Œ dump_settings”NŒdump_internals”NŒdump_transforms”NŒdump_pseudo_xml”NŒexpose_internals”NŒstrict_visitor”NŒ_disable_config”NŒ_source”h¶Œ _destination”NŒ _config_files”]”Œ7/var/lib/git/docbuild/linux/Documentation/docutils.conf”aŒfile_insertion_enabled”ˆŒ raw_enabled”KŒline_length_limit”M'Œpep_references”NŒ pep_base_url”Œhttps://peps.python.org/”Œpep_file_url_template”Œpep-%04d”Œrfc_references”NŒ rfc_base_url”Œ&https://datatracker.ietf.org/doc/html/”Œ tab_width”KŒtrim_footnote_reference_space”‰Œsyntax_highlight”Œlong”Œ smart_quotes”ˆŒsmartquotes_locales”]”Œcharacter_level_inline_markup”‰Œdoctitle_xform”‰Œ docinfo_xform”KŒsectsubtitle_xform”‰Œ image_loading”Œlink”Œembed_stylesheet”‰Œcloak_email_addresses”ˆŒsection_self_link”‰Œenv”NubŒreporter”NŒindirect_targets”]”Œsubstitution_defs”}”Œsubstitution_names”}”Œrefnames”}”Œrefids”}”Œnameids”}”(j?j<j|jyj¯j¬j7j4uŒ nametypes”}”(j?‰j|‰j¯‰j7‰uh}”(j<h£jyhÇj¬jj4j²uŒ footnote_refs”}”Œ citation_refs”}”Œ autofootnotes”]”Œautofootnote_refs”]”Œsymbol_footnotes”]”Œsymbol_footnote_refs”]”Œ footnotes”]”Œ citations”]”Œautofootnote_start”KŒsymbol_footnote_start”KŒ id_counter”Œ collections”ŒCounter”“”}”…”R”Œparse_messages”]”Œtransform_messages”]”Œ transformer”NŒ include_log”]”Œ decoration”Nhžhub.