Home
last modified time | relevance | path

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

/lib/
Dtest_firmware.c298 bool *cfg) in test_dev_config_update_bool() argument
303 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() argument
330 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() argument
349 *(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() argument
361 val = cfg; in test_dev_config_show_u8()
Dkobject_uevent.c759 struct netlink_kernel_cfg cfg = { in uevent_net_init() local
769 ue_sk->sk = netlink_kernel_create(net, NETLINK_KOBJECT_UEVENT, &cfg); in uevent_net_init()