Home
last modified time | relevance | path

Searched refs:fb_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/sound/
H A Dump_msg.h761 struct snd_ump_stream_msg_fb_name fb_name; member
/openbmc/linux/sound/core/
H A Dump.c810 blk = buf->fb_name.function_block_id; in ump_handle_fb_name_msg()
/openbmc/linux/net/core/
H A Ddev.c11507 char fb_name[IFNAMSIZ]; in default_device_exit_net() local
11518 snprintf(fb_name, IFNAMSIZ, "dev%d", dev->ifindex); in default_device_exit_net()
11519 if (netdev_name_in_use(&init_net, fb_name)) in default_device_exit_net()
11520 snprintf(fb_name, IFNAMSIZ, "dev%%d"); in default_device_exit_net()
11529 err = dev_change_net_namespace(dev, &init_net, fb_name); in default_device_exit_net()