Home
last modified time | relevance | path

Searched refs:AVAILABLE (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/sound/firewire/motu/
H A Dmotu-command-dsp-message-parser.c22 AVAILABLE, enumerator
127 parser->state = AVAILABLE; in snd_motu_command_dsp_message_parser_parse()
136 case AVAILABLE: in snd_motu_command_dsp_message_parser_parse()
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx53-ppd.dts872 /* NOT USED - AVAILABLE 3.3V GPIO */
874 /* NOT USED - AVAILABLE 3.3V GPIO */
876 /* NOT USED - AVAILABLE 3.3V GPIO */
902 /* NOT USED - AVAILABLE 1.8V GPIO */
904 /* NOT USED - AVAILABLE 1.8V GPIO */
906 /* NOT USED - AVAILABLE 1.8V GPIO */
/linux-6.15/Documentation/tools/rv/
H A Drv-mon.rst31 AVAILABLE MONITORS
/linux-6.15/Documentation/trace/
H A Dosnoise-tracer.rst65 …# TASK-PID CPU# |||| TIMESTAMP IN US IN US AVAILABLE IN US HW N…
84 - The % OF CPU AVAILABLE reports the percentage of CPU available for
/linux-6.15/tools/perf/Documentation/
H A Dperf-script-perl.txt166 AVAILABLE MODULES AND FUNCTIONS
H A Dperf-script-python.txt577 AVAILABLE MODULES AND FUNCTIONS
/linux-6.15/net/ipv4/
H A Digmp.c461 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) macro
501 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) { in add_grec()
532 if (AVAILABLE(skb) < sizeof(__be32) + in add_grec()
576 if (skb && AVAILABLE(skb) < sizeof(struct igmpv3_grec)) { in add_grec()
/linux-6.15/net/ipv6/
H A Dmcast.c1914 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) macro
1954 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) { in add_grec()
1987 if (AVAILABLE(skb) < sizeof(*psrc) + in add_grec()
2033 if (skb && AVAILABLE(skb) < sizeof(struct mld2_grec)) { in add_grec()
/linux-6.15/Documentation/driver-api/
H A Ddevice_link.rst264 DORMANT <=> AVAILABLE <=> CONSUMER_PROBE => ACTIVE
/linux-6.15/LICENSES/dual/
H A DCC-BY-4.0302 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
/linux-6.15/drivers/scsi/megaraid/
H A Dmegaraid_sas.h324 AVAILABLE = 1, enumerator
H A Dmegaraid_sas_base.c3305 !((instance->fw_crash_state == AVAILABLE) || in fw_crash_buffer_show()
3357 if ((val <= AVAILABLE || val > COPY_ERROR)) { in fw_crash_state_store()
H A Dmegaraid_sas_fusion.c5276 instance->fw_crash_state = AVAILABLE; in megasas_fusion_crash_dump()