Searched refs:cfg (Results 1 – 2 of 2) sorted by relevance
298 bool *cfg) in test_dev_config_update_bool() argument303 if (strtobool(buf, cfg) < 0) in test_dev_config_update_bool()325 static ssize_t test_dev_config_show_int(char *buf, int cfg) in test_dev_config_show_int() argument330 val = cfg; in test_dev_config_show_int()336 static int test_dev_config_update_u8(const char *buf, size_t size, u8 *cfg) in test_dev_config_update_u8() argument349 *(u8 *)cfg = new; in test_dev_config_update_u8()356 static ssize_t test_dev_config_show_u8(char *buf, u8 cfg) in test_dev_config_show_u8() argument361 val = cfg; in test_dev_config_show_u8()
759 struct netlink_kernel_cfg cfg = { in uevent_net_init() local769 ue_sk->sk = netlink_kernel_create(net, NETLINK_KOBJECT_UEVENT, &cfg); in uevent_net_init()