Home
last modified time | relevance | path

Searched refs:chained (Results 1 – 25 of 35) sorted by relevance

12

/linux/sound/hda/codecs/realtek/
H A Dalc662.c336 .chained = true,
359 .chained = true,
379 .chained = true,
391 .chained = true,
403 .chained = true,
416 .chained = true,
429 .chained = true,
442 .chained = true,
455 .chained = true,
469 .chained = true,
[all …]
H A Dalc269.c3841 .chained = true,
3884 .chained = true,
3897 .chained = true,
3903 .chained = true,
3913 .chained = true,
3935 .chained = true,
3967 .chained = true,
3976 .chained = true,
4042 .chained = true,
4072 .chained
[all...]
H A Dalc880.c80 .chained = true,
108 .chained = true,
128 .chained = true,
152 .chained = true,
172 .chained = true,
231 .chained = true,
258 .chained = true,
267 .chained = true,
294 .chained = true,
303 .chained = true,
[all …]
H A Dalc882.c313 .chained = true,
382 .chained = true,
396 .chained = true,
406 .chained = true,
441 .chained = true,
455 .chained = true,
461 .chained = true,
467 .chained = true,
473 .chained = true,
479 .chained = true,
[all …]
H A Dalc260.c135 .chained = true,
145 .chained = true,
151 .chained = true,
165 .chained = true,
H A Dalc262.c48 .chained = true,
71 .chained = true,
H A Dalc861.c63 .chained = true,
/linux/sound/hda/codecs/cirrus/
H A Dcs420x.c475 .chained = true,
481 .chained = true,
487 .chained = true,
501 .chained = true,
512 .chained = true,
518 .chained = true,
674 .chained = true,
680 .chained = true,
686 .chained = true,
H A Dcs8409-tables.c576 .chained = true,
582 .chained = true,
588 .chained = true,
594 .chained = true,
600 .chained = true,
610 .chained = true,
620 .chained = true,
H A Dcs421x.c234 .chained = true,
/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst146 - a driver submitted an aligned tx1, not chained
148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1
152 - a driver submitted an aligned tx3 => tx3 is hot-chained
155 not chained
157 - a driver issued tx4 => tx4 is put in issued queue, not chained
160 chained
163 cold chained to tx5
/linux/sound/hda/codecs/
H A Dsigmatel.c1378 .chained = true,
1424 .chained = true,
1430 .chained = true,
2659 .chained = true,
2669 .chained = true,
2675 .chained = true,
2681 .chained = true,
2687 .chained = true,
2693 .chained = true,
2699 .chained = true,
[all …]
/linux/net/ncsi/
H A Dncsi-aen.c56 bool chained; in ncsi_aen_handler_lsc() local
80 chained = !list_empty(&nc->link); in ncsi_aen_handler_lsc()
89 if ((had_link == has_link) || chained) in ncsi_aen_handler_lsc()
H A Dncsi-manage.c96 bool enabled, chained; in ncsi_channel_monitor() local
103 chained = !list_empty(&nc->link); in ncsi_channel_monitor()
110 if (WARN_ON_ONCE(chained)) in ncsi_channel_monitor()
118 nc->id, state, chained ? "on" : "off"); in ncsi_channel_monitor()
1842 bool chained; in ncsi_stop_dev() local
1855 chained = !list_empty(&nc->link); in ncsi_stop_dev()
1859 WARN_ON_ONCE(chained || in ncsi_stop_dev()
/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt65 Daisy-chained devices
76 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1).
84 #daisy-chained-devices = <3>;
/linux/kernel/events/
H A Duprobes.c2232 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances() argument
2236 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()
2253 bool chained; in prepare_uretprobe() local
2272 chained = (orig_ret_vaddr == trampoline_vaddr); in prepare_uretprobe()
2273 cleanup_return_instances(utask, chained, regs); in prepare_uretprobe()
2280 if (chained) { in prepare_uretprobe()
2298 ri->chained = chained; in prepare_uretprobe()
2621 bool chained; in find_next_ret_chain() local
2624 chained = ri->chained; in find_next_ret_chain()
2626 } while (chained); in find_next_ret_chain()
/linux/drivers/irqchip/
H A Dirq-mips-gic.c237 static void gic_handle_shared_int(bool chained) in gic_handle_shared_int() argument
256 if (chained) in gic_handle_shared_int()
470 static void gic_handle_local_int(bool chained) in gic_handle_local_int() argument
481 if (chained) in gic_handle_local_int()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-adf435015 Sets channel Y REFin frequency in Hz. In some clock chained
/linux/Documentation/arch/x86/i386/
H A DIO-APIC.rst51 PCI slot position. Usually PCI slots are 'daisy chained' before they are
84 do not use interrupts normally, thus they are not daisy chained either.
/linux/include/linux/
H A Duprobes.h164 bool chained; /* true, if instance is nested */ member
/linux/include/sound/
H A Dac97_codec.h264 unsigned short chained[3]; // 0 = C34, 1 = C79, 2 = C69 member
/linux/Documentation/input/joydev/
H A Djoystick.rst235 * Microsoft SideWinder GamePad (up to four, chained)
269 combination of) devices on a single gameport, using a Y-cable or chained
291 of up to two of these pads either chained together or using a Y-cable on a
/linux/lib/
H A DKconfig525 Provides a helper to allocate chained scatterlists. This should be
526 selected by a driver or an API which whishes to allocate chained
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c5363 int max_sg_per_iu, bool *chained) in pqi_build_sg_list() argument
5368 *chained = false; in pqi_build_sg_list()
5375 if (!*chained) in pqi_build_sg_list()
5387 *chained = true; in pqi_build_sg_list()
5405 bool chained; in pqi_build_raid_sg_list() local
5424 ctrl_info->max_sg_per_iu, &chained); in pqi_build_raid_sg_list()
5426 request->partial = chained; in pqi_build_raid_sg_list()
5441 bool chained; in pqi_build_aio_r1_sg_list() local
5461 ctrl_info->max_sg_per_iu, &chained); in pqi_build_aio_r1_sg_list()
5463 request->partial = chained; in pqi_build_aio_r1_sg_list()
[all …]
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst111 object type drm_colorop. Individual drm_colorop objects will be chained
240 An example of chained properties to define an AMD pre-blending color

12