Home
last modified time | relevance | path

Searched refs:cnf (Results 1 – 4 of 4) sorted by relevance

/include/linux/mfd/
Dtmio.h79 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);
80 int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base);
81 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state);
82 void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state);
/include/linux/
Dinetdevice.h72 struct ipv4_devconf cnf; member
76 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) argument
83 return in_dev->cnf.data[index]; in ipv4_devconf_get()
90 set_bit(index, in_dev->cnf.state); in ipv4_devconf_set()
91 in_dev->cnf.data[index] = val; in ipv4_devconf_set()
96 bitmap_fill(in_dev->cnf.state, IPV4_DEVCONF_MAX); in ipv4_devconf_setall()
/include/net/
Dif_inet6.h196 struct ipv6_devconf cnf; member
Dipv6.h310 return idev->cnf.forwarding ? idev->cnf.accept_ra == 2 : in ipv6_accept_ra()
311 idev->cnf.accept_ra; in ipv6_accept_ra()