/include/linux/ |
D | mdio-bitbang.h | 16 void (*set_mdc)(struct mdiobb_ctrl *ctrl, int level); 21 void (*set_mdio_dir)(struct mdiobb_ctrl *ctrl, int output); 27 void (*set_mdio_data)(struct mdiobb_ctrl *ctrl, int value); 30 int (*get_mdio_data)(struct mdiobb_ctrl *ctrl); 40 struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl);
|
D | gpio-fan.h | 26 unsigned *ctrl; /* fan control GPIOs. */ member
|
D | if_fddi.h | 69 __u8 ctrl; /* control byte #1 */ member 85 __u8 ctrl; /* always 0x03 */ member
|
D | cdk.h | 352 unsigned long ctrl; member 454 cdkctrl_t ctrl; member
|
D | if_hippi.h | 142 __u8 ctrl; /* always 0x03 */ member
|
D | scc.h | 223 io_port ctrl; /* I/O address of CONTROL register */ member
|
D | omapfb.h | 155 __u32 ctrl; member
|
D | mISDNif.h | 464 ctrl_func_t *ctrl; member
|
D | videodev2.h | 2233 struct v4l2_event_ctrl ctrl; member
|
/include/media/ |
D | v4l2-ctrls.h | 51 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl); 52 int (*try_ctrl)(struct v4l2_ctrl *ctrl); 53 int (*s_ctrl)(struct v4l2_ctrl *ctrl); 161 struct v4l2_ctrl *ctrl; member 356 struct v4l2_ctrl *ctrl); 432 void v4l2_ctrl_activate(struct v4l2_ctrl *ctrl, bool active); 447 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed); 453 static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_lock() argument 455 mutex_lock(&ctrl->handler->lock); in v4l2_ctrl_lock() 462 static inline void v4l2_ctrl_unlock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_unlock() argument [all …]
|
D | v4l2-common.h | 85 int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl,
|
D | v4l2-subdev.h | 155 int (*g_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl); 156 int (*s_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl);
|
/include/net/bluetooth/ |
D | l2cap.h | 687 static inline __u16 __get_reqseq(struct l2cap_chan *chan, __u32 ctrl) in __get_reqseq() argument 690 return (ctrl & L2CAP_EXT_CTRL_REQSEQ) >> in __get_reqseq() 693 return (ctrl & L2CAP_CTRL_REQSEQ) >> L2CAP_CTRL_REQSEQ_SHIFT; in __get_reqseq() 705 static inline __u16 __get_txseq(struct l2cap_chan *chan, __u32 ctrl) in __get_txseq() argument 708 return (ctrl & L2CAP_EXT_CTRL_TXSEQ) >> in __get_txseq() 711 return (ctrl & L2CAP_CTRL_TXSEQ) >> L2CAP_CTRL_TXSEQ_SHIFT; in __get_txseq() 723 static inline bool __is_sframe(struct l2cap_chan *chan, __u32 ctrl) in __is_sframe() argument 726 return ctrl & L2CAP_EXT_CTRL_FRAME_TYPE; in __is_sframe() 728 return ctrl & L2CAP_CTRL_FRAME_TYPE; in __is_sframe() 739 static inline __u8 __get_ctrl_sar(struct l2cap_chan *chan, __u32 ctrl) in __get_ctrl_sar() argument [all …]
|
D | rfcomm.h | 107 u8 ctrl; member 113 u8 ctrl; member
|
/include/linux/netfilter_bridge/ |
D | ebt_802_3.h | 31 __u8 ctrl; member 39 __be16 ctrl; member
|
/include/net/caif/ |
D | caif_layer.h | 217 void (*ctrlcmd) (struct cflayer *layr, enum caif_ctrlcmd ctrl, 229 int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl);
|
D | cfsrvl.h | 36 void cfsrvl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl,
|
/include/asm-generic/ |
D | rtc.h | 47 unsigned char ctrl; in __get_rtc_time() local 82 ctrl = CMOS_READ(RTC_CONTROL); in __get_rtc_time() 85 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in __get_rtc_time()
|
/include/linux/i2c/ |
D | twl4030-madc.h | 30 u8 ctrl; member
|
/include/linux/uwb/ |
D | spec.h | 416 u16 ctrl = le16_to_cpu(ie->relinquish_req_control); in uwb_ie_relinquish_req_set_reason_code() local 417 ctrl = (ctrl & ~(0xf << 0)) | (reason_code << 0); in uwb_ie_relinquish_req_set_reason_code() 418 ie->relinquish_req_control = cpu_to_le16(ctrl); in uwb_ie_relinquish_req_set_reason_code()
|
/include/linux/mtd/ |
D | nand.h | 493 void (*cmd_ctrl)(struct mtd_info *mtd, int dat, unsigned int ctrl); 651 void (*cmd_ctrl)(struct mtd_info *mtd, int dat, unsigned int ctrl); 664 struct platform_nand_ctrl ctrl; member
|
/include/sound/ |
D | snd_wavefront.h | 104 struct pnp_dev *ctrl; member
|
/include/video/ |
D | omapdss.h | 562 } ctrl; member
|