| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | sysfs.c | 10 #define SIMPLE_SHOW_STORE(name, get, set) \ argument 37 #define SIMPLE_SHOW(name, get) \ argument
|
| /linux/drivers/gpio/ |
| H A D | gpio-raspberrypi-exp.c | 57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local 135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local 159 struct gpio_get_set_state get; in rpi_exp_gpio_get() local 181 struct gpio_get_set_state set; in rpi_exp_gpio_set() local
|
| /linux/include/linux/usb/ |
| H A D | audio.h | 29 int (*set)(struct usb_audio_control *con, u8 cmd, int value); member 30 int (*get)(struct usb_audio_control *con, u8 cmd); member
|
| H A D | role.h | 43 usb_role_switch_set_t set; member 44 usb_role_switch_get_t get; member
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob.h | 61 int (*get)(struct snd_bebob *bebob, unsigned int *id); member 64 int (*get)(struct snd_bebob *bebob, unsigned int *rate); member 65 int (*set)(struct snd_bebob *bebob, unsigned int rate); member 70 int (*get)(struct snd_bebob *bebob, u32 *target, unsigned int size); member
|
| /linux/drivers/net/usb/ |
| H A D | rndis_host.c | 235 struct rndis_query *get; in rndis_query() member 299 struct rndis_query *get; in generic_rndis_bind() member 301 struct rndis_set *set; in generic_rndis_bind() member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | ior.h | 54 int (*get)(struct nvkm_outp *, int *link); member 55 void (*set)(struct nvkm_outp *, struct nvkm_ior *); member 67 int (*get)(struct nvkm_ior *); member 68 int (*set)(struct nvkm_ior *, int lvl); member
|
| H A D | outp.h | 104 int (*get)(struct nvkm_outp *); member 105 int (*set)(struct nvkm_outp *, int level); member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | priv.h | 49 int (*get)(struct nvkm_therm *); member 50 int (*set)(struct nvkm_therm *, int percent); member
|
| /linux/tools/testing/selftests/mqueue/ |
| H A D | mq_open_tests.c | 118 static inline int get(FILE *stream) in get() function 127 static inline void set(FILE *stream, int value) in set() function
|
| H A D | mq_perf_tests.c | 238 static inline int get(FILE *stream) in get() function 247 static inline void set(FILE *stream, int value) in set() function
|
| /linux/drivers/dma/qcom/ |
| H A D | hidma_mgmt_sys.c | 22 int (*get)(struct hidma_mgmt_dev *mdev); member 23 int (*set)(struct hidma_mgmt_dev *mdev, u64 val); member
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dcbx.h | 70 struct qed_dcbx_set set; member 71 struct qed_dcbx_get get; member
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_coherency.c | 277 int (*set)(struct context *ctx, unsigned long offset, u32 v); member 278 int (*get)(struct context *ctx, unsigned long offset, u32 *v); member
|
| /linux/drivers/usb/roles/ |
| H A D | class.c | 35 usb_role_switch_set_t set; member 36 usb_role_switch_get_t get; member
|
| /linux/sound/pci/ice1712/ |
| H A D | psc724.c | 241 void (*set)(struct snd_ice1712 *ice, bool on); member 242 bool (*get)(struct snd_ice1712 *ice); member
|
| H A D | wm8766.h | 125 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2); member 126 void (*get)(struct snd_wm8766 *wm, u16 *ch1, u16 *ch2); member
|
| H A D | wm8776.h | 181 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2); member 182 void (*get)(struct snd_wm8776 *wm, u16 *ch1, u16 *ch2); member
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-api.c | 233 bool get) in prepare_ext_ctrls() 536 bool set) in validate_ctrls() 589 struct video_device *vdev, bool set) in try_set_ext_ctrls_common() 726 struct v4l2_ext_controls *cs, bool set) in try_set_ext_ctrls()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_sbi_fwft.c | 52 long (*set)(struct kvm_vcpu *vcpu, struct kvm_sbi_fwft_config *conf, member 62 long (*get)(struct kvm_vcpu *vcpu, struct kvm_sbi_fwft_config *conf, member
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_dcb.c | 324 struct hwrm_fw_set_structured_data_input *set; in bnxt_hwrm_set_dcbx_app() local 325 struct hwrm_fw_get_structured_data_input *get; in bnxt_hwrm_set_dcbx_app() local
|
| /linux/arch/powerpc/include/asm/ |
| H A D | iommu.h | 45 int (*set)(struct iommu_table *tbl, member 70 unsigned long (*get)(struct iommu_table *tbl, long index); member
|
| /linux/include/linux/ |
| H A D | virtio_config.h | 113 void (*get)(struct virtio_device *vdev, unsigned offset, member 115 void (*set)(struct virtio_device *vdev, unsigned offset, member
|
| H A D | netfilter.h | 189 int (*set)(struct sock *sk, int optval, sockptr_t arg, member 193 int (*get)(struct sock *sk, int optval, void __user *user, int *len); member
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-ioctl.c | 49 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) in select_service_from_set() 79 u16 set = fmt->service_set; in ivtv_expand_service_set() local 104 u16 set = 0; in ivtv_get_service_set() local 688 static int ivtv_itvc(struct ivtv *itv, bool get, u64 reg, u64 *val) in ivtv_itvc() 1230 int set = itv->is_50hz ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525; in ivtv_g_sliced_vbi_cap() local
|