Searched refs:cnf (Results 1 – 4 of 4) sorted by relevance
/include/linux/mfd/ |
D | tmio.h | 79 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/ |
D | inetdevice.h | 72 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/ |
D | if_inet6.h | 196 struct ipv6_devconf cnf; member
|
D | ipv6.h | 310 return idev->cnf.forwarding ? idev->cnf.accept_ra == 2 : in ipv6_accept_ra() 311 idev->cnf.accept_ra; in ipv6_accept_ra()
|