Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Ddt_to_config557 my @if_config;
563 my $if_config;
587 $if_config = "!" . pop @if_config;
588 $if_config =~ s/^!!//;
589 push @if_config, $if_config;
606 $if_config = $ifdef_config;
609 $if_config = $ifeq_config;
611 $if_config = "!" . $ifeq_config;
614 $if_config = "!" . $ifndef_config;
617 $if_config = "!" . $ifneq_config;
[all …]
/Linux-v4.19/drivers/isdn/gigaset/
Dinterface.c95 static int if_config(struct cardstate *cs, int *arg) in if_config() function
199 retval = if_config(cs, &int_arg); in if_ioctl()