/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic79xx_reg_print.c_shipped | 24 ahd_intstat_print(u_int regvalue, u_int *cur_col, u_int wrap) 27 0x01, regvalue, cur_col, wrap)); 36 ahd_hs_mailbox_print(u_int regvalue, u_int *cur_col, u_int wrap) 39 0x0b, regvalue, cur_col, wrap)); 51 ahd_seqintstat_print(u_int regvalue, u_int *cur_col, u_int wrap) 54 0x0c, regvalue, cur_col, wrap)); 69 ahd_intctl_print(u_int regvalue, u_int *cur_col, u_int wrap) 72 0x18, regvalue, cur_col, wrap)); 90 ahd_dfcntrl_print(u_int regvalue, u_int *cur_col, u_int wrap) 93 0x19, regvalue, cur_col, wrap)); [all …]
|
D | aic7xxx_reg_print.c_shipped | 23 ahc_scsiseq_print(u_int regvalue, u_int *cur_col, u_int wrap) 26 0x00, regvalue, cur_col, wrap)); 40 ahc_sxfrctl0_print(u_int regvalue, u_int *cur_col, u_int wrap) 43 0x01, regvalue, cur_col, wrap)); 67 ahc_scsisigi_print(u_int regvalue, u_int *cur_col, u_int wrap) 70 0x03, regvalue, cur_col, wrap)); 83 ahc_scsirate_print(u_int regvalue, u_int *cur_col, u_int wrap) 86 0x04, regvalue, cur_col, wrap)); 102 ahc_sstat0_print(u_int regvalue, u_int *cur_col, u_int wrap) 105 0x0b, regvalue, cur_col, wrap)); [all …]
|
D | aic79xx_reg.h_shipped | 18 #define ahd_intstat_print(regvalue, cur_col, wrap) \ 19 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap) 25 #define ahd_hs_mailbox_print(regvalue, cur_col, wrap) \ 26 ahd_print_register(NULL, 0, "HS_MAILBOX", 0x0b, regvalue, cur_col, wrap) 32 #define ahd_seqintstat_print(regvalue, cur_col, wrap) \ 33 ahd_print_register(NULL, 0, "SEQINTSTAT", 0x0c, regvalue, cur_col, wrap) 39 #define ahd_intctl_print(regvalue, cur_col, wrap) \ 40 ahd_print_register(NULL, 0, "INTCTL", 0x18, regvalue, cur_col, wrap) 46 #define ahd_dfcntrl_print(regvalue, cur_col, wrap) \ 47 ahd_print_register(NULL, 0, "DFCNTRL", 0x19, regvalue, cur_col, wrap) [all …]
|
D | aic7xxx_reg.h_shipped | 18 #define ahc_scsiseq_print(regvalue, cur_col, wrap) \ 19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap) 25 #define ahc_sxfrctl0_print(regvalue, cur_col, wrap) \ 26 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap) 32 #define ahc_scsisigi_print(regvalue, cur_col, wrap) \ 33 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap) 39 #define ahc_scsirate_print(regvalue, cur_col, wrap) \ 40 ahc_print_register(NULL, 0, "SCSIRATE", 0x04, regvalue, cur_col, wrap) 46 #define ahc_sstat0_print(regvalue, cur_col, wrap) \ 47 ahc_print_register(NULL, 0, "SSTAT0", 0x0b, regvalue, cur_col, wrap) [all …]
|
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdns3-pci-wrap.c | 74 struct cdns3_wrap *wrap; in cdns3_pci_probe() local 100 wrap = pci_get_drvdata(func); in cdns3_pci_probe() 102 wrap = kzalloc(sizeof(*wrap), GFP_KERNEL); in cdns3_pci_probe() 103 if (!wrap) { in cdns3_pci_probe() 109 res = wrap->dev_res; in cdns3_pci_probe() 129 wrap->dev_res[RES_IRQ_HOST_ID].start = pdev->irq; in cdns3_pci_probe() 130 wrap->dev_res[RES_IRQ_HOST_ID].name = "host"; in cdns3_pci_probe() 131 wrap->dev_res[RES_IRQ_HOST_ID].flags = IORESOURCE_IRQ; in cdns3_pci_probe() 134 wrap->dev_res[RES_IRQ_PERIPHERAL_ID].start = pdev->irq; in cdns3_pci_probe() 135 wrap->dev_res[RES_IRQ_PERIPHERAL_ID].name = "peripheral"; in cdns3_pci_probe() [all …]
|
/linux-6.12.1/net/smc/ |
D | smc_cdc.h | 30 __be16 wrap; member 56 u16 wrap; member 95 curs->wrap++; in smc_curs_add() 153 if (old->wrap != new->wrap) in smc_curs_diff() 167 if (old->wrap > new->wrap || in smc_curs_comp() 168 (old->wrap == new->wrap && old->count > new->count)) in smc_curs_comp() 180 if (old->wrap < new->wrap) in smc_curs_diff_large() 183 (new->wrap - old->wrap - 1) * size, in smc_curs_diff_large() 186 if (old->wrap > new->wrap) /* wrap has switched from 0xffff to 0x0000 */ in smc_curs_diff_large() 189 (new->wrap + 0xffff - old->wrap) * size, in smc_curs_diff_large() [all …]
|
D | smc_diag.c | 116 .rx_prod.wrap = conn->local_rx_ctrl.prod.wrap, in __smc_diag_dump() 118 .rx_cons.wrap = conn->local_rx_ctrl.cons.wrap, in __smc_diag_dump() 121 .tx_prod.wrap = conn->local_tx_ctrl.prod.wrap, in __smc_diag_dump() 123 .tx_cons.wrap = conn->local_tx_ctrl.cons.wrap, in __smc_diag_dump() 134 .tx_prep.wrap = conn->tx_curs_prep.wrap, in __smc_diag_dump() 136 .tx_sent.wrap = conn->tx_curs_sent.wrap, in __smc_diag_dump() 138 .tx_fin.wrap = conn->tx_curs_fin.wrap, in __smc_diag_dump()
|
/linux-6.12.1/tools/testing/cxl/ |
D | Kbuild | 2 ldflags-y += --wrap=acpi_table_parse_cedt 3 ldflags-y += --wrap=is_acpi_device_node 4 ldflags-y += --wrap=acpi_evaluate_integer 5 ldflags-y += --wrap=acpi_pci_find_root 6 ldflags-y += --wrap=nvdimm_bus_register 7 ldflags-y += --wrap=devm_cxl_port_enumerate_dports 8 ldflags-y += --wrap=devm_cxl_setup_hdm 9 ldflags-y += --wrap=devm_cxl_add_passthrough_decoder 10 ldflags-y += --wrap=devm_cxl_enumerate_decoders 11 ldflags-y += --wrap=cxl_await_media_ready [all …]
|
/linux-6.12.1/tools/testing/nvdimm/ |
D | Kbuild | 2 ldflags-y += --wrap=ioremap_wc 3 ldflags-y += --wrap=memremap 4 ldflags-y += --wrap=devm_ioremap 5 ldflags-y += --wrap=devm_memremap 6 ldflags-y += --wrap=devm_memunmap 7 ldflags-y += --wrap=ioremap 8 ldflags-y += --wrap=iounmap 9 ldflags-y += --wrap=memunmap 10 ldflags-y += --wrap=__devm_request_region 11 ldflags-y += --wrap=__devm_release_region [all …]
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 28 * o pbuf can wrap only at a block boundary 60 * 2. We cannot wrap except on a block boundary. in pio_copy() 76 * If the wrap comes before or matches the data end, in pio_copy() 77 * copy until until the wrap, then wrap. in pio_copy() 81 * and nothing will get written, but we will wrap in in pio_copy() 95 /* write 8-byte non-SOP, non-wrap chunk data */ in pio_copy() 102 /* at this point we have wrapped if we are going to wrap */ in pio_copy() 115 * as we only wrap on a block boundary in pio_copy() 291 * 2. We cannot wrap except on a block boundary. in seg_pio_copy_start() 307 * If the wrap comes before or matches the data end, in seg_pio_copy_start() [all …]
|
/linux-6.12.1/lib/ |
D | string_kunit.c | 535 } wrap; in string_test_strtomem() local 537 memset(&wrap, 0xFF, sizeof(wrap)); in string_test_strtomem() 538 KUNIT_EXPECT_EQ_MSG(test, wrap.canary1, ULONG_MAX, in string_test_strtomem() 540 KUNIT_EXPECT_EQ_MSG(test, wrap.canary2, ULONG_MAX, in string_test_strtomem() 544 strtomem(wrap.output, input); in string_test_strtomem() 545 KUNIT_EXPECT_EQ(test, wrap.canary1, ULONG_MAX); in string_test_strtomem() 546 KUNIT_EXPECT_EQ(test, wrap.output[0], input[0]); in string_test_strtomem() 547 KUNIT_EXPECT_EQ(test, wrap.output[1], input[1]); in string_test_strtomem() 548 for (size_t i = 2; i < sizeof(wrap.output); i++) in string_test_strtomem() 549 KUNIT_EXPECT_EQ(test, wrap.output[i], 0xFF); in string_test_strtomem() [all …]
|
D | cpumask.c | 15 * @wrap: assume @n crossing @start terminates the iteration 19 * Note: the @wrap argument is required for the start condition when 22 unsigned int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap) in cpumask_next_wrap() argument 29 if (wrap && n < start && next >= start) { in cpumask_next_wrap() 33 wrap = true; in cpumask_next_wrap() 147 /* Wrap: we always want a cpu. */ in cpumask_local_spread()
|
D | sbitmap.c | 64 unsigned int depth, unsigned int alloc_hint, bool wrap) in sbitmap_deferred_clear() argument 79 * to take wrap & alloc_hint into account, otherwise a in sbitmap_deferred_clear() 82 if (!wrap && alloc_hint) in sbitmap_deferred_clear() 159 unsigned int hint, bool wrap) in __sbitmap_get_word() argument 163 /* don't wrap if starting from 0 */ in __sbitmap_get_word() 164 wrap = wrap && hint; in __sbitmap_get_word() 174 if (hint && wrap) { in __sbitmap_get_word() 195 bool wrap) in sbitmap_find_bit_in_word() argument 201 alloc_hint, wrap); in sbitmap_find_bit_in_word() 204 if (!sbitmap_deferred_clear(map, depth, alloc_hint, wrap)) in sbitmap_find_bit_in_word() [all …]
|
D | Kconfig.ubsan | 120 bool "Perform checking for signed arithmetic wrap-around" 128 for wrap-around of any arithmetic operations with signed integers. 131 arithmetic undefined behavior into wrap-around arithmetic. Future 132 sanitizer versions will allow for wrap-around checking (rather than
|
/linux-6.12.1/drivers/leds/ |
D | leds-wrap.c | 3 * LEDs driver for PCEngines WRAP 19 #define DRVNAME "wrap-led" 54 .name = "wrap::power", 61 .name = "wrap::error", 67 .name = "wrap::extra", 128 MODULE_DESCRIPTION("PCEngines WRAP LED driver");
|
/linux-6.12.1/drivers/hid/ |
D | hid-bigbenff.c | 37 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 39 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position) 47 * 0x81, 0x42, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,Null State) 50 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position) 59 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 74 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 77 …* 0xB1, 0x02, // Feature (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,… 79 …* 0x91, 0x02, // Output (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,N… 88 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 126 0x81, 0x02, /* Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | mediatek,mt8188-clock.yaml | 38 - mediatek,mt8188-imp-iic-wrap-c 39 - mediatek,mt8188-imp-iic-wrap-en 40 - mediatek,mt8188-imp-iic-wrap-w 65 compatible = "mediatek,mt8188-imp-iic-wrap-c";
|
/linux-6.12.1/include/linux/ |
D | overflow.h | 62 * Returns true on wrap-around, false otherwise. 65 * wrap-around occurred. 77 * tripping any wrap-around sanitizers that may be enabled. 91 * Increments @var by @offset with wrap-around. Returns the resulting 92 * value of @var. Will not trip any wrap-around sanitizers. 108 * Returns true on wrap-around, false otherwise. 111 * wrap-around occurred. 123 * tripping any wrap-around sanitizers that may be enabled. 137 * Decrements @var by @offset with wrap-around. Returns the resulting 138 * value of @var. Will not trip any wrap-around sanitizers. [all …]
|
/linux-6.12.1/arch/arm64/kernel/ |
D | Makefile | 71 obj-y += vdso-wrap.o 72 obj-$(CONFIG_COMPAT_VDSO) += vdso32-wrap.o 74 # Force dependency (vdso*-wrap.S includes vdso.so through incbin) 75 $(obj)/vdso-wrap.o: $(obj)/vdso/vdso.so 76 $(obj)/vdso32-wrap.o: $(obj)/vdso32/vdso.so
|
/linux-6.12.1/arch/powerpc/boot/ |
D | Makefile | 272 quiet_cmd_wrap = WRAP $@ 385 $(call if_changed,wrap,$*,,,$(obj)/ramdisk.image.gz) 388 $(call if_changed,wrap,$(subst $(obj)/zImage.,,$@)) 392 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 395 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb) 403 $(call if_changed,wrap,uboot) 406 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 409 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb) 412 $(call if_changed,wrap,cuboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 415 $(call if_changed,wrap,cuboot-$*,,$(obj)/dts/$*.dtb) [all …]
|
/linux-6.12.1/drivers/clk/mediatek/ |
D | clk-mt8188-imp_iic_wrap.c | 65 { .compatible = "mediatek,mt8188-imp-iic-wrap-c", .data = &imp_iic_wrap_c_desc }, 66 { .compatible = "mediatek,mt8188-imp-iic-wrap-w", .data = &imp_iic_wrap_w_desc }, 67 { .compatible = "mediatek,mt8188-imp-iic-wrap-en", .data = &imp_iic_wrap_en_desc },
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | nxp,imx-mipi-csi2.yaml | 52 - const: wrap 67 description: The desired external clock ("wrap") frequency, in Hz 149 clock-names = "pclk", "wrap", "phy"; 193 clock-names = "pclk", "wrap", "phy", "axi";
|
/linux-6.12.1/fs/nilfs2/ |
D | alloc.c | 380 * @wrap: whether to wrap around 385 spinlock_t *lock, bool wrap) in nilfs_palloc_find_available_slot() argument 401 if (!wrap) in nilfs_palloc_find_available_slot() 404 /* wrap around */ in nilfs_palloc_find_available_slot() 501 * @wrap: whether to wrap around 504 struct nilfs_palloc_req *req, bool wrap) in nilfs_palloc_prepare_alloc_entry() argument 523 if (group >= ngroups && wrap) { in nilfs_palloc_prepare_alloc_entry() 524 /* wrap around */ in nilfs_palloc_prepare_alloc_entry() 558 wrap); in nilfs_palloc_prepare_alloc_entry() 562 * beginning, the wrap flag only has an effect on the in nilfs_palloc_prepare_alloc_entry()
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-trbe.c | 43 * we hit a "WRAP" event. 266 * Mark the buffer to indicate that there was a WRAP event by in trbe_report_wrap_event() 270 * lost between the time the WRAP was detected and the IRQ in trbe_report_wrap_event() 305 * wrapped around again to the base pointer. This is called a TRBE wrap event, which 306 * generates a maintenance interrupt when operated in WRAP or FILL mode. This driver 307 * uses FILL mode, where the TRBE stops the trace collection at wrap event. The IRQ 311 * Wrap around with an IRQ 463 * the end of the buffer, neither an wrap around nor an IRQ is expected in __trbe_normal_offset() 476 * end of the buffer, it will just wrap around with an IRQ giving an in __trbe_normal_offset() 489 * reaches the end of the buffer, it will just wrap around with an IRQ in __trbe_normal_offset() [all …]
|
/linux-6.12.1/fs/ecryptfs/ |
D | Kconfig | 18 bool "Enable notifications for userspace key wrap/unwrap" 22 for userspace to wrap/unwrap file encryption keys by other
|