Home
last modified time | relevance | path

Searched refs:set_options (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Dstm.h93 long (*set_options)(struct stm_data *, unsigned int, member
/Linux-v6.1/net/openvswitch/
Dvport.h132 int (*set_options)(struct vport *, struct nlattr *); member
Dvport.c240 if (!vport->ops->set_options) in ovs_vport_set_options()
242 return vport->ops->set_options(vport, options); in ovs_vport_set_options()
/Linux-v6.1/drivers/hwtracing/stm/
Dcore.c820 if (stm_data->set_options) in stm_char_ioctl()
821 err = stm_data->set_options(stm_data, in stm_char_ioctl()
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-stm.c836 drvdata->stm.set_options = stm_generic_set_options; in stm_init_generic_data()