Searched refs:type (Results 276 - 300 of 13787) sorted by path

<<11121314151617181920>>

/linux-master/drivers/input/rmi4/
H A Drmi_2d_sensor.h19 enum rmi_2d_sensor_object_type type; member in struct:rmi_2d_sensor_abs_object
/linux-master/drivers/input/serio/
H A Duserio.c198 switch (cmd.type) {
200 if (!userio->serio->id.type) {
202 "No port type given on /dev/userio\n");
222 "Can't change port type on an already running userio instance\n");
227 userio->serio->id.type = cmd.data;
/linux-master/drivers/input/touchscreen/
H A Ddynapro.c164 .type = SERIO_RS232,
H A Degalax_ts_serial.c166 .type = SERIO_RS232,
H A Dfujitsu_ts.c152 .type = SERIO_RS232,
H A Dhampshire.c163 .type = SERIO_RS232,
H A Dinexio.c165 .type = SERIO_RS232,
H A Dmtouch.c179 .type = SERIO_RS232,
H A Dpenmount.c294 .type = SERIO_RS232,
H A Dtouchit213.c193 .type = SERIO_RS232,
H A Dtouchright.c153 .type = SERIO_RS232,
H A Dtouchwin.c160 .type = SERIO_RS232,
H A Dtsc40.c146 .type = SERIO_RS232,
/linux-master/drivers/irqchip/
H A Dirq-atmel-aic-common.c48 int aic_common_set_type(struct irq_data *d, unsigned type, unsigned *val) argument
54 switch (type) {
253 gc->chip_types[0].type = IRQ_TYPE_SENSE_MASK;
H A Dirq-atmel-aic-common.h20 int aic_common_set_type(struct irq_data *d, unsigned type, unsigned *val);
H A Dirq-crossbar.c171 unsigned int *type)
182 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
168 crossbar_domain_translate(struct irq_domain *d, struct irq_fwspec *fwspec, unsigned long *hwirq, unsigned int *type) argument
H A Dirq-vf610-mscm-ir.c163 unsigned int *type)
168 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
160 vf610_mscm_ir_domain_translate(struct irq_domain *d, struct irq_fwspec *fwspec, unsigned long *hwirq, unsigned int *type) argument
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h128 int type; member in struct:hm_map
143 int ctype; /* controller type */
208 u_int leds; /* type of leds */
H A Dipac.h16 u32 type; member in struct:isac_hw
62 u32 type; member in struct:ipac_hw
H A Dspeedfax.c326 sf->isac.type = IPAC_TYPE_ISAC;
/linux-master/drivers/macintosh/
H A Dwindfarm.h40 int type; member in struct:wf_control
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-eeprom.c62 static char eeprom_set_mac_addr(struct adapter *adapter, char type, u8 *mac)
66 if (type != 0) {
H A Dflexcop-fe-tuner.c665 flexcop_device_type_t type; member in struct:__anon4625
687 /* type needs to be set before, because of some workarounds
688 * done based on the probed card type */
689 fc->dev_type = flexcop_frontends[i].type;
H A Dflexcop-sram.c10 flexcop_sram_type_t type)
12 flexcop_set_ibi_value(wan_ctrl_reg_71c, sram_chip, type);
9 flexcop_sram_set_chip(struct flexcop_device *fc, flexcop_sram_type_t type) argument
/linux-master/drivers/media/common/
H A Dcypress_firmware.c57 hx->type = b[3];
59 if (hx->type == 0x04) {
73 const struct firmware *fw, int type)
84 ret = usb_cypress_writemem(udev, cypress[type].cs_reg, hx->data, 1);
114 ret = usb_cypress_writemem(udev, cypress[type].cs_reg, hx->data, 1);
72 cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type) argument

Completed in 322 milliseconds

<<11121314151617181920>>