/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds2423 | 38 …2 00 00 00 00 00 00 00 6d 38 00 ff ff 00 00 fe ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff … 39 …2 00 00 00 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff … 40 …9 c6 5d 18 00 00 00 00 04 37 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff … 41 …05 00 00 00 00 00 00 00 8d 39 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff… 44 …2 00 00 00 00 00 00 00 6d 38 00 ff ff 00 00 fe ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff … 45 …2 00 00 22 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff … 46 …1 61 5d 19 00 00 00 00 df 0b 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff … 47 …05 00 00 20 00 00 00 00 8d 39 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff…
|
/linux-4.1.27/drivers/input/ |
D | ff-core.c | 36 static int check_effect_access(struct ff_device *ff, int effect_id, in check_effect_access() argument 39 if (effect_id < 0 || effect_id >= ff->max_effects || in check_effect_access() 40 !ff->effect_owners[effect_id]) in check_effect_access() 43 if (file && ff->effect_owners[effect_id] != file) in check_effect_access() 63 static int compat_effect(struct ff_device *ff, struct ff_effect *effect) in compat_effect() argument 69 if (!test_bit(FF_PERIODIC, ff->ffbit)) in compat_effect() 107 struct ff_device *ff = dev->ff; in input_ff_upload() local 129 if (!test_bit(effect->type, ff->ffbit)) { in input_ff_upload() 130 ret = compat_effect(ff, effect); in input_ff_upload() 135 mutex_lock(&ff->mutex); in input_ff_upload() [all …]
|
D | ff-memless.c | 210 static int get_compatible_type(struct ff_device *ff, int effect_type) in get_compatible_type() argument 213 if (test_bit(effect_type, ff->ffbit)) in get_compatible_type() 216 if (effect_type == FF_PERIODIC && test_bit(FF_RUMBLE, ff->ffbit)) in get_compatible_type() 367 effect_type = get_compatible_type(ml->dev->ff, effect->type); in ml_get_combo_effect() 418 struct ml_device *ml = dev->ff->private; in ml_effect_timer() 433 struct ml_device *ml = dev->ff->private; in ml_ff_set_gain() 449 struct ml_device *ml = dev->ff->private; in ml_ff_playback() 480 struct ml_device *ml = dev->ff->private; in ml_ff_upload() 500 static void ml_ff_destroy(struct ff_device *ff) in ml_ff_destroy() argument 502 struct ml_device *ml = ff->private; in ml_ff_destroy() [all …]
|
D | Makefile | 8 input-core-y := input.o input-compat.o input-mt.o ff-core.o 10 obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
|
D | Kconfig | 39 module will be called ff-memless.
|
D | input.c | 1480 INPUT_DEV_CAP_ATTR(FF, ff); 2021 INPUT_CLEANSE_BITMASK(dev, FF, ff); in input_cleanse_bitmasks()
|
D | evdev.c | 906 dev->ff->max_effects : 0; in evdev_do_ioctl()
|
/linux-4.1.27/Documentation/fmc/ |
D | parameters.txt | 37 [ 6626.387308] 1800: 70 6c 61 63 65 68 6f 6c 64 65 72 ff ff ff ff ff 38 [ 6626.394259] 1810: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 46 spec 0000:02:00.0: SDB: 0000ce42:ff07fc47 WR-Periph-Syscon (00000000-000000ff) 50 0010: 00 00 00 00 00 00 01 ff 00 00 00 00 00 00 06 51 54 0050: 00 00 00 00 00 00 00 ff 00 00 00 00 00 00 ce 42 55 0060: ff 07 fc 47 00 00 00 01 20 12 03 05 57 52 2d 50
|
D | fmc-chardev.txt | 61 000010 00 00 00 00 ff 01 00 00 00 00 00 00 51 06 00 00 >............Q...<
|
D | identifiers.txt | 155 46696c6544617461:2e202020 00000100-000018ff . 157 46696c6544617461:66642d63 00001800-000018ff fd-calib
|
/linux-4.1.27/drivers/fmc/ |
D | fmc-fakedev.c | 141 struct ff_dev *ff = ff_current_dev; in ff_work_fn() local 144 fmc_device_unregister_n(ff->fmc, ff_nr_dev); in ff_work_fn() 145 device_unregister(&ff->dev); in ff_work_fn() 148 ff = ff_dev_create(); in ff_work_fn() 149 if (IS_ERR(ff)) { in ff_work_fn() 153 ret = fmc_device_register_n(ff->fmc, ff_nr_dev); in ff_work_fn() 155 dev_warn(&ff->dev, "can't re-register FMC devices\n"); in ff_work_fn() 156 device_unregister(&ff->dev); in ff_work_fn() 160 ff_current_dev = ff; in ff_work_fn() 247 struct ff_dev *ff = container_of(dev, struct ff_dev, dev); in ff_dev_release() local [all …]
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 47 struct fuse_file *ff; in fuse_file_alloc() local 49 ff = kmalloc(sizeof(struct fuse_file), GFP_KERNEL); in fuse_file_alloc() 50 if (unlikely(!ff)) in fuse_file_alloc() 53 ff->fc = fc; in fuse_file_alloc() 54 ff->reserved_req = fuse_request_alloc(0); in fuse_file_alloc() 55 if (unlikely(!ff->reserved_req)) { in fuse_file_alloc() 56 kfree(ff); in fuse_file_alloc() 60 INIT_LIST_HEAD(&ff->write_entry); in fuse_file_alloc() 61 atomic_set(&ff->count, 0); in fuse_file_alloc() 62 RB_CLEAR_NODE(&ff->polled_node); in fuse_file_alloc() [all …]
|
D | cuse.c | 143 struct fuse_file *ff = file->private_data; in cuse_release() local 144 struct fuse_conn *fc = ff->fc; in cuse_release() 146 fuse_sync_release(ff, file->f_flags); in cuse_release() 155 struct fuse_file *ff = file->private_data; in cuse_file_ioctl() local 156 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_ioctl() 168 struct fuse_file *ff = file->private_data; in cuse_file_compat_ioctl() local 169 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_compat_ioctl()
|
D | fuse_i.h | 374 struct fuse_file *ff; member 691 struct fuse_file *fuse_file_get(struct fuse_file *ff); 692 void fuse_file_free(struct fuse_file *ff); 695 void fuse_sync_release(struct fuse_file *ff, int flags); 913 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
|
D | dir.c | 395 struct fuse_file *ff; in fuse_create_open() local 406 ff = fuse_file_alloc(fc); in fuse_create_open() 407 if (!ff) in fuse_create_open() 439 ff->fh = outopen.fh; in fuse_create_open() 440 ff->nodeid = outentry.nodeid; in fuse_create_open() 441 ff->open_flags = outopen.open_flags; in fuse_create_open() 446 fuse_sync_release(ff, flags); in fuse_create_open() 457 fuse_sync_release(ff, flags); in fuse_create_open() 459 file->private_data = fuse_file_get(ff); in fuse_create_open() 465 fuse_file_free(ff); in fuse_create_open() [all …]
|
D | dev.c | 211 struct fuse_file *ff = file->private_data; in get_reserved_req() local 214 wait_event(fc->reserved_req_waitq, ff->reserved_req); in get_reserved_req() 216 if (ff->reserved_req) { in get_reserved_req() 217 req = ff->reserved_req; in get_reserved_req() 218 ff->reserved_req = NULL; in get_reserved_req() 233 struct fuse_file *ff = file->private_data; in put_reserved_req() local 237 BUG_ON(ff->reserved_req); in put_reserved_req() 238 ff->reserved_req = req; in put_reserved_req() 2154 struct fuse_file *ff; in end_polls() local 2155 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls() [all …]
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | fplsp.sa | 74 dc.l $660861ff,$00007124,$60220c01,$00026608 75 dc.l $61ff0000,$6d226014,$0c010003,$660861ff 76 dc.l $00006f4c,$600661ff,$00002f8e,$4cee0303 83 dc.l $660861ff,$00002d3e,$60300c01,$00016608 84 dc.l $61ff0000,$70866022,$0c010002,$660861ff 93 dc.l $660861ff,$00002c9e,$60300c01,$00016608 94 dc.l $61ff0000,$6fe66022,$0c010002,$660861ff 103 dc.l $2c0e6030,$0c010001,$660861ff,$00006fc8 105 dc.l $0c010003,$660861ff,$00006d74,$600661ff 112 dc.l $ff631d41,$ff4e4a01,$660861ff,$00002b70 [all …]
|
D | pfpsp.sa | 72 dc.l $000767ff,$fffffc0c,$f22fa400,$00083f7c 81 dc.l $00002900,$0c000006,$660661ff,$00002864 103 dc.l $000660ff,$fffffb0e,$4e56ff40,$f32eff6c 116 dc.l $0c000006,$660661ff,$00002638,$1d40ff4f 134 dc.l $02a87fff,$ffff0004,$671861ff,$000024cc 155 dc.l $00ccdffc,$000000b8,$08170007,$662860ff 159 dc.l $000860ff,$fffff78e,$04800000,$0018303b 185 dc.l $000061ff,$00005548,$41eeff6c,$61ff0000 189 dc.l $660661ff,$000021ac,$1d40ff4f,$4280102e 196 dc.l $0303ff9c,$4e5e0817,$00076600,$012660ff [all …]
|
D | ftest.sa | 16 dc.l $fea0487b,$01700000,$058061ff,$000015fc 38 dc.l $01700000,$105661ff,$000014a0,$61ff0000 40 dc.l $00000da2,$61ff0000,$148261ff,$00000da8 94 dc.l $103861ff,$0000103a,$4a0066ff,$0000102a 201 dc.l $66ff0000,$098461ff,$00000986,$4a0066ff 270 dc.l $050a4a00,$66ff0000,$053061ff,$00000532 284 dc.l $66ff0000,$045461ff,$00000456,$4a0066ff 349 dc.l $66ff0000,$004461ff,$00000046,$4a0066ff
|
D | itest.sa | 14 dc.l $ff6642ae,$ff78487b,$01700000,$038661ff 109 dc.l $aa00aa00,$000466ff,$000048c8,$61ff0000 164 dc.l $e1491228,$fff8b041,$66ff0000,$455661ff 918 dc.l $000261ff,$0000160e,$4a0066ff,$00001634 965 dc.l $60040000,$000261ff,$0000131a,$4a0066ff
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
D | aerdrv_acpi.c | 66 int ff; in aer_hest_parse() local 72 ff = !!(p->flags & ACPI_HEST_FIRMWARE_FIRST); in aer_hest_parse() 79 info->firmware_first |= ff; in aer_hest_parse() 86 info->firmware_first = ff; in aer_hest_parse() 89 info->firmware_first = ff; in aer_hest_parse()
|
/linux-4.1.27/drivers/input/joystick/iforce/ |
D | iforce-main.c | 224 for (i = 0; i < dev->ff->max_effects; i++) { in iforce_close() 259 struct ff_device *ff; in iforce_init_device() local 431 for (i = 0; iforce->type->ff[i] >= 0; i++) in iforce_init_device() 432 set_bit(iforce->type->ff[i], input_dev->ffbit); in iforce_init_device() 438 ff = input_dev->ff; in iforce_init_device() 439 ff->upload = iforce_upload_effect; in iforce_init_device() 440 ff->erase = iforce_erase_effect; in iforce_init_device() 441 ff->set_gain = iforce_set_gain; in iforce_init_device() 442 ff->set_autocenter = iforce_set_autocenter; in iforce_init_device() 443 ff->playback = iforce_playback; in iforce_init_device()
|
D | Makefile | 9 iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
|
D | iforce-packets.c | 141 if (!iforce->dev->ff) in mark_core_as_ready() 144 for (i = 0; i < iforce->dev->ff->max_effects; ++i) { in mark_core_as_ready()
|
D | Kconfig | 31 and <file:Documentation/input/ff.txt>.
|
D | iforce.h | 97 signed short *ff; member
|
/linux-4.1.27/drivers/clk/pistachio/ |
D | clk.c | 110 struct pistachio_fixed_factor *ff, in pistachio_clk_register_fixed_factor() argument 117 clk = clk_register_fixed_factor(NULL, ff[i].name, ff[i].parent, in pistachio_clk_register_fixed_factor() 118 0, 1, ff[i].div); in pistachio_clk_register_fixed_factor() 119 p->clk_data.clks[ff[i].id] = clk; in pistachio_clk_register_fixed_factor()
|
D | clk.h | 165 struct pistachio_fixed_factor *ff,
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pxa168fb.h | 407 #define DMA_FF_UNDERFLOW_ENA(ff) ((ff) << 29) argument 413 #define GRA_FF_UNDERFLOW_ENA(ff) ((ff) << 25) argument 440 #define DMA_FF_UNDERFLOW(ff) ((ff) << 29) argument 446 #define GRA_FF_UNDERFLOW(ff) ((ff) << 25) argument
|
D | imxfb.c | 68 #define CPOS_CXP(x) (((x) & 3ff) << 16)
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 654 #define DMA_FF_UNDERFLOW_ENA(ff) ((ff)<<29) argument 662 #define GRA_FF_UNDERFLOW_ENA(ff) ((ff)<<25) argument 704 #define PN2_DMA_FF_UNDERFLOW_ENA(ff) ((ff)<<5) argument 710 #define PN2_GRA_FF_UNDERFLOW_ENA(ff) ((ff)<<1) argument 763 #define DMA_FF_UNDERFLOW(ff) ((ff)<<29) argument 771 #define GRA_FF_UNDERFLOW(ff) ((ff)<<25) argument 807 #define PN2_DMA_FF_UNDERFLOW(ff) ((ff)<<5) argument 813 #define PN2_GRA_FF_UNDERFLOW(ff) ((ff)<<1) argument
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 310 12.40 : 34eee: 66 0f 7f 80 40 ff ff movdqa %xmm0,-0xc0(%eax) 311 0.00 : 34ef5: ff 312 12.40 : 34ef6: 66 0f 7f 80 50 ff ff movdqa %xmm0,-0xb0(%eax) 313 0.00 : 34efd: ff 314 12.39 : 34efe: 66 0f 7f 80 60 ff ff movdqa %xmm0,-0xa0(%eax) 315 0.00 : 34f05: ff 316 12.67 : 34f06: 66 0f 7f 80 70 ff ff movdqa %xmm0,-0x90(%eax) 317 0.00 : 34f0d: ff
|
/linux-4.1.27/drivers/hid/ |
D | hid-lgff.c | 40 const signed short *ff; member 143 ff_bits = devices[i].ff; in lgff_init() 156 dev->ff->set_autocenter = hid_lgff_set_autocenter; in lgff_init()
|
D | hid-lg3ff.c | 151 dev->ff->set_autocenter = hid_lg3ff_set_autocenter; in lg3ff_init()
|
D | hid-lg4ff.c | 1084 dev->ff->set_autocenter = hid_lg4ff_set_autocenter_ffex; in lg4ff_init() 1086 dev->ff->set_autocenter = hid_lg4ff_set_autocenter_default; in lg4ff_init() 1088 dev->ff->set_autocenter(dev, 0); in lg4ff_init()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-capture.c | 1034 struct fimc_frame *ff = &ctx->d_frame; in __fimc_capture_set_format() local 1041 ret = __video_try_or_set_format(fimc, f, false, &inp_fmt, &ff->fmt); in __fimc_capture_set_format() 1048 for (i = 0; i < ff->fmt->memplanes; i++) { in __fimc_capture_set_format() 1049 ff->bytesperline[i] = pix->plane_fmt[i].bytesperline; in __fimc_capture_set_format() 1050 ff->payload[i] = pix->plane_fmt[i].sizeimage; in __fimc_capture_set_format() 1053 set_frame_bounds(ff, pix->width, pix->height); in __fimc_capture_set_format() 1056 set_frame_crop(ff, 0, 0, pix->width, pix->height); in __fimc_capture_set_format() 1058 fimc_capture_mark_jpeg_xfer(ctx, ff->fmt->color); in __fimc_capture_set_format() 1150 struct fimc_frame *ff = &vc->ctx->s_frame; in fimc_pipeline_validate() local 1151 sink_fmt.format.width = ff->f_width; in fimc_pipeline_validate() [all …]
|
D | fimc-core.h | 527 static inline u32 fimc_get_format_depth(struct fimc_fmt *ff) in fimc_get_format_depth() argument 531 if (ff != NULL) in fimc_get_format_depth() 532 for (i = 0; i < ff->colplanes; i++) in fimc_get_format_depth() 533 depth += ff->depth[i]; in fimc_get_format_depth()
|
D | fimc-lite.c | 803 struct flite_frame *ff = &fimc->out_frame; in fimc_pipeline_validate() local 804 sink_fmt.format.width = ff->f_width; in fimc_pipeline_validate() 805 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-pidff.c | 525 struct pidff_device *pidff = dev->ff->private; in pidff_playback() 547 struct pidff_device *pidff = dev->ff->private; in pidff_erase_effect() 567 struct pidff_device *pidff = dev->ff->private; in pidff_upload_effect() 724 struct pidff_device *pidff = dev->ff->private; in pidff_set_gain() 762 struct pidff_device *pidff = dev->ff->private; in pidff_set_autocenter() 1244 struct ff_device *ff; in hid_pidff_init() local 1316 ff = dev->ff; in hid_pidff_init() 1317 ff->private = pidff; in hid_pidff_init() 1318 ff->upload = pidff_upload_effect; in hid_pidff_init() 1319 ff->erase = pidff_erase_effect; in hid_pidff_init() [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net | 48 string, e.g: ff:ff:ff:ff:ff:ff for an Ethernet broadcast MAC
|
/linux-4.1.27/Documentation/usb/ |
D | acm.txt | 86 I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=acm 99 driver is used for the device. If you see only Cls=ff(vend.) then you're out
|
D | gadget_serial.txt | 229 D: Ver= 2.00 Cls=ff(vend.) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 40 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd) 100 .long R(20, 10, 10, 30), R(e5, ff, ff, 1a) 156 .long R(87, ce, ce, 49), R(aa, 55, 55, ff) 212 .long R(04, 06, d4, 6f), R(60, 50, 15, ff) 221 .long R(fd, 0e, ff, fb), R(0f, 85, 38, 56) 263 .long R(e6, 95, 6e, 65), R(aa, ff, e6, 7e) 292 .long R(28, 3c, 49, 8b), R(ff, 0d, 95, 41)
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 150 OP= ff 153 ff 01 QUERY [INDEX] CHECKSUM 162 ff 03 42 03 e8 CS would mean that the device has 1000 bytes of ram available. 168 ff 02 4e 14 CS would stand for 20 effects.
|
/linux-4.1.27/drivers/input/misc/ |
D | uinput.c | 271 dev->ff->upload = uinput_dev_upload_effect; in uinput_create_device() 272 dev->ff->erase = uinput_dev_erase_effect; in uinput_create_device() 273 dev->ff->playback = uinput_dev_playback; in uinput_create_device() 274 dev->ff->set_gain = uinput_dev_set_gain; in uinput_create_device() 275 dev->ff->set_autocenter = uinput_dev_set_autocenter; in uinput_create_device()
|
D | Kconfig | 136 on Qualcomm PM8xxx chip. This driver supports ff-memless interface 186 MAXIM MAX77843 chip. The driver supports ff-memless interface 208 on MAXIM MAX8997 chip. This driver supports ff-memless interface 437 by a regulator. This driver supports ff-memless interface
|
/linux-4.1.27/Documentation/DocBook/ |
D | .device-drivers.xml.cmd | 2 …es.c include/linux/input.h drivers/input/input.c drivers/input/ff-core.c drivers/input/ff-memless.…
|
/linux-4.1.27/block/ |
D | blk-merge.c | 423 unsigned int ff = rq->cmd_flags & REQ_FAILFAST_MASK; in blk_rq_set_mixed_merge() local 436 (bio->bi_rw & REQ_FAILFAST_MASK) != ff); in blk_rq_set_mixed_merge() 437 bio->bi_rw |= ff; in blk_rq_set_mixed_merge()
|
D | blk-core.c | 1465 const int ff = bio->bi_rw & REQ_FAILFAST_MASK; in bio_attempt_back_merge() local 1472 if ((req->cmd_flags & REQ_FAILFAST_MASK) != ff) in bio_attempt_back_merge() 1487 const int ff = bio->bi_rw & REQ_FAILFAST_MASK; in bio_attempt_front_merge() local 1494 if ((req->cmd_flags & REQ_FAILFAST_MASK) != ff) in bio_attempt_front_merge() 2116 unsigned int ff = rq->cmd_flags & REQ_FAILFAST_MASK; in blk_rq_err_bytes() local 2131 if ((bio->bi_rw & ff) != ff) in blk_rq_err_bytes()
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition 38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition
|
/linux-4.1.27/tools/usb/usbip/ |
D | README | 159 : 0 - Vendor Specific Class / unknown subclass / unknown protocol (ff/00/00) 164 : 0 - Data / unknown subclass / unknown protocol (0a/ff/00)
|
/linux-4.1.27/drivers/usb/class/ |
D | Kconfig | 14 If your modem only reports "Cls=ff(vend.)" in the descriptors in
|
/linux-4.1.27/tools/perf/Documentation/ |
D | examples.txt | 205 83.42 : 31a2e95609: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
|
/linux-4.1.27/Documentation/video4linux/ |
D | CARDLIST.bttv | 23 22 -> Askey CPH050/ Phoebe Tv Master + FM [14ff:3002] 25 24 -> Askey CPH05X/06X (bt878) [many vendors] [144f:3002,144f:3005,144f:5000,14ff:3000]
|
D | CARDLIST.saa7134 | 34 33 -> AVerMedia DVD EZMaker [1461:10ff]
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 153 Descriptors(Program Level)=[ 09 06 06 04 05 50 ff f1] 159 EN50221 CA MSG=[ 9f 80 32 19 03 01 2d d1 f0 08 01 09 06 06 04 05 50 ff f1 02 e0 c9 00 00 04 e1 2d 0…
|
/linux-4.1.27/arch/alpha/lib/ |
D | memchr.S | 108 insqh $3, $16, $2 # .. e0 : $2 = 0000ffffffffffff ($16<0:2> ff)
|
D | ev6-memchr.S | 127 insqh $3, $16, $2 # U : $2 = 0000ffffffffffff ($16<0:2> ff)
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 46 e21: f0 ff 0b lock decl (%rbx) 52 bc8: f0 ff 07 lock incl (%rdi)
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 1998 struct fip_fc4_feat *ff; in fcoe_ctlr_vn_send() local 2055 ff = (struct fip_fc4_feat *)(frame + 1); in fcoe_ctlr_vn_send() 2056 ff->fd_desc.fip_dtype = FIP_DT_FC4F; in fcoe_ctlr_vn_send() 2057 ff->fd_desc.fip_dlen = sizeof(*ff) / FIP_BPW; in fcoe_ctlr_vn_send() 2058 ff->fd_fts = fip->lp->fcts; in fcoe_ctlr_vn_send() 2066 ff->fd_ff.fd_feat[FC_TYPE_FCP * 4 / 32] = htonl(fcp_feat); in fcoe_ctlr_vn_send() 2068 size = (struct fip_size_desc *)(ff + 1); in fcoe_ctlr_vn_send()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2269 int i, ff; in bnx2x_set_admin_app_up() local 2272 for (i = 0, ff = -1; i < DCBX_CONFIG_MAX_APP_PROTOCOL; i++) { in bnx2x_set_admin_app_up() 2278 if (ff < 0 && !app_ent->valid) in bnx2x_set_admin_app_up() 2279 ff = i; in bnx2x_set_admin_app_up() 2285 else if (ff >= 0) in bnx2x_set_admin_app_up() 2288 &bp->dcbx_config_params.admin_priority_app_table[ff], in bnx2x_set_admin_app_up()
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 44 $800-$8ff IDE-Select 0 (Port 0, Register set 0) 46 $900-$9ff IDE-Select 1 (Port 0, Register set 1)
|
D | kernel-options.txt | 712 - dblntsc-ff : 640x400, 27 kHz, 57 Hz 714 - dblpal-ff : 640x512, 27 kHz, 47 Hz
|
/linux-4.1.27/Documentation/ |
D | BUG-HUNTING | 168 > Code: 44 24 04 e8 6f 05 00 00 e9 e8 fe ff ff 8d 76 00 8d bc 27 00 00
|
/linux-4.1.27/include/linux/ |
D | input.h | 151 struct ff_device *ff; member
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 482 [ 3389.935850] JIT code: 00000020: e8 1d 94 ff e0 3d 00 08 00 00 75 16 be 17 00 00 483 [ 3389.935851] JIT code: 00000030: 00 e8 28 94 ff e0 83 f8 01 75 07 b8 ff ff 00 00 536 e8 1d 94 ff e0 544 e8 28 94 ff e0 550 b8 ff ff 00 00
|
D | arcnet-hardware.txt | 1063 110 2f0-2ff 1074 00000 C:0000-C:07ff C:2000-C:3fff 1076 01000 C:1000-C:17ff 1078 00100 C:4000-C:47ff C:6000-C:7fff 1080 01100 C:5000-C:57ff 1086 00110 D:0000-D:07ff D:2000-D:3fff 1088 01110 D:1000-D:17ff 1090 00001 D:4000-D:47ff D:6000-D:7fff 1092 01001 D:5000-D:57ff 1094 00101 D:8000-D:87ff D:A000-D:bfff [all …]
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_store.S | 113 | dbl_exp = ext_exp - $3fff(ext bias) + $7ff(dbl bias)
|
D | res_func.S | 608 | DY_MO_FLG contains 0 for monadic op, $ff for dyadic 612 | $ff for both ops denormalized
|
/linux-4.1.27/fs/hpfs/ |
D | anode.c | 454 …o_cpu(btree->u.external[i].file_secno) + le32_to_cpu(btree->u.external[i].length) >= secs) goto ff; in hpfs_truncate_btree() 457 ff: in hpfs_truncate_btree()
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | fieldseq_bt.gif.b64 | 341 n33tb5/73ff+98EffvGPX/vaOz2UpJ9+9a+f/dK/QfkcmJ3+YlSM/scCg1lxv3u9dKxj1KL93wqD 394 Pf71Yr/2bf/2YZ/xCm73eb/3ff/3gT/4hV/utXD4jf/4kT/5g78FL2fmlf/5oT/6f19cR9xeSdx9
|
D | fieldseq_tb.gif.b64 | 394 XH/2aR9jRCn0f9ohLoEeeL/3ff/3gT/4hX/4ib/4jf/4eb8PYN9XCOMZquD5oT/6pX/6qb/6rf/6
|
/linux-4.1.27/drivers/zorro/ |
D | zorro.ids | 54 02ff Kolff Computer Supplies 84 03ff ASDG
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 610 400382: a7 da ff fa ahi %r13,-6 # basr trick 625 400390: ff ff ff ec .long 0xffffffec 630 40039a: a7 fa ff a0 ahi %r15,-96 # Make area for callee saving 632 4003a0: a7 da ff f0 ahi %r13,-16 # literal pool 658 40050a: a7 fa ff a0 ahi %r15,-96 704 800005c6: a7 fb ff 60 aghi %r15,-160 709 800005d4: c0 e5 ff ff ff ee brasl %r14,800005b0 <test>
|
/linux-4.1.27/drivers/tty/vt/ |
D | cp437.uni | 177 0x98 U+00ff
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 72 return all-ff's (0xff, 0xffff, 0xffffffff for 8/16/32-bit reads). 139 asks the firmware if the all-ff's value is the sign of a true EEH
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 368 default "ff"
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 3699 bool fault, x, w, u, wf, uf, ff, smapf, cr4_smap, cr4_smep, smap = 0; in update_permission_bitmask() local 3708 ff = pfec & PFERR_FETCH_MASK; in update_permission_bitmask() 3746 smap = cr4_smap && u && !uf && !ff; in update_permission_bitmask() 3751 fault = (ff && !x) || (uf && !u) || (wf && !w) || in update_permission_bitmask()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-nomadik-stn8815.dtsi | 184 * watchdog. See page 105 ff.
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 315 ff: Grp5 (1A) 601 ff:
|