Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/Documentation/tools/rv/
H A Drv-mon.rst31 AVAILABLE MONITORS
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53-ppd.dts874 /* NOT USED - AVAILABLE 3.3V GPIO */
876 /* NOT USED - AVAILABLE 3.3V GPIO */
878 /* NOT USED - AVAILABLE 3.3V GPIO */
904 /* NOT USED - AVAILABLE 1.8V GPIO */
906 /* NOT USED - AVAILABLE 1.8V GPIO */
908 /* NOT USED - AVAILABLE 1.8V GPIO */
/openbmc/linux/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
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt166 AVAILABLE MODULES AND FUNCTIONS
H A Dperf-script-python.txt577 AVAILABLE MODULES AND FUNCTIONS
/openbmc/linux/net/ipv4/
H A Digmp.c458 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) macro
498 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) { in add_grec()
529 if (AVAILABLE(skb) < sizeof(__be32) + in add_grec()
573 if (skb && AVAILABLE(skb) < sizeof(struct igmpv3_grec)) { in add_grec()
/openbmc/linux/net/ipv6/
H A Dmcast.c1864 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) macro
1904 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) { in add_grec()
1937 if (AVAILABLE(skb) < sizeof(*psrc) + in add_grec()
1983 if (skb && AVAILABLE(skb) < sizeof(struct mld2_grec)) { in add_grec()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCPOL-1.0274 …nties and Disclaimer. THIS WORK IS PROVIDED "AS IS", "WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EX…
H A DCC-BY-SA-4.0320 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
/openbmc/docs/
H A DLICENSE288 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
/openbmc/linux/Documentation/driver-api/
H A Ddevice_link.rst264 DORMANT <=> AVAILABLE <=> CONSUMER_PROBE => ACTIVE
/openbmc/linux/LICENSES/dual/
H A DCC-BY-4.0302 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
/openbmc/qemu/pc-bios/
H A Dedk2-licenses.txt240 INTEL CORPORATION ("INTEL") MAKES AVAILABLE SOFTWARE, DOCUMENTATION
467 INTEL CORPORATION ("INTEL") MAKES AVAILABLE SOFTWARE, DOCUMENTATION,
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h324 AVAILABLE = 1, enumerator
H A Dmegaraid_sas_base.c3300 !((instance->fw_crash_state == AVAILABLE) || in fw_crash_buffer_show()
3352 if ((val <= AVAILABLE || val > COPY_ERROR)) { in fw_crash_state_store()
H A Dmegaraid_sas_fusion.c5269 instance->fw_crash_state = AVAILABLE; in megasas_fusion_crash_dump()