set_options       850 drivers/hwtracing/coresight/coresight-stm.c 	drvdata->stm.set_options = stm_generic_set_options;
set_options       820 drivers/hwtracing/stm/core.c 		if (stm_data->set_options)
set_options       821 drivers/hwtracing/stm/core.c 			err = stm_data->set_options(stm_data,
set_options        93 include/linux/stm.h 	long			(*set_options)(struct stm_data *, unsigned int,
set_options       236 net/openvswitch/vport.c 	if (!vport->ops->set_options)
set_options       238 net/openvswitch/vport.c 	return vport->ops->set_options(vport, options);
set_options       128 net/openvswitch/vport.h 	int (*set_options)(struct vport *, struct nlattr *);