| /linux-6.15/Documentation/w1/slaves/ |
| H 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-6.15/sound/firewire/fireface/ |
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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
|
| H 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-6.15/drivers/input/ |
| H A D | ff-core.c | 94 struct ff_device *ff = dev->ff; in input_ff_upload() local 168 struct ff_device *ff = dev->ff; in erase_effect() local 205 struct ff_device *ff = dev->ff; in input_ff_erase() local 226 struct ff_device *ff = dev->ff; in input_ff_flush() local 250 struct ff_device *ff = dev->ff; in input_ff_event() local 308 if (!ff) in input_ff_create() 330 dev->ff = no_free_ptr(ff); in input_ff_create() 346 struct ff_device *ff = dev->ff; in input_ff_destroy() local 349 if (ff) { in input_ff_destroy() 351 ff->destroy(ff); in input_ff_destroy() [all …]
|
| H A D | ff-memless.c | 198 if (test_bit(effect_type, ff->ffbit)) in get_compatible_type() 416 struct ml_device *ml = dev->ff->private; in ml_ff_set_gain() 483 struct ml_device *ml = ff->private; in ml_ff_destroy() 506 struct ff_device *ff; in input_ff_create_memless() local 526 ff = dev->ff; in input_ff_create_memless() 527 ff->upload = ml_ff_upload; in input_ff_create_memless() 528 ff->playback = ml_ff_playback; in input_ff_create_memless() 529 ff->set_gain = ml_ff_set_gain; in input_ff_create_memless() 530 ff->destroy = ml_ff_destroy; in input_ff_create_memless() 533 if (test_bit(FF_RUMBLE, ff->ffbit)) { in input_ff_create_memless() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | header.c | 133 memcpy(ff->buf + ff->offset, buf, size); in __do_write_buf() 210 if (size > (ssize_t)ff->size - ff->offset) in __do_read_buf() 213 memcpy(addr, ff->buf + ff->offset, size); in __do_read_buf() 1505 ret = do_write(ff, &(ff->ph->env.comp_ver), sizeof(ff->ph->env.comp_ver)); in write_compressed() 1509 ret = do_write(ff, &(ff->ph->env.comp_type), sizeof(ff->ph->env.comp_type)); in write_compressed() 1513 ret = do_write(ff, &(ff->ph->env.comp_level), sizeof(ff->ph->env.comp_level)); in write_compressed() 1517 ret = do_write(ff, &(ff->ph->env.comp_ratio), sizeof(ff->ph->env.comp_ratio)); in write_compressed() 1521 return do_write(ff, &(ff->ph->env.comp_mmap_len), sizeof(ff->ph->env.comp_mmap_len)); in write_compressed() 2427 if (perf_header__read_build_ids(ff->ph, ff->fd, ff->offset, ff->size)) in process_build_id() 3230 if (do_read_u32(ff, &(ff->ph->env.comp_ver))) in process_compressed() [all …]
|
| /linux-6.15/fs/fuse/ |
| H 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 …]
|
| H A D | passthrough.c | 36 .cred = ff->cred, in fuse_passthrough_read_iter() 63 .cred = ff->cred, in fuse_passthrough_write_iter() 88 .cred = ff->cred, in fuse_passthrough_splice_read() 114 .cred = ff->cred, in fuse_passthrough_splice_write() 137 .cred = ff->cred, in fuse_passthrough_mmap() 338 ff->cred = get_cred(fb->cred); in fuse_passthrough_open() 349 fb, ff->passthrough); in fuse_passthrough_release() 351 fput(ff->passthrough); in fuse_passthrough_release() 352 ff->passthrough = NULL; in fuse_passthrough_release() 353 put_cred(ff->cred); in fuse_passthrough_release() [all …]
|
| H 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() 993 ia->ff = fuse_file_get(ff); in fuse_send_readpages() [all …]
|
| H A D | readdir.c | 119 if (ff->open_flags & FOPEN_CACHE_DIR) in fuse_emit() 419 if (ff->readdir.pos == ctx->pos) { in fuse_parse_cache() 426 ff->readdir.pos = dirent->off; in fuse_parse_cache() 427 ff->readdir.cache_off += reclen; in fuse_parse_cache() 460 if (ff->readdir.pos != ctx->pos) { in fuse_readdir_cached() 461 ff->readdir.pos = 0; in fuse_readdir_cached() 462 ff->readdir.cache_off = 0; in fuse_readdir_cached() 508 ff->readdir.pos = 0; in fuse_readdir_cached() 509 ff->readdir.cache_off = 0; in fuse_readdir_cached() 515 if (ff->readdir.pos == 0) in fuse_readdir_cached() [all …]
|
| H A D | ioctl.c | 221 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl() 223 .fh = ff->fh, in fuse_do_ioctl() 318 ap.args.nodeid = ff->nodeid; in fuse_do_ioctl() 448 inarg.fh = ff->fh; in fuse_priv_ioctl() 463 args.nodeid = ff->nodeid; in fuse_priv_ioctl() 508 struct fuse_file *ff; in fuse_fileattr_get() local 514 if (IS_ERR(ff)) in fuse_fileattr_get() 515 return PTR_ERR(ff); in fuse_fileattr_get() 546 struct fuse_file *ff; in fuse_fileattr_set() local 552 if (IS_ERR(ff)) in fuse_fileattr_set() [all …]
|
| /linux-6.15/Documentation/networking/ |
| H 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-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | i915-kbl-skips.txt | 53 … c7 c7 67 56 69 9a 48 89 c6 e8 67 a1 72 ff 90 <0f> 0b 90 90 8b 43 08 8b 53 04 89 43 0c 89 03 85 d2… 84 …d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 80 3d 21 23 0e 00 00 74 17 b8 01 00 00 00 … 106 … c7 c7 67 56 69 9a 48 89 c6 e8 67 a1 72 ff 90 <0f> 0b 90 90 8b 43 08 8b 53 04 89 43 0c 89 03 85 d2… 138 …d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 80 3d 21 23 0e 00 00 74 17 b8 01 00 00 00 …
|
| /linux-6.15/arch/m68k/ifpsp060/ |
| H 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-6.15/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1d.sh | 708 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 740 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 770 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 779 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \
|
| /linux-6.15/Documentation/iio/ |
| H 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 …]
|