Searched refs:set_options (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | stm.h | 51 * @set_options: set device-specific options on a channel 55 * passed back to @packet(), @mmio_addr(), @link(), @unlink() and @set_options() 93 long (*set_options)(struct stm_data *, unsigned int, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stm.h | 51 * @set_options: set device-specific options on a channel 55 * passed back to @packet(), @mmio_addr(), @link(), @unlink() and @set_options() 93 long (*set_options)(struct stm_data *, unsigned int, member
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | vport.c | 238 if (!vport->ops->set_options) in ovs_vport_set_options() 240 return vport->ops->set_options(vport, options); in ovs_vport_set_options()
|
H A D | vport.h | 113 * @set_options: Modify the configuration of an existing vport. May be %NULL 128 int (*set_options)(struct vport *, struct nlattr *); member
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | vport.h | 121 * @set_options: Modify the configuration of an existing vport. May be %NULL 136 int (*set_options)(struct vport *, struct nlattr *); member
|
H A D | vport.c | 254 if (!vport->ops->set_options) in ovs_vport_set_options() 256 return vport->ops->set_options(vport, options); in ovs_vport_set_options()
|
/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
H A D | core.c | 820 if (stm_data->set_options) in stm_char_ioctl() 821 err = stm_data->set_options(stm_data, in stm_char_ioctl()
|
/kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
H A D | core.c | 820 if (stm_data->set_options) in stm_char_ioctl() 821 err = stm_data->set_options(stm_data, in stm_char_ioctl()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 851 drvdata->stm.set_options = stm_generic_set_options; in stm_init_generic_data()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 804 drvdata->stm.set_options = stm_generic_set_options; in stm_init_generic_data()
|
Completed in 9 milliseconds