Home
last modified time | relevance | path

Searched refs:if_config (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/scripts/dtc/
Ddt_to_config556 my @if_config;
562 my $if_config;
586 $if_config = "!" . pop @if_config;
587 $if_config =~ s/^!!//;
588 push @if_config, $if_config;
605 $if_config = $ifdef_config;
608 $if_config = $ifeq_config;
610 $if_config = "!" . $ifeq_config;
613 $if_config = "!" . $ifndef_config;
616 $if_config = "!" . $ifneq_config;
[all …]
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dinterface.c92 static int if_config(struct cardstate *cs, int *arg) in if_config() function
196 retval = if_config(cs, &int_arg); in if_ioctl()