Searched refs:ctl (Results 1 – 18 of 18) sorted by relevance
| /include/linux/ |
| A D | i2c-algo-pcf.h | 19 void (*setpcf) (void *data, int ctl, int val); 20 int (*getpcf) (void *data, int ctl);
|
| A D | socket.h | 116 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument 128 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ argument 129 (struct cmsghdr *)(ctl) : \
|
| A D | sysctl.h | 64 typedef int proc_handler(const struct ctl_table *ctl, int write, void *buffer,
|
| A D | libata.h | 567 u8 ctl; /* control reg */ member 883 u8 ctl; /* cache of ATA control register */ member 1013 void (*sff_set_devctl)(struct ata_port *ap, u8 ctl); 1840 qc->tf.ctl |= ATA_NIEN; in ata_qc_set_polling() 1876 tf->ctl = dev->link->ap->ctl; in ata_tf_init() 1878 tf->ctl = ATA_DEVCTL_OBS; in ata_tf_init()
|
| A D | mISDNif.h | 530 clockctl_func_t *ctl; member
|
| A D | thunderbolt.h | 85 struct tb_ctl *ctl; member
|
| A D | switchtec.h | 357 u32 ctl; member
|
| A D | serial_core.h | 387 void (*break_ctl)(struct uart_port *, int ctl);
|
| /include/linux/firmware/cirrus/ |
| A D | cs_dsp.h | 210 int (*control_add)(struct cs_dsp_coeff_ctl *ctl); 211 void (*control_remove)(struct cs_dsp_coeff_ctl *ctl); 246 int cs_dsp_coeff_write_acked_control(struct cs_dsp_coeff_ctl *ctl, unsigned int event_id); 247 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 249 int cs_dsp_coeff_lock_and_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 251 int cs_dsp_coeff_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 253 int cs_dsp_coeff_lock_and_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 275 struct cs_dsp_coeff_ctl *ctl; member
|
| /include/net/netns/ |
| A D | unix.h | 19 struct ctl_table_header *ctl; member
|
| A D | mpls.h | 20 struct ctl_table_header *ctl; member
|
| /include/linux/soundwire/ |
| A D | sdw_registers.h | 335 #define SDW_SDCA_CTL(fun, ent, ctl, ch) (BIT(30) | \ argument 339 (((ctl) & GENMASK(5, 4)) << 15) | \ 340 (((ctl) & GENMASK(3, 0)) << 3) | \
|
| /include/net/ |
| A D | neighbour.h | 420 int neigh_proc_dointvec(const struct ctl_table *ctl, int write, 422 int neigh_proc_dointvec_jiffies(const struct ctl_table *ctl, int write, 425 int neigh_proc_dointvec_ms_jiffies(const struct ctl_table *ctl, int write,
|
| A D | ndisc.h | 465 int ndisc_ifinfo_sysctl_change(const struct ctl_table *ctl, int write,
|
| /include/sound/ |
| A D | soc-component.h | 465 const char * const ctl); 467 const char * const ctl);
|
| /include/linux/habanalabs/ |
| A D | cpucp_if.h | 81 __le32 ctl; member 818 __le32 ctl; member
|
| /include/trace/events/ |
| A D | libata.h | 204 __field( unsigned char, ctl ) 271 __field( unsigned char, ctl )
|
| /include/linux/greybus/ |
| A D | greybus_protocols.h | 2032 struct gb_audio_control ctl[]; /* 'ncontrols' entries */ member
|
Completed in 70 milliseconds