Home
last modified time | relevance | path

Searched full:dat (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/linux-6.12.1/fs/nilfs2/
Ddat.c17 #include "dat.h"
24 * struct nilfs_dat_info - on-memory private data of DAT file
26 * @palloc_cache: persistent object allocator cache of DAT file
27 * @shadow: shadow map of DAT file
35 static inline struct nilfs_dat_info *NILFS_DAT_I(struct inode *dat) in NILFS_DAT_I() argument
37 return (struct nilfs_dat_info *)NILFS_MDT(dat); in NILFS_DAT_I()
40 static int nilfs_dat_prepare_entry(struct inode *dat, in nilfs_dat_prepare_entry() argument
45 ret = nilfs_palloc_get_entry_block(dat, req->pr_entry_nr, in nilfs_dat_prepare_entry()
48 nilfs_err(dat->i_sb, in nilfs_dat_prepare_entry()
49 "DAT doesn't have a block to manage vblocknr = %llu", in nilfs_dat_prepare_entry()
[all …]
Ddirect.c15 #include "dat.h"
54 struct inode *dat = NULL; in nilfs_direct_lookup_contig() local
66 dat = nilfs_bmap_get_dat(direct); in nilfs_direct_lookup_contig()
67 ret = nilfs_dat_translate(dat, ptr, &blocknr); in nilfs_direct_lookup_contig()
79 if (dat) { in nilfs_direct_lookup_contig()
80 ret = nilfs_dat_translate(dat, ptr2, &blocknr); in nilfs_direct_lookup_contig()
114 struct inode *dat = NULL; in nilfs_direct_insert() local
125 dat = nilfs_bmap_get_dat(bmap); in nilfs_direct_insert()
127 ret = nilfs_bmap_prepare_alloc_ptr(bmap, &req, dat); in nilfs_direct_insert()
133 nilfs_bmap_commit_alloc_ptr(bmap, &req, dat); in nilfs_direct_insert()
[all …]
Dbmap.h18 #include "dat.h"
192 struct inode *dat) in nilfs_bmap_prepare_alloc_ptr() argument
194 if (dat) in nilfs_bmap_prepare_alloc_ptr()
195 return nilfs_dat_prepare_alloc(dat, &req->bpr_req); in nilfs_bmap_prepare_alloc_ptr()
203 struct inode *dat) in nilfs_bmap_commit_alloc_ptr() argument
205 if (dat) in nilfs_bmap_commit_alloc_ptr()
206 nilfs_dat_commit_alloc(dat, &req->bpr_req); in nilfs_bmap_commit_alloc_ptr()
211 struct inode *dat) in nilfs_bmap_abort_alloc_ptr() argument
213 if (dat) in nilfs_bmap_abort_alloc_ptr()
214 nilfs_dat_abort_alloc(dat, &req->bpr_req); in nilfs_bmap_abort_alloc_ptr()
[all …]
Dbtree.c19 #include "dat.h"
709 struct inode *dat = NULL; in nilfs_btree_lookup_contig() local
725 dat = nilfs_bmap_get_dat(btree); in nilfs_btree_lookup_contig()
726 ret = nilfs_dat_translate(dat, ptr, &blocknr); in nilfs_btree_lookup_contig()
744 if (dat) { in nilfs_btree_lookup_contig()
745 ret = nilfs_dat_translate(dat, ptr2, &blocknr); in nilfs_btree_lookup_contig()
1071 struct inode *dat = NULL; in nilfs_btree_prepare_insert() local
1080 dat = nilfs_bmap_get_dat(btree); in nilfs_btree_prepare_insert()
1083 ret = nilfs_bmap_prepare_alloc_ptr(btree, &path[level].bp_newreq, dat); in nilfs_btree_prepare_insert()
1142 &path[level].bp_newreq, dat); in nilfs_btree_prepare_insert()
[all …]
/linux-6.12.1/tools/perf/arch/x86/tests/
Dinsn-x86.c22 #include "insn-x86-dat-32.c"
29 #include "insn-x86-dat-64.c"
100 static int test_data_item(const struct test_data *dat, int x86_64) in test_data_item() argument
106 ret = insn_decode(&insn, dat->data, MAX_INSN_SIZE, in test_data_item()
109 pr_debug("Failed to decode: %s\n", dat->asm_rep); in test_data_item()
113 if (insn.length != dat->expected_length) { in test_data_item()
115 insn.length, dat->expected_length, dat->asm_rep); in test_data_item()
119 op = get_op(dat->expected_op_str); in test_data_item()
120 branch = get_branch(dat->expected_branch_str); in test_data_item()
122 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item()
[all …]
Dgen-insn-x86-dat.sh3 # gen-insn-x86-dat: generate data for the insn-x86 test
18 echo "Compiling insn-x86-dat-src.c to 64-bit object"
20 gcc -g -c insn-x86-dat-src.c
22 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c
24 rm -f insn-x86-dat-src.o
26 echo "Compiling insn-x86-dat-src.c to 32-bit object"
28 gcc -g -c -m32 insn-x86-dat-src.c
30 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c
32 rm -f insn-x86-dat-src.o
/linux-6.12.1/tools/power/acpi/man/
Dacpidump.874 Acpi table [DSDT] - 15974 bytes written to DSDT.dat
75 Acpi table [FACS] - 64 bytes written to FACS.dat
76 Acpi table [FACP] - 116 bytes written to FACP.dat
77 Acpi table [APIC] - 120 bytes written to APIC.dat
78 Acpi table [MCFG] - 60 bytes written to MCFG.dat
79 Acpi table [SSDT] - 444 bytes written to SSDT1.dat
80 Acpi table [SSDT] - 439 bytes written to SSDT2.dat
81 Acpi table [SSDT] - 439 bytes written to SSDT3.dat
82 Acpi table [SSDT] - 439 bytes written to SSDT4.dat
83 Acpi table [SSDT] - 439 bytes written to SSDT5.dat
[all …]
/linux-6.12.1/drivers/media/usb/cx231xx/
Dcx231xx-dif.h22 /* BEGIN - DIF BPF register values from 30_quant.dat*/
42 /* END - DIF BPF register values from 30_quant.dat*/
46 /* BEGIN - DIF BPF register values from 31_quant.dat*/
66 /* END - DIF BPF register values from 31_quant.dat*/
70 /* BEGIN - DIF BPF register values from 32_quant.dat*/
90 /* END - DIF BPF register values from 32_quant.dat*/
94 /* BEGIN - DIF BPF register values from 33_quant.dat*/
114 /* END - DIF BPF register values from 33_quant.dat*/
118 /* BEGIN - DIF BPF register values from 34_quant.dat*/
138 /* END - DIF BPF register values from 34_quant.dat*/
[all …]
/linux-6.12.1/net/can/j1939/
Dtransport.c441 static inline pgn_t j1939_xtp_ctl_to_pgn(const u8 *dat) in j1939_xtp_ctl_to_pgn() argument
445 pgn = (dat[7] << 16) | (dat[6] << 8) | (dat[5] << 0); in j1939_xtp_ctl_to_pgn()
451 static inline unsigned int j1939_tp_ctl_to_size(const u8 *dat) in j1939_tp_ctl_to_size() argument
453 return (dat[2] << 8) + (dat[1] << 0); in j1939_tp_ctl_to_size()
456 static inline unsigned int j1939_etp_ctl_to_packet(const u8 *dat) in j1939_etp_ctl_to_packet() argument
458 return (dat[4] << 16) | (dat[3] << 8) | (dat[2] << 0); in j1939_etp_ctl_to_packet()
461 static inline unsigned int j1939_etp_ctl_to_size(const u8 *dat) in j1939_etp_ctl_to_size() argument
463 return (dat[4] << 24) | (dat[3] << 16) | in j1939_etp_ctl_to_size()
464 (dat[2] << 8) | (dat[1] << 0); in j1939_etp_ctl_to_size()
632 const u8 *dat, int len) in j1939_tp_tx_dat() argument
[all …]
/linux-6.12.1/drivers/video/fbdev/core/
Dcfbfillrect.c150 unsigned long val = pat, dat; in bitfill_aligned_rev() local
163 dat = FB_READL(dst); in bitfill_aligned_rev()
164 FB_WRITEL(comp(dat ^ val, dat, first), dst); in bitfill_aligned_rev()
169 dat = FB_READL(dst); in bitfill_aligned_rev()
170 FB_WRITEL(comp(dat ^ val, dat, first), dst); in bitfill_aligned_rev()
202 dat = FB_READL(dst); in bitfill_aligned_rev()
203 FB_WRITEL(comp(dat ^ val, dat, last), dst); in bitfill_aligned_rev()
221 unsigned long first, last, dat; in bitfill_unaligned_rev() local
233 dat = FB_READL(dst); in bitfill_unaligned_rev()
234 FB_WRITEL(comp(dat ^ pat, dat, first), dst); in bitfill_unaligned_rev()
[all …]
/linux-6.12.1/net/batman-adv/
Ddistributed-arp-table.c99 * batadv_dat_start_timer() - initialise the DAT periodic worker
104 queue_delayed_work(batadv_event_workqueue, &bat_priv->dat.work, in batadv_dat_start_timer()
148 * __batadv_dat_purge() - delete entries from the DAT local storage
155 * Loops over each entry in the DAT local storage and deletes it if and only if
167 if (!bat_priv->dat.hash) in __batadv_dat_purge()
170 for (i = 0; i < bat_priv->dat.hash->size; i++) { in __batadv_dat_purge()
171 head = &bat_priv->dat.hash->table[i]; in __batadv_dat_purge()
172 list_lock = &bat_priv->dat.hash->list_locks[i]; in __batadv_dat_purge()
192 * DAT hash table
203 bat_priv = container_of(priv_dat, struct batadv_priv, dat); in batadv_dat_purge()
[all …]
Ddistributed-arp-table.h45 * batadv_dat_init_orig_node_addr() - assign a DAT address to the orig_node
46 * @orig_node: the node to assign the DAT address to
58 * batadv_dat_init_own_addr() - assign a DAT address to the node itself
71 bat_priv->dat.addr = (batadv_dat_addr_t)addr; in batadv_dat_init_own_addr()
79 * batadv_dat_inc_counter() - increment the correct DAT packet counter
83 * Updates the ethtool statistics for the received packet if it is a DAT subtype
/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr_hwdep.c355 [0] = { "xlxint.dat", "xlxc882hr.dat", in pcxhr_setup_firmware()
357 [1] = { "xlxint.dat", "xlxc882e.dat", in pcxhr_setup_firmware()
359 [2] = { "xlxint.dat", "xlxc1222hr.dat", in pcxhr_setup_firmware()
361 [3] = { "xlxint.dat", "xlxc1222e.dat", in pcxhr_setup_firmware()
363 [4] = { NULL, "xlxc222.dat", in pcxhr_setup_firmware()
365 [5] = { NULL, "xlxc924.dat", in pcxhr_setup_firmware()
394 MODULE_FIRMWARE("pcxhr/xlxint.dat");
395 MODULE_FIRMWARE("pcxhr/xlxc882hr.dat");
396 MODULE_FIRMWARE("pcxhr/xlxc882e.dat");
402 MODULE_FIRMWARE("pcxhr/xlxc1222hr.dat");
[all …]
/linux-6.12.1/drivers/usb/serial/
Dkeyspan_usa28msg.h52 RQSTACK PAR DAT PAR DAT ...
59 RQSTACK DAT DAT DAT ...
66 DAT PAR DAT PAR DAT PAR ...
72 DAT DAT DAT ...
/linux-6.12.1/tools/build/feature/
Dtest-libcrypto.c10 unsigned char dat[] = "12345"; in main() local
18 EVP_DigestUpdate(mdctx, &dat[0], sizeof(dat)); in main()
22 SHA1(&dat[0], sizeof(dat), &md[0]); in main()
/linux-6.12.1/drivers/staging/iio/impedance-analyzer/
Dad5933.c156 unsigned char dat = st->ctrl_hb | cmd; in ad5933_cmd() local
159 AD5933_REG_CONTROL_HB, 1, &dat); in ad5933_cmd()
164 unsigned char dat = st->ctrl_lb | AD5933_CTRL_RESET; in ad5933_reset() local
167 AD5933_REG_CONTROL_LB, 1, &dat); in ad5933_reset()
195 } dat; in ad5933_set_freq() local
211 dat.d32 = cpu_to_be32(freqreg); in ad5933_set_freq()
212 return ad5933_i2c_write(st->client, reg, 3, &dat.d8[1]); in ad5933_set_freq()
217 __be16 dat; in ad5933_setup() local
233 dat = cpu_to_be16(st->settling_cycles); in ad5933_setup()
237 2, (u8 *)&dat); in ad5933_setup()
[all …]
/linux-6.12.1/arch/arm/mach-s3c/
Dgpio-samsung.c269 unsigned long dat; in samsung_gpiolib_2bit_output() local
274 dat = __raw_readl(base + 0x04); in samsung_gpiolib_2bit_output()
275 dat &= ~(1 << offset); in samsung_gpiolib_2bit_output()
277 dat |= 1 << offset; in samsung_gpiolib_2bit_output()
278 __raw_writel(dat, base + 0x04); in samsung_gpiolib_2bit_output()
285 __raw_writel(dat, base + 0x04); in samsung_gpiolib_2bit_output()
332 unsigned long dat; in samsung_gpiolib_4bit_output() local
338 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit_output()
341 dat |= 1 << offset; in samsung_gpiolib_4bit_output()
343 dat &= ~(1 << offset); in samsung_gpiolib_4bit_output()
[all …]
Dpm-gpio.c55 S3C_PMDBG("%s: CON %08x => %08x, DAT %08x => %08x\n", in samsung_gpio_pm_1bit_resume()
99 * from the order that the CON and DAT registers are set in.
106 * { IN => OUT } Change DAT first
111 * { SFN => OUT } Change DAT first, so new data will not glitch [1]
117 * [1] this assumes that writing to a pin DAT whilst in SFN will set the
135 * their CON value changed before their DAT value, so that in samsung_gpio_pm_2bit_resume()
177 /* Now change any items that require DAT,CON */ in samsung_gpio_pm_2bit_resume()
182 S3C_PMDBG("%s: CON %08x => %08x, DAT %08x => %08x\n", in samsung_gpio_pm_2bit_resume()
274 /* Now change the configurations that require DAT,CON */ in samsung_gpio_pm_4bit_resume()
285 S3C_PMDBG("%s: CON4 %08x,%08x => %08x,%08x, DAT %08x => %08x\n", in samsung_gpio_pm_4bit_resume()
[all …]
/linux-6.12.1/drivers/net/ethernet/freescale/fs_enet/
Dmii-bitbang.c30 u32 __iomem *dat; member
71 return bb_read(bitbang->dat, bitbang->mdio_msk); in mdio_read()
79 bb_set(bitbang->dat, bitbang->mdio_msk); in mdio()
81 bb_clr(bitbang->dat, bitbang->mdio_msk); in mdio()
84 in_be32(bitbang->dat); in mdio()
92 bb_set(bitbang->dat, bitbang->mdc_msk); in mdc()
94 bb_clr(bitbang->dat, bitbang->mdc_msk); in mdc()
97 in_be32(bitbang->dat); in mdc()
142 bitbang->dat = bitbang->dir + 4; in fs_mii_bitbang_init()
/linux-6.12.1/drivers/gpio/
Dgpio-clps711x.c16 void __iomem *dat, *dir; in clps711x_gpio_probe() local
31 dat = devm_platform_ioremap_resource(pdev, 0); in clps711x_gpio_probe()
32 if (IS_ERR(dat)) in clps711x_gpio_probe()
33 return PTR_ERR(dat); in clps711x_gpio_probe()
42 err = bgpio_init(gc, &pdev->dev, 1, dat, NULL, NULL, in clps711x_gpio_probe()
46 err = bgpio_init(gc, &pdev->dev, 1, dat, NULL, NULL, in clps711x_gpio_probe()
/linux-6.12.1/drivers/i2c/busses/
Di2c-cbus-gpio.c41 struct gpio_desc *dat; member
52 gpiod_set_value(host->dat, bit ? 1 : 0); in cbus_send_bit()
80 ret = gpiod_get_value(host->dat); in cbus_receive_bit()
126 /* Set the DAT pin to output */ in cbus_transfer()
127 gpiod_direction_output(host->dat, 1); in cbus_transfer()
142 ret = gpiod_direction_input(host->dat); in cbus_transfer()
229 chost->dat = devm_gpiod_get_index(&pdev->dev, NULL, 1, GPIOD_IN); in cbus_i2c_probe()
230 if (IS_ERR(chost->dat)) in cbus_i2c_probe()
231 return PTR_ERR(chost->dat); in cbus_i2c_probe()
236 gpiod_set_consumer_name(chost->dat, "CBUS dat"); in cbus_i2c_probe()
/linux-6.12.1/arch/arm/mach-omap1/
Dboard-sx1-mmc.c24 u8 dat = 0; in mmc_set_power() local
26 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat); in mmc_set_power()
31 dat |= SOFIA_MMC_POWER; in mmc_set_power()
33 dat &= ~SOFIA_MMC_POWER; in mmc_set_power()
35 return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, dat); in mmc_set_power()
/linux-6.12.1/Documentation/devicetree/bindings/mmc/
Darm,pl18x.yaml112 DAT[0].
117 DAT[2].
122 DAT[3] and DAT[1].
127 DAT[7] and DAT[4].
142 pins CMD, DAT[0], DAT[1], DAT[2] and DAT[3].
/linux-6.12.1/arch/s390/include/asm/
Ddat-bits.h3 * DAT table and related structures
40 unsigned long p : 1; /* DAT-Protection Bit */
55 unsigned long p : 1; /* DAT-Protection Bit */
69 unsigned long p : 1; /* DAT-Protection Bit */
85 unsigned long p : 1; /* DAT-Protection Bit */
112 unsigned long p : 1; /* DAT-Protection Bit */
127 unsigned long p : 1; /* DAT-Protection Bit */
157 unsigned long p : 1; /* DAT-Protection Bit */
/linux-6.12.1/drivers/i3c/master/
Ddw-i3c-master.h55 * (DAT)
59 * implies a specific DAT entry) can only happen while interrupts are
83 * Initialise a DAT entry to enable/disable IBIs. Allows the platform
84 * to perform any device workarounds on the DAT entry before
87 * Called with the DAT lock held; must not sleep.

12345678910>>...13