Home
last modified time | relevance | path

Searched refs:ctrl (Results 1 – 25 of 37) sorted by relevance

12

/include/media/
A Dv4l2-ctrls.h368 struct v4l2_ctrl *ctrl; member
935 if (!ctrl) in v4l2_ctrl_grab()
938 v4l2_ctrl_lock(ctrl); in v4l2_ctrl_grab()
940 v4l2_ctrl_unlock(ctrl); in v4l2_ctrl_grab()
989 v4l2_ctrl_lock(ctrl); in v4l2_ctrl_modify_range()
991 v4l2_ctrl_unlock(ctrl); in v4l2_ctrl_modify_range()
1042 v4l2_ctrl_lock(ctrl); in v4l2_ctrl_modify_dimensions()
1141 v4l2_ctrl_lock(ctrl); in v4l2_ctrl_s_ctrl()
1193 v4l2_ctrl_lock(ctrl); in v4l2_ctrl_s_ctrl_int64()
1231 v4l2_ctrl_lock(ctrl); in v4l2_ctrl_s_ctrl_string()
[all …]
/include/linux/
A Dspmi.h41 struct spmi_controller *ctrl; member
60 struct spmi_device *spmi_device_alloc(struct spmi_controller *ctrl);
83 int (*cmd)(struct spmi_controller *ctrl, u8 opcode, u8 sid);
84 int (*read_cmd)(struct spmi_controller *ctrl, u8 opcode,
86 int (*write_cmd)(struct spmi_controller *ctrl, u8 opcode,
98 return dev_get_drvdata(&ctrl->dev); in spmi_controller_get_drvdata()
104 dev_set_drvdata(&ctrl->dev, data); in spmi_controller_set_drvdata()
116 if (ctrl) in spmi_controller_put()
117 put_device(&ctrl->dev); in spmi_controller_put()
120 int spmi_controller_add(struct spmi_controller *ctrl);
[all …]
A Dmdio-bitbang.h17 void (*set_mdc)(struct mdiobb_ctrl *ctrl, int level);
22 void (*set_mdio_dir)(struct mdiobb_ctrl *ctrl, int output);
28 void (*set_mdio_data)(struct mdiobb_ctrl *ctrl, int value);
31 int (*get_mdio_data)(struct mdiobb_ctrl *ctrl);
47 struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl);
A Dserdev.h46 struct serdev_controller *ctrl; member
95 int (*break_ctl)(struct serdev_controller *ctrl, unsigned int break_state);
146 void *serdev_controller_get_drvdata(const struct serdev_controller *ctrl) in serdev_controller_get_drvdata() argument
148 return ctrl ? dev_get_drvdata(&ctrl->dev) : NULL; in serdev_controller_get_drvdata()
151 static inline void serdev_controller_set_drvdata(struct serdev_controller *ctrl, in serdev_controller_set_drvdata() argument
154 dev_set_drvdata(&ctrl->dev, data); in serdev_controller_set_drvdata()
161 static inline void serdev_controller_put(struct serdev_controller *ctrl) in serdev_controller_put() argument
163 if (ctrl) in serdev_controller_put()
164 put_device(&ctrl->dev); in serdev_controller_put()
179 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_write_wakeup()
[all …]
A Dmii_timestamper.h88 struct mii_timestamping_ctrl *ctrl);
101 struct mii_timestamping_ctrl *ctrl) in register_mii_tstamp_controller() argument
A Dslimbus.h61 struct slim_controller *ctrl; member
175 struct slim_device *of_slim_get_device(struct slim_controller *ctrl,
177 struct slim_device *slim_get_device(struct slim_controller *ctrl,
A Dnospec.h70 unsigned long ctrl);
A Dscc.h58 io_port ctrl; /* I/O address of CONTROL register */ member
A Dposix-timers.h122 long posixtimer_create_prctl(unsigned long ctrl);
149 static inline long posixtimer_create_prctl(unsigned long ctrl) { return -EINVAL; } in posixtimer_create_prctl() argument
/include/linux/surface_aggregator/
A Dcontroller.h121 struct ssam_controller *ctrl,
184 int ssam_request_sync_submit(struct ssam_controller *ctrl,
210 int ssam_request_do_sync(struct ssam_controller *ctrl,
356 static int name(struct ssam_controller *ctrl) \
409 return ssam_request_do_sync_onstack(ctrl, &rqst, NULL, \
461 struct device *dev = ssam_controller_device(ctrl); \
522 struct device *dev = ssam_controller_device(ctrl); \
666 struct device *dev = ssam_controller_device(ctrl); \
730 struct device *dev = ssam_controller_device(ctrl); \
960 int ssam_notifier_register(struct ssam_controller *ctrl,
[all …]
A Ddevice.h171 struct ssam_controller *ctrl; member
254 struct ssam_device *ssam_device_alloc(struct ssam_controller *ctrl,
372 int __ssam_register_clients(struct device *parent, struct ssam_controller *ctrl,
405 return __ssam_register_clients(dev, ctrl, dev_fwnode(dev)); in ssam_register_clients()
424 return ssam_register_clients(&sdev->dev, sdev->ctrl); in ssam_device_register_clients()
458 return __raw_##name(sdev->ctrl, sdev->uid.target, \
492 return __raw_##name(sdev->ctrl, sdev->uid.target, \
526 return __raw_##name(sdev->ctrl, sdev->uid.target, \
562 return __raw_##name(sdev->ctrl, sdev->uid.target, \
604 return ssam_notifier_register(sdev->ctrl, n); in ssam_device_notifier_register()
[all …]
/include/linux/firmware/imx/svc/
A Dmisc.h51 u8 ctrl, u32 val);
54 u8 ctrl, u32 *val);
60 u32 resource, u8 ctrl, u32 val) in imx_sc_misc_set_control() argument
66 u32 resource, u8 ctrl, u32 *val) in imx_sc_misc_get_control() argument
/include/linux/mtd/
A Dplatnand.h58 void (*cmd_ctrl)(struct nand_chip *chip, int dat, unsigned int ctrl);
71 struct platform_nand_ctrl ctrl; member
/include/soc/fsl/
A Ddpaa2-fd.h48 __le32 ctrl; member
148 return le32_to_cpu(fd->simple.ctrl); in dpaa2_fd_get_ctrl()
156 static inline void dpaa2_fd_set_ctrl(struct dpaa2_fd *fd, u32 ctrl) in dpaa2_fd_set_ctrl() argument
158 fd->simple.ctrl = cpu_to_le32(ctrl); in dpaa2_fd_set_ctrl()
464 __le32 ctrl; member
525 return le32_to_cpu(fle->ctrl); in dpaa2_fl_get_ctrl()
533 static inline void dpaa2_fl_set_ctrl(struct dpaa2_fl_entry *fle, u32 ctrl) in dpaa2_fl_set_ctrl() argument
535 fle->ctrl = cpu_to_le32(ctrl); in dpaa2_fl_set_ctrl()
/include/uapi/linux/netfilter_bridge/
A Debt_802_3.h33 __u8 ctrl; member
41 __be16 ctrl; member
/include/linux/platform_data/
A Dmax197.h20 int (*convert)(u8 ctrl);
A Dgpio-omap.h166 u16 ctrl; member
/include/net/caif/
A Dcaif_layer.h215 void (*ctrlcmd) (struct cflayer *layr, enum caif_ctrlcmd ctrl,
227 int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl);
/include/uapi/linux/
A Dif_fddi.h89 __u8 ctrl; /* control byte #1 */ member
104 __u8 ctrl; /* always 0x03 */ member
A Dif_hippi.h143 __u8 ctrl; /* always 0x03 */ member
/include/uapi/rdma/hfi/
A Dhfi1_user.h204 __u16 ctrl; member
/include/sound/
A Dsnd_wavefront.h106 struct pnp_dev *ctrl; member
/include/xen/interface/io/
A Dusbif.h342 uint8_t ctrl[8]; /* setup_packet (Ctrl) */ member
/include/net/bluetooth/
A Drfcomm.h106 u8 ctrl; member
112 u8 ctrl; member
/include/media/drv-intf/
A Dsaa7146_vv.h164 int saa7146_s_ctrl(struct v4l2_ctrl *ctrl);

Completed in 48 milliseconds

12