/Linux-v4.19/tools/lib/traceevent/ |
D | kbuffer-parse.c | 277 unsigned long long extend; in old_update_pointers() local 298 extend = read_4(kbuf, ptr); in old_update_pointers() 299 extend <<= TS_SHIFT; in old_update_pointers() 300 extend += delta; in old_update_pointers() 301 delta = extend; in old_update_pointers() 348 unsigned long long extend; in translate_data() local 364 extend = read_4(kbuf, data); in translate_data() 366 extend <<= TS_SHIFT; in translate_data() 367 extend += *delta; in translate_data() 368 *delta = extend; in translate_data()
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-space-map.h | 24 int (*extend)(struct dm_space_map *sm, dm_block_t extra_blocks); member 84 return sm->extend(sm, extra_blocks); in dm_sm_extend()
|
D | dm-space-map-metadata.c | 550 .extend = sm_metadata_extend, 677 .extend = sm_bootstrap_extend,
|
D | dm-space-map-disk.c | 239 .extend = sm_disk_extend,
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dv-timings.rst | 13 extend the API to select the video timings for these interfaces. Since 14 it is not possible to extend the :ref:`v4l2_std_id <v4l2-std-id>`
|
D | selection-api-vs-crop-api.rst | 34 way to extend their functionality. The new struct
|
/Linux-v4.19/scripts/ |
D | checkkconfigsymbols.py | 285 defined.extend(res[0]) 347 defined_symbols.extend(res[0]) 422 defined_symbols.extend(defined) 465 symbols.extend(get_symbols_in_line(line))
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | isp.S | 1225 mov.w %d0,%a0 # sign extend displacement 1237 mov.w %d0,%a0 # sign extend displacement 1249 mov.w %d0,%a0 # sign extend displacement 1261 mov.w %d0,%a0 # sign extend displacement 1273 mov.w %d0,%a0 # sign extend displacement 1285 mov.w %d0,%a0 # sign extend displacement 1297 mov.w %d0,%a0 # sign extend displacement 1309 mov.w %d0,%a0 # sign extend displacement 1354 ext.l %d1 # sign extend word index 1362 extb.l %d0 # sign extend displacement [all …]
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | binstr.S | 100 addxw %d6,%d1 |add in extend from mul by 2 106 addxl %d4,%d2 |add with extend upper 32 bits 108 addxw %d6,%d1 |add in extend from add to d1
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | tdc_helper.py | 27 ucat.extend(get_unique_item(t['category']))
|
/Linux-v4.19/drivers/bcma/ |
D | driver_pci.c | 285 static void bcma_core_pci_extend_L1timer(struct bcma_drv_pci *pc, bool extend) in bcma_core_pci_extend_L1timer() argument 290 if (extend) in bcma_core_pci_extend_L1timer()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | hal8188e_rate_adaptive.c | 98 u8 extend in odm_SetTxRPTTiming_8188E() argument 107 if (extend == 0) { /* back to default timing */ in odm_SetTxRPTTiming_8188E() 109 } else if (extend == 1) {/* increase the timing */ in odm_SetTxRPTTiming_8188E() 113 } else if (extend == 2) {/* decrease the timing */ in odm_SetTxRPTTiming_8188E()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | dma.h | 63 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
|
/Linux-v4.19/arch/sh/drivers/dma/ |
D | dma-api.c | 305 if (info->ops->extend) in dma_extend() 306 return info->ops->extend(channel, op, param); in dma_extend()
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | bigalloc.rst | 18 even for directories. TaoBao had a patchset to extend the “use units of
|
/Linux-v4.19/Documentation/accounting/ |
D | cgroupstats.txt | 8 extend per cgroup statistics, by adding members to the cgroupstats
|
/Linux-v4.19/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
D | strchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend the search character
|
D | ev6-csum_ipv6_magic.S | 71 zapnot $20,15,$20 # U : zero extend incoming csum
|
D | strrchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend our test character
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | renesas,bsc.txt | 15 The bindings for the BSC extend the bindings for "simple-pm-bus".
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | index.rst | 21 Linux capabilities system. Most LSMs choose to extend the capabilities
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/ |
D | TODO | 15 firmware protocols including VCHI. We'll want to extend this driver
|
/Linux-v4.19/Documentation/sound/soc/ |
D | machine.rst | 88 The machine driver can optionally extend the codec power map and to become an
|
/Linux-v4.19/Documentation/admin-guide/ |
D | init.rst | 41 Please extend this explanation whenever you find new failure causes
|