Searched refs:field (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/drivers/scsi/aic7xxx/
H A Dqueue.h127 #define SLIST_FOREACH(var, head, field) \
130 (var) = SLIST_NEXT((var), field))
136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \
137 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
138 SLIST_NEXT((slistelm), field) = (elm); \
141 #define SLIST_INSERT_HEAD(head, elm, field) do { \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
146 #define SLIST_NEXT(elm, field) ((elm)->field
[all...]
H A Daic79xx.reg102 field DST_MODE 0x70
103 field SRC_MODE 0x07
117 field HWERRINT 0x80
118 field BRKADRINT 0x40
119 field SWTMINT 0x20
120 field PCIINT 0x10
121 field SCSIINT 0x08
122 field SEQINT 0x04
123 field CMDCMPLT 0x02
124 field SPLTIN
[all...]
H A Daic7xxx.reg71 field TEMODE 0x80
72 field ENSELO 0x40
73 field ENSELI 0x20
74 field ENRSELI 0x10
75 field ENAUTOATNO 0x08
76 field ENAUTOATNI 0x04
77 field ENAUTOATNP 0x02
78 field SCSIRSTO 0x01
88 field DFON 0x80
89 field DFPEX
[all...]
/drivers/hid/
H A Dhid-lg3ff.c35 * 0 - seems to be command field
74 memset(report->field[0]->value, 0, sizeof(__s32)*report->field[0]->maxusage);
86 report->field[0]->value[0] = 0x51;
92 report->field[0]->value[1] = (unsigned char)(-x);
93 report->field[0]->value[31] = (unsigned char)(-y);
111 report->field[0]->value[0] = 0x51;
112 report->field[0]->value[1] = 0x00;
113 report->field[0]->value[2] = 0x00;
114 report->field[
137 struct hid_field *field; local
[all...]
H A Dhid-lg2ff.c50 lg2ff->report->field[0]->value[0] = 0x51;
51 lg2ff->report->field[0]->value[2] = weak;
52 lg2ff->report->field[0]->value[4] = strong;
54 lg2ff->report->field[0]->value[0] = 0xf3;
55 lg2ff->report->field[0]->value[2] = 0x00;
56 lg2ff->report->field[0]->value[4] = 0x00;
85 if (report->field[0]->report_count < 7) {
86 hid_err(hid, "not enough values in the field\n");
103 report->field[0]->value[0] = 0xf3;
104 report->field[
[all...]
H A Dhid-gaff.c59 gaff->report->field[0]->value[0] = 0x51;
60 gaff->report->field[0]->value[1] = 0x0;
61 gaff->report->field[0]->value[2] = right;
62 gaff->report->field[0]->value[3] = 0;
63 gaff->report->field[0]->value[4] = left;
64 gaff->report->field[0]->value[5] = 0;
68 gaff->report->field[0]->value[0] = 0xfa;
69 gaff->report->field[0]->value[1] = 0xfe;
70 gaff->report->field[0]->value[2] = 0x0;
71 gaff->report->field[
[all...]
H A Dhid-lg4ff.c146 report->field[0]->value[0] = 0x11; /* Slot 1 */
147 report->field[0]->value[1] = 0x08;
148 report->field[0]->value[2] = x;
149 report->field[0]->value[3] = 0x80;
150 report->field[0]->value[4] = 0x00;
151 report->field[0]->value[5] = 0x00;
152 report->field[0]->value[6] = 0x00;
168 report->field[0]->value[0] = 0xfe;
169 report->field[0]->value[1] = 0x0d;
170 report->field[
345 struct hid_field *field; local
[all...]
H A Dhid-lgff.c87 report->field[0]->value[0] = 0x51;
88 report->field[0]->value[1] = 0x08;
89 report->field[0]->value[2] = x;
90 report->field[0]->value[3] = y;
102 report->field[0]->value[0] = 0x42;
103 report->field[0]->value[1] = 0x00;
104 report->field[0]->value[2] = left;
105 report->field[0]->value[3] = right;
118 __s32 *value = report->field[0]->value;
136 struct hid_field *field; local
[all...]
H A Dhid-dr.c67 drff->report->field[0]->value[0] = 0x51;
68 drff->report->field[0]->value[1] = 0x00;
69 drff->report->field[0]->value[2] = weak;
70 drff->report->field[0]->value[4] = strong;
73 drff->report->field[0]->value[0] = 0xfa;
74 drff->report->field[0]->value[1] = 0xfe;
76 drff->report->field[0]->value[0] = 0xf3;
77 drff->report->field[0]->value[1] = 0x00;
80 drff->report->field[0]->value[2] = 0x00;
81 drff->report->field[
[all...]
H A Dhid-pl.c94 containing 1 field, which contains 4 ff00.0002 usages and 4 16bit
97 The input reports also contain a field which contains
102 separate fields and misses the extra input field, thus resembling
126 if (report->field[0]->report_count >= 4) {
127 report->field[0]->value[0] = 0x00;
128 report->field[0]->value[1] = 0x00;
129 strong = &report->field[0]->value[2];
130 weak = &report->field[0]->value[3];
131 debug("detected single-field device");
132 } else if (report->maxfield >= 4 && report->field[
[all...]
H A Dhid-ezkey.c30 struct hid_field *field, struct hid_usage *usage,
51 static int ez_event(struct hid_device *hdev, struct hid_field *field, argument
54 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput ||
60 struct input_dev *input = field->hidinput->input;
29 ez_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
/drivers/media/video/cx18/
H A Dcx18-vbi.h26 int cx18_used_line(struct cx18 *cx, int line, int field);
/drivers/staging/rtl8712/
H A Dbasic_types.h36 #define FIELD_OFFSET(s, field) ((addr_t)&((s *)(0))->field)
/drivers/xen/xen-pciback/
H A Dconf_space.c44 const struct config_field *field = entry->field; local
48 switch (field->size) {
50 if (field->u.b.read)
51 ret = field->u.b.read(dev, offset, (u8 *) value,
55 if (field->u.w.read)
56 ret = field->u.w.read(dev, offset, (u16 *) value,
60 if (field->u.dw.read)
61 ret = field->u.dw.read(dev, offset, value, entry->data);
72 const struct config_field *field local
150 const struct config_field *field; local
213 const struct config_field *field; local
300 const struct config_field *field; local
326 const struct config_field *field; local
344 const struct config_field *field; local
362 xen_pcibk_config_add_field_offset(struct pci_dev *dev, const struct config_field *field, unsigned int base_offset) argument
[all...]
H A Dconf_space.h42 void (*clean) (struct config_field *field);
62 const struct config_field *field; member in struct:config_field_entry
67 #define OFFSET(cfg_entry) ((cfg_entry)->base_offset+(cfg_entry)->field->offset)
73 const struct config_field *field,
77 const struct config_field *field)
79 return xen_pcibk_config_add_field_offset(dev, field, 0);
83 const struct config_field *field)
86 for (i = 0; field[i].size != 0; i++) {
87 err = xen_pcibk_config_add_field(dev, &field[i]);
95 const struct config_field *field,
76 xen_pcibk_config_add_field(struct pci_dev *dev, const struct config_field *field) argument
82 xen_pcibk_config_add_fields(struct pci_dev *dev, const struct config_field *field) argument
94 xen_pcibk_config_add_fields_offset(struct pci_dev *dev, const struct config_field *field, unsigned int offset) argument
[all...]
H A Dconf_space_quirks.c64 *field)
68 switch (field->size) {
70 field->u.b.read = xen_pcibk_read_config_byte;
71 field->u.b.write = xen_pcibk_write_config_byte;
74 field->u.w.read = xen_pcibk_read_config_word;
75 field->u.w.write = xen_pcibk_write_config_word;
78 field->u.dw.read = xen_pcibk_read_config_dword;
79 field->u.dw.write = xen_pcibk_write_config_dword;
86 xen_pcibk_config_add_field(dev, field);
118 void xen_pcibk_config_field_free(struct config_field *field) argument
63 xen_pcibk_config_quirks_add_field(struct pci_dev *dev, struct config_field *field) argument
[all...]
H A Dconf_space_quirks.h21 *field);
27 void xen_pcibk_config_field_free(struct config_field *field);
/drivers/staging/cxt1e1/
H A Dlibsbew.h440 #define IS_FRAME_ANY_T1(field) \
441 (((field) == CFG_FRAME_NONE) || \
442 ((field) == CFG_FRAME_SF) || \
443 ((field) == CFG_FRAME_ESF) || \
444 ((field) == CFG_FRAME_SF_AMI) || \
445 ((field) == CFG_FRAME_ESF_AMI))
447 #define IS_FRAME_ANY_T1ESF(field) \
448 (((field) == CFG_FRAME_ESF) || \
449 ((field) == CFG_FRAME_ESF_AMI))
451 #define IS_FRAME_ANY_E1(field) \
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c155 u8 field; local
175 field = vhcr->in_modifier;
176 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_PHYS_PORT_OFFSET);
178 field = 0; /* ensure fvl bit is not set */
179 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_ETH_PROPS_OFFSET);
181 field = 1 << 7; /* enable only ethernet interface */
182 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_FLAGS_OFFSET);
184 field = dev->caps.num_ports;
185 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_NUM_PORTS_OFFSET);
224 u8 field; local
319 u8 field; local
1180 u16 field; local
[all...]
/drivers/staging/rtl8192e/
H A Drtl819x_BA.h44 } field; member in union:sequence_control
55 } field; member in union:ba_param_set
65 } field; member in union:delba_param_set
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BA.h35 }field; member in union:_SEQUENCE_CONTROL
46 } field; member in union:_BA_PARAM_SET
56 } field; member in union:_DELBA_PARAM_SET
/drivers/media/video/davinci/
H A Dvpif_capture.h37 #define VPIF_VALID_FIELD(field) (((V4L2_FIELD_ANY == field) || \
38 (V4L2_FIELD_NONE == field)) || \
39 (((V4L2_FIELD_INTERLACED == field) || \
40 (V4L2_FIELD_SEQ_TB == field)) || \
41 (V4L2_FIELD_SEQ_BT == field)))
69 * This field keeps track of type of buffer exchange mechanism
111 /* Indicates id of the field which is being displayed */
/drivers/net/ethernet/sfc/
H A Dbitfield.h43 /* Specified attribute (e.g. LBN) of the specified field */
44 #define EFX_VAL(field, attribute) field ## _ ## attribute
45 /* Low bit number of the specified field */
46 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN)
47 /* Bit width of the specified field */
48 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH)
49 /* High bit number of the specified field */
[all...]
/drivers/media/video/ivtv/
H A Divtv-vbi.h29 int ivtv_used_line(struct ivtv *itv, int line, int field);
/drivers/media/video/tm6000/
H A Dtm6000-usb-isoc.h41 /* Last field: ODD or EVEN? */
42 int vfield, field; member in struct:usb_isoc_ctl

Completed in 452 milliseconds

1234567891011>>