Searched refs:field (Results 1 - 25 of 457) 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/clk/st/
H A Dclkgen.h19 struct clkgen_field *field)
21 return (readl(base + field->offset) >> field->shift) & field->mask;
25 static inline void clkgen_write(void __iomem *base, struct clkgen_field *field, argument
28 writel((readl(base + field->offset) &
29 ~(field->mask << field->shift)) | (val << field->shift),
30 base + field
18 clkgen_read(void __iomem *base, struct clkgen_field *field) argument
[all...]
/drivers/hid/
H A Dhid-lg2ff.c48 lg2ff->report->field[0]->value[0] = 0x51;
49 lg2ff->report->field[0]->value[2] = weak;
50 lg2ff->report->field[0]->value[4] = strong;
52 lg2ff->report->field[0]->value[0] = 0xf3;
53 lg2ff->report->field[0]->value[2] = 0x00;
54 lg2ff->report->field[0]->value[4] = 0x00;
88 report->field[0]->value[0] = 0xf3;
89 report->field[0]->value[1] = 0x00;
90 report->field[0]->value[2] = 0x00;
91 report->field[
[all...]
H A Dhid-lg3ff.c33 * 0 - seems to be command field
69 * Available values in the field should always be 63, but we only use up to
72 memset(report->field[0]->value, 0,
73 sizeof(__s32) * report->field[0]->report_count);
85 report->field[0]->value[0] = 0x51;
91 report->field[0]->value[1] = (unsigned char)(-x);
92 report->field[0]->value[31] = (unsigned char)(-y);
110 report->field[0]->value[0] = 0x51;
111 report->field[0]->value[1] = 0x00;
112 report->field[
[all...]
H A Dhid-gaff.c57 gaff->report->field[0]->value[0] = 0x51;
58 gaff->report->field[0]->value[1] = 0x0;
59 gaff->report->field[0]->value[2] = right;
60 gaff->report->field[0]->value[3] = 0;
61 gaff->report->field[0]->value[4] = left;
62 gaff->report->field[0]->value[5] = 0;
66 gaff->report->field[0]->value[0] = 0xfa;
67 gaff->report->field[0]->value[1] = 0xfe;
68 gaff->report->field[0]->value[2] = 0x0;
69 gaff->report->field[
[all...]
H A Dhid-pl.c96 containing 1 field, which contains 4 ff00.0002 usages and 4 16bit
99 The input reports also contain a field which contains
104 separate fields and misses the extra input field, thus resembling
129 if (report->field[0]->report_count >= 4) {
130 report->field[0]->value[0] = 0x00;
131 report->field[0]->value[1] = 0x00;
132 strong = &report->field[0]->value[2];
133 weak = &report->field[0]->value[3];
134 debug("detected single-field device");
135 } else if (report->field[
[all...]
H A Dhid-dr.c65 drff->report->field[0]->value[0] = 0x51;
66 drff->report->field[0]->value[1] = 0x00;
67 drff->report->field[0]->value[2] = weak;
68 drff->report->field[0]->value[4] = strong;
71 drff->report->field[0]->value[0] = 0xfa;
72 drff->report->field[0]->value[1] = 0xfe;
74 drff->report->field[0]->value[0] = 0xf3;
75 drff->report->field[0]->value[1] = 0x00;
78 drff->report->field[0]->value[2] = 0x00;
79 drff->report->field[
[all...]
H A Dhid-xinmo.c28 static int xinmo_event(struct hid_device *hdev, struct hid_field *field, argument
37 input_event(field->hidinput->input, usage->type,
H A Dhid-ezkey.c29 struct hid_field *field, struct hid_usage *usage,
50 static int ez_event(struct hid_device *hdev, struct hid_field *field, argument
53 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput ||
59 struct input_dev *input = field->hidinput->input;
28 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/pci/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/media/platform/davinci/
H A Dvpif_capture.h31 #define VPIF_VALID_FIELD(field) (((V4L2_FIELD_ANY == field) || \
32 (V4L2_FIELD_NONE == field)) || \
33 (((V4L2_FIELD_INTERLACED == field) || \
34 (V4L2_FIELD_SEQ_TB == field)) || \
35 (V4L2_FIELD_SEQ_BT == field)))
96 /* Indicates id of the field which is being displayed */
H A Dvpif_display.h28 #define VPIF_VALID_FIELD(field) \
29 (((V4L2_FIELD_ANY == field) || (V4L2_FIELD_NONE == field)) || \
30 (((V4L2_FIELD_INTERLACED == field) || (V4L2_FIELD_SEQ_TB == field)) || \
31 (V4L2_FIELD_SEQ_BT == field)))
105 u32 field_id; /* Indicates id of the field
/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.h34 }field; member in union:_SEQUENCE_CONTROL
45 } field; member in union:_BA_PARAM_SET
55 } field; member in union:_DELBA_PARAM_SET
/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c184 u8 field, port; local
243 field = vhcr->in_modifier -
245 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_PHYS_PORT_OFFSET);
251 field = QUERY_FUNC_CAP_FLAGS1_NIC_INFO;
255 field |= QUERY_FUNC_CAP_VF_ENABLE_QP0;
259 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_FLAGS1_OFFSET);
279 field = (QUERY_FUNC_CAP_FLAG_ETH | QUERY_FUNC_CAP_FLAG_RDMA |
281 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_FLAGS_OFFSET);
283 field = min(
286 MLX4_PUT(outbox->buf, field, QUERY_FUNC_CAP_NUM_PORTS_OFFSE
340 u8 field, op_modifier; local
496 u8 field; local
887 u8 field; local
1039 u16 field; local
1739 u16 field; local
[all...]
/drivers/acpi/acpica/
H A Dexfield.c3 * Module Name: exfield - ACPI AML (p-code) execution - field manipulation
62 * field access attributes
63 * access_length - The access length of the region field
118 * obj_desc - The named field
123 * DESCRIPTION: Read from a named field. Returns either an Integer or a
124 * Buffer, depending on the size of the field.
163 (obj_desc->field.region_obj->region.space_id ==
165 || obj_desc->field.region_obj->region.space_id ==
167 || obj_desc->field.region_obj->region.space_id ==
175 if (obj_desc->field
[all...]
/drivers/net/ethernet/sfc/
H A Dbitfield.h47 /* Specified attribute (e.g. LBN) of the specified field */
48 #define EFX_VAL(field, attribute) field ## _ ## attribute
49 /* Low bit number of the specified field */
50 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN)
51 /* Bit width of the specified field */
52 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH)
53 /* High bit number of the specified field */
[all...]
/drivers/media/pci/ivtv/
H A Divtv-vbi.h29 int ivtv_used_line(struct ivtv *itv, int line, int field);

Completed in 6550 milliseconds

1234567891011>>