| /linux/Documentation/w1/slaves/ |
| A D | w1_ds2423.rst | 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 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 … 46 …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 … 47 …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… 51 …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 … 52 …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 … 53 …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 … 54 …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/sound/firewire/fireface/ |
| A D | ff-stream.c | 35 ff->spec->protocol->finish_session(ff); in finish_session() 36 ff->spec->protocol->switch_fetching_mode(ff, false); in finish_session() 78 err = init_stream(ff, &ff->rx_stream); in snd_ff_stream_init_duplex() 82 err = init_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex() 84 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_init_duplex() 90 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_init_duplex() 91 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex() 105 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_destroy_duplex() 106 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_destroy_duplex() 152 err = ff->spec->protocol->allocate_resources(ff, rate); in snd_ff_stream_reserve_duplex() [all …]
|
| A D | ff-transaction.c | 23 ff->next_ktime[port] = 0; in finish_transmit_midi_msg() 29 ff->rx_bytes[port] = 0; in finish_transmit_midi_msg() 39 struct snd_ff *ff = in finish_transmit_midi0_msg() local 48 struct snd_ff *ff = in finish_transmit_midi1_msg() local 68 if (ff->rx_bytes[port] > 0 || ff->rx_midi_error[port]) in transmit_midi_msg() 77 quad_count = ff->spec->protocol->fill_midi_msg(ff, substream, port); in transmit_midi_msg() 118 transmit_midi_msg(ff, 0); in transmit_midi0_msg() 125 transmit_midi_msg(ff, 1); in transmit_midi1_msg() 142 ff->spec->protocol->handle_msg(ff, (unsigned int)offset, buf, length, tstamp); in handle_msg() 151 ff->async_handler.length = ff->spec->midi_addr_range; in allocate_own_address() [all …]
|
| A D | ff-hwdep.c | 21 return ff->spec->protocol->has_msg(ff); in has_msg() 32 spin_lock_irq(&ff->lock); in hwdep_read() 34 while (!ff->dev_lock_changed && !has_msg(ff)) { in hwdep_read() 41 spin_lock_irq(&ff->lock); in hwdep_read() 57 } else if (has_msg(ff)) { in hwdep_read() 60 count = ff->spec->protocol->copy_msg_to_user(ff, buf, count); in hwdep_read() 79 spin_lock_irq(&ff->lock); in hwdep_poll() 80 if (ff->dev_lock_changed || has_msg(ff)) in hwdep_poll() 133 ff->dev_lock_count = 0; in hwdep_unlock() 165 return hwdep_lock(ff); in hwdep_ioctl() [all …]
|
| A D | ff-pcm.c | 114 s = &ff->tx_stream; in pcm_init_hw_params() 118 s = &ff->rx_stream; in pcm_init_hw_params() 155 err = ff->spec->protocol->get_clock(ff, &rate, &src); in pcm_open() 159 mutex_lock(&ff->mutex); in pcm_open() 253 mutex_lock(&ff->mutex); in pcm_hw_free() 271 mutex_lock(&ff->mutex); in pcm_capture_prepare() 339 return amdtp_domain_stream_pcm_pointer(&ff->domain, &ff->tx_stream); in pcm_capture_pointer() 346 return amdtp_domain_stream_pcm_pointer(&ff->domain, &ff->rx_stream); in pcm_playback_pointer() 353 return amdtp_domain_stream_pcm_ack(&ff->domain, &ff->tx_stream); in pcm_capture_ack() 360 return amdtp_domain_stream_pcm_ack(&ff->domain, &ff->rx_stream); in pcm_playback_ack() [all …]
|
| A D | ff.c | 33 snprintf(ff->card->longname, sizeof(ff->card->longname), in name_card() 46 kfree(ff->msg_parser); in ff_card_free() 49 fw_unit_put(ff->unit); in ff_card_free() 55 struct snd_ff *ff; in snd_ff_probe() local 63 ff = card->private_data; in snd_ff_probe() 66 ff->card = card; in snd_ff_probe() 68 mutex_init(&ff->mutex); in snd_ff_probe() 79 name_card(ff); in snd_ff_probe() 85 snd_ff_proc_init(ff); in snd_ff_probe() 100 ff->msg_parser = kzalloc(ff->spec->protocol->msg_parser_size, GFP_KERNEL); in snd_ff_probe() [all …]
|
| A D | ff-protocol-former.c | 260 dump_clock_config(ff, buffer); in former_dump_status() 261 dump_sync_status(ff, buffer); in former_dump_status() 280 ff->rx_bytes[port] = len; in former_fill_midi_msg() 505 ff->rx_resources.channel); in ff400_begin_session() 668 parse_midi_msg(ff, quad, 0); in ff400_handle_msg() 670 parse_midi_msg(ff, quad, 1); in ff400_handle_msg() 675 wake_up(&ff->hwdep_wait); in ff400_handle_msg() 695 spin_unlock_irq(&ff->lock); in ff400_copy_msg_to_user() 699 spin_lock_irq(&ff->lock); in ff400_copy_msg_to_user() 711 spin_unlock_irq(&ff->lock); in ff400_copy_msg_to_user() [all …]
|
| A D | ff-midi.c | 18 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_open() local 21 ff->on_sysex[substream->number] = 0; in midi_playback_open() 22 ff->rx_midi_error[substream->number] = false; in midi_playback_open() 51 spin_lock_irqsave(&ff->lock, flags); in midi_capture_trigger() 59 spin_unlock_irqrestore(&ff->lock, flags); in midi_capture_trigger() 68 spin_lock_irqsave(&ff->lock, flags); in midi_playback_trigger() 73 spin_unlock_irqrestore(&ff->lock, flags); in midi_playback_trigger() 103 err = snd_rawmidi_new(ff->card, ff->card->driver, 0, in snd_ff_create_midi_devices() 104 ff->spec->midi_out_ports, ff->spec->midi_in_ports, in snd_ff_create_midi_devices() 110 "%s MIDI", ff->card->shortname); in snd_ff_create_midi_devices() [all …]
|
| A D | ff.h | 116 bool (*has_msg)(struct snd_ff *ff); 120 int (*fill_midi_msg)(struct snd_ff *ff, 128 void (*finish_session)(struct snd_ff *ff); 136 int snd_ff_transaction_register(struct snd_ff *ff); 149 int snd_ff_stream_init_duplex(struct snd_ff *ff); 155 void snd_ff_stream_stop_duplex(struct snd_ff *ff); 158 void snd_ff_stream_lock_changed(struct snd_ff *ff); 159 int snd_ff_stream_lock_try(struct snd_ff *ff); 162 void snd_ff_proc_init(struct snd_ff *ff); 165 int snd_ff_create_midi_devices(struct snd_ff *ff); [all …]
|
| A D | ff-protocol-latter.c | 208 err = latter_get_clock(ff, &curr_rate, &src); in latter_allocate_resources() 233 fw_parent_device(ff->unit)->max_speed); in latter_allocate_resources() 241 fw_parent_device(ff->unit)->max_speed); in latter_allocate_resources() 243 fw_iso_resources_free(&ff->tx_resources); in latter_allocate_resources() 291 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session() 405 if (index >= ff->spec->midi_in_ports) in latter_handle_midi_msg() 499 if (!ff->on_sysex[port]) { in latter_fill_midi_msg() 505 ff->on_sysex[port] = true; in latter_fill_midi_msg() 519 ff->on_sysex[port] = false; in latter_fill_midi_msg() 525 ff->msg_buf[port][0] = cpu_to_le32(data); in latter_fill_midi_msg() [all …]
|
| A D | Makefile | 2 snd-fireface-y := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \ 3 ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \ 4 ff-protocol-latter.o
|
| A D | ff-proc.c | 30 struct snd_ff *ff = entry->private_data; in proc_dump_status() local 32 ff->spec->protocol->dump_status(ff, buffer); in proc_dump_status() 35 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node() argument 42 entry = snd_info_create_card_entry(ff->card, name, root); in add_node() 44 snd_info_set_text_ops(entry, ff, op); in add_node() 47 void snd_ff_proc_init(struct snd_ff *ff) in snd_ff_proc_init() argument 55 root = snd_info_create_card_entry(ff->card, "firewire", in snd_ff_proc_init() 56 ff->card->proc_root); in snd_ff_proc_init() 61 add_node(ff, root, "status", proc_dump_status); in snd_ff_proc_init()
|
| /linux/drivers/input/ |
| A D | ff-core.c | 94 struct ff_device *ff = dev->ff; in input_ff_upload() local 174 struct ff_device *ff = dev->ff; in erase_effect() local 212 struct ff_device *ff = dev->ff; in input_ff_erase() local 237 struct ff_device *ff = dev->ff; in input_ff_flush() local 263 struct ff_device *ff = dev->ff; in input_ff_event() local 325 if (!ff) in input_ff_create() 331 kfree(ff); in input_ff_create() 338 dev->ff = ff; in input_ff_create() 365 struct ff_device *ff = dev->ff; in input_ff_destroy() local 368 if (ff) { in input_ff_destroy() [all …]
|
| A D | ff-memless.c | 198 if (test_bit(effect_type, ff->ffbit)) in get_compatible_type() 418 struct ml_device *ml = dev->ff->private; in ml_ff_set_gain() 487 struct ml_device *ml = ff->private; in ml_ff_destroy() 511 struct ff_device *ff; in input_ff_create_memless() local 533 ff = dev->ff; in input_ff_create_memless() 534 ff->private = ml; in input_ff_create_memless() 535 ff->upload = ml_ff_upload; in input_ff_create_memless() 536 ff->playback = ml_ff_playback; in input_ff_create_memless() 537 ff->set_gain = ml_ff_set_gain; in input_ff_create_memless() 538 ff->destroy = ml_ff_destroy; in input_ff_create_memless() [all …]
|
| /linux/tools/perf/util/ |
| A D | header.c | 132 memcpy(ff->buf + ff->offset, buf, size); in __do_write_buf() 209 if (size > (ssize_t)ff->size - ff->offset) in __do_read_buf() 212 memcpy(addr, ff->buf + ff->offset, size); in __do_read_buf() 1534 ret = do_write(ff, &(ff->ph->env.comp_ver), sizeof(ff->ph->env.comp_ver)); in write_compressed() 1538 ret = do_write(ff, &(ff->ph->env.comp_type), sizeof(ff->ph->env.comp_type)); in write_compressed() 1542 ret = do_write(ff, &(ff->ph->env.comp_level), sizeof(ff->ph->env.comp_level)); in write_compressed() 1546 ret = do_write(ff, &(ff->ph->env.comp_ratio), sizeof(ff->ph->env.comp_ratio)); in write_compressed() 1550 return do_write(ff, &(ff->ph->env.comp_mmap_len), sizeof(ff->ph->env.comp_mmap_len)); in write_compressed() 2456 if (perf_header__read_build_ids(ff->ph, ff->fd, ff->offset, ff->size)) in process_build_id() 3253 if (do_read_u32(ff, &(ff->ph->env.comp_ver))) in process_compressed() [all …]
|
| /linux/fs/fuse/ |
| A D | iomode.c | 35 if (!ff->args) in fuse_file_cached_io_open() 61 if (ff->iomode == IOM_NONE) { in fuse_file_cached_io_open() 62 ff->iomode = IOM_CACHED; in fuse_file_cached_io_open() 76 WARN_ON(ff->iomode != IOM_CACHED); in fuse_file_cached_io_release() 77 ff->iomode = IOM_NONE; in fuse_file_cached_io_release() 117 struct fuse_file *ff, in fuse_file_uncached_io_open() argument 127 WARN_ON(ff->iomode != IOM_NONE); in fuse_file_uncached_io_open() 128 ff->iomode = IOM_UNCACHED; in fuse_file_uncached_io_open() 153 ff->iomode = IOM_NONE; in fuse_file_uncached_io_release() 247 ff->open_flags, err); in fuse_file_io_open() [all …]
|
| A D | passthrough.c | 36 .cred = ff->cred, in fuse_passthrough_read_iter() 64 .cred = ff->cred, in fuse_passthrough_write_iter() 90 .cred = ff->cred, in fuse_passthrough_splice_read() 111 .cred = ff->cred, in fuse_passthrough_splice_write() 132 .cred = ff->cred, in fuse_passthrough_mmap() 334 ff->cred = get_cred(fb->cred); in fuse_passthrough_open() 345 fb, ff->passthrough); in fuse_passthrough_release() 347 fput(ff->passthrough); in fuse_passthrough_release() 348 ff->passthrough = NULL; in fuse_passthrough_release() 349 put_cred(ff->cred); in fuse_passthrough_release() [all …]
|
| A D | file.c | 62 ff->fm = fm; in fuse_file_alloc() 66 kfree(ff); in fuse_file_alloc() 78 return ff; in fuse_file_alloc() 84 kfree(ff); in fuse_file_free() 90 return ff; in fuse_file_get() 135 if (!ff) in fuse_file_open() 169 return ff; in fuse_file_open() 317 memset(ff->args, 0, sizeof(*ff->args)); in fuse_prepare_release() 359 fuse_file_put(ff, ff->fm->fc->destroy); in fuse_file_release() 973 ia->ff = fuse_file_get(ff); in fuse_send_readpages() [all …]
|
| A D | readdir.c | 119 if (ff->open_flags & FOPEN_CACHE_DIR) in fuse_emit() 416 if (ff->readdir.pos == ctx->pos) { in fuse_parse_cache() 423 ff->readdir.pos = dirent->off; in fuse_parse_cache() 424 ff->readdir.cache_off += reclen; in fuse_parse_cache() 457 if (ff->readdir.pos != ctx->pos) { in fuse_readdir_cached() 458 ff->readdir.pos = 0; in fuse_readdir_cached() 459 ff->readdir.cache_off = 0; in fuse_readdir_cached() 505 ff->readdir.pos = 0; in fuse_readdir_cached() 506 ff->readdir.cache_off = 0; in fuse_readdir_cached() 512 if (ff->readdir.pos == 0) in fuse_readdir_cached() [all …]
|
| A D | ioctl.c | 219 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl() 221 .fh = ff->fh, in fuse_do_ioctl() 317 ap.args.nodeid = ff->nodeid; in fuse_do_ioctl() 447 inarg.fh = ff->fh; in fuse_priv_ioctl() 462 args.nodeid = ff->nodeid; in fuse_priv_ioctl() 507 struct fuse_file *ff; in fuse_fileattr_get() local 513 if (IS_ERR(ff)) in fuse_fileattr_get() 514 return PTR_ERR(ff); in fuse_fileattr_get() 545 struct fuse_file *ff; in fuse_fileattr_set() local 551 if (IS_ERR(ff)) in fuse_fileattr_set() [all …]
|
| /linux/Documentation/networking/ |
| A D | vrf.rst | 189 link/ether 72:b3:ba:91:e2:24 brd ff:ff:ff:ff:ff:ff promiscuity 0 192 link/ether b6:6f:6e:f6:da:73 brd ff:ff:ff:ff:ff:ff promiscuity 0 195 link/ether 36:62:e8:7d:bb:8c brd ff:ff:ff:ff:ff:ff promiscuity 0 198 link/ether e6:28:b8:63:70:bb brd ff:ff:ff:ff:ff:ff promiscuity 0 238 link/ether 02:00:00:00:02:02 brd ff:ff:ff:ff:ff:ff 240 link/ether 02:00:00:00:02:03 brd ff:ff:ff:ff:ff:ff 242 link/ether 02:00:00:00:02:06 brd ff:ff:ff:ff:ff:ff 283 link/ether 02:00:00:00:02:02 brd ff:ff:ff:ff:ff:ff 288 inet6 fe80::ff:fe00:202/64 scope link 291 link/ether 02:00:00:00:02:03 brd ff:ff:ff:ff:ff:ff [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| A D | fplsp.sa | 105 dc.l $0c010003,$660861ff,$00006d74,$600661ff 164 dc.l $0c010003,$660861ff,$000069c4,$600661ff 223 dc.l $0c010003,$660861ff,$00006614,$600661ff 282 dc.l $0c010003,$660861ff,$00006264,$600661ff 341 dc.l $0c010003,$660861ff,$00005eb4,$600661ff 400 dc.l $0c010003,$660861ff,$00005b04,$600661ff 459 dc.l $0c010003,$660861ff,$00005754,$600661ff 518 dc.l $0c010003,$660861ff,$000053a4,$600661ff 577 dc.l $0c010003,$660861ff,$00004ff4,$600661ff 636 dc.l $0c010003,$660861ff,$00004c44,$600661ff [all …]
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| A D | vkms-none-skips.txt | 113 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 116 # RDX: 00000000000000ff RSI: ffff8b124a243ff8 RDI: ffff8b124a244000 117 # RBP: 0000000000000002 R08: 0000000000000000 R09: 00000000000003ff 147 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 150 # RDX: 00000000000000ff RSI: ffff8b124a243ff8 RDI: ffff8b124a244000 151 # RBP: 0000000000000002 R08: 0000000000000000 R09: 00000000000003ff 164 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 168 # RBP: 0000000000000031 R08: 0000000000000000 R09: 00000000000003ff 200 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 204 # RBP: 0000000000000031 R08: 0000000000000000 R09: 00000000000003ff
|
| /linux/tools/testing/selftests/net/forwarding/ |
| A D | vxlan_bridge_1d.sh | 700 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 732 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 760 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 769 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \
|
| /linux/Documentation/iio/ |
| A D | adis16475.rst | 362 00001680 01 1f 00 00 ff ff fe ef 00 00 47 bf 00 03 35 55 |..........G...5U| 363 00001690 01 1f 00 00 ff ff ff d9 00 00 46 f1 00 03 35 35 |..........F...55| 364 000016a0 01 1f 00 00 ff ff fe fc 00 00 46 cb 00 03 35 7b |..........F...5{| 365 000016b0 01 1f 00 00 ff ff fe 41 00 00 47 0d 00 03 35 8b |.......A..G...5.| 366 000016c0 01 1f 00 00 ff ff fe 37 00 00 46 b4 00 03 35 90 |.......7..F...5.| 367 000016d0 01 1d 00 00 ff ff fe 5a 00 00 45 d7 00 03 36 08 |.......Z..E...6.| 368 000016e0 01 1b 00 00 ff ff fe fb 00 00 45 e7 00 03 36 60 |..........E...6`| 369 000016f0 01 1a 00 00 ff ff ff 17 00 00 46 bc 00 03 36 de |..........F...6.| 370 00001700 01 1a 00 00 ff ff fe 59 00 00 46 d7 00 03 37 b8 |.......Y..F...7.| 371 00001710 01 1a 00 00 ff ff fe ae 00 00 46 95 00 03 37 ba |..........F...7.| [all …]
|