Searched refs:type (Results 76 - 100 of 4200) sorted by relevance

1234567891011>>

/drivers/irqchip/
H A Dirq-gic-common.h23 void gic_configure_irq(unsigned int irq, unsigned int type,
/drivers/md/
H A Ddm-path-selector.h25 struct path_selector_type *type; member in struct:path_selector
29 /* Information about a path selector type */
77 status_type_t type, char *result, unsigned int maxlen);
86 int dm_register_path_selector(struct path_selector_type *type);
89 int dm_unregister_path_selector(struct path_selector_type *type);
91 /* Returns a registered path selector type */
/drivers/media/pci/ivtv/
H A Divtv-streams.c159 static void ivtv_stream_init(struct ivtv *itv, int type) argument
161 struct ivtv_stream *s = &itv->streams[type];
170 s->type = type;
171 s->name = ivtv_stream_info[type].name;
172 s->caps = ivtv_stream_info[type].v4l2_caps;
174 if (ivtv_stream_info[type].pio)
177 s->dma = ivtv_stream_info[type].dma;
178 s->buf_size = itv->stream_buf_size[type];
180 s->buffers = (itv->options.kilobytes[type] * 102
191 ivtv_prep_dev(struct ivtv *itv, int type) argument
261 int type; local
284 ivtv_reg_dev(struct ivtv *itv, int type) argument
338 int type; local
356 int type; local
[all...]
/drivers/misc/vmw_vmci/
H A Dvmci_driver.h35 enum vmci_obj_type type; member in struct:vmci_obj
/drivers/mmc/card/
H A Dqueue.h22 #define mmc_packed_cmd(type) ((type) != MMC_PACKED_NONE)
23 #define mmc_packed_wr(type) ((type) == MMC_PACKED_WRITE)
/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.h55 u8 type; /* provider-specific type */ member in struct:vic_provinfo
59 u16 type; member in struct:vic_provinfo::vic_provinfo_tlv
77 const u8 type);
79 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length,
/drivers/staging/iio/
H A Diio_simple_dummy.h51 enum iio_event_type type,
56 enum iio_event_type type,
62 enum iio_event_type type,
69 enum iio_event_type type,
/drivers/video/adf/
H A Dadf.h25 enum adf_event_type type; member in struct:adf_event_refcount
41 enum adf_event_type type);
44 enum adf_event_type type)
48 if (!obj->ops->supports_event(obj, type))
43 adf_obj_check_supports_event(struct adf_obj *obj, enum adf_event_type type) argument
/drivers/infiniband/hw/ehca/
H A Dehca_eq.c55 const enum ehca_eq_type type, const u32 length)
68 if (type != EHCA_EQ && type != EHCA_NEQ) {
69 ehca_err(ib_dev, "Invalid EQ type %x. eq=%p", type, eq);
79 type,
124 if (type == EHCA_EQ) {
132 } else if (type == EHCA_NEQ) {
53 ehca_create_eq(struct ehca_shca *shca, struct ehca_eq *eq, const enum ehca_eq_type type, const u32 length) argument
/drivers/uwb/
H A Dscan.c48 * @type: Type of scanning to do.
49 * @bpst_offset: value at which to start scanning (if type ==
58 unsigned channel, enum uwb_scan_type type,
73 cmd->bScanState = type;
89 rc->scan_type = type;
123 unsigned type; local
127 result = sscanf(buf, "%u %u %u\n", &channel, &type, &bpst_offset);
128 if (result >= 2 && type < UWB_SCAN_TOP)
129 result = uwb_rc_scan(rc, channel, type, bpst_offset);
57 uwb_rc_scan(struct uwb_rc *rc, unsigned channel, enum uwb_scan_type type, unsigned bpst_offset) argument
/drivers/gpu/drm/armada/
H A Darmada_output.c17 const struct armada_output_type *type; member in struct:armada_connector
35 if (dconn->type->detect) {
36 status = dconn->type->detect(conn, force);
61 if (!dconn->type->set_property)
64 return dconn->type->set_property(conn, property, value);
122 const struct armada_output_type *type, const void *data)
131 dconn->type = type;
134 type->connector_type);
140 ret = type
121 armada_output_create(struct drm_device *dev, const struct armada_output_type *type, const void *data) argument
[all...]
/drivers/iio/adc/
H A Dxilinx-xadc-events.c41 if (chan->type == IIO_TEMP) {
47 IIO_UNMOD_EVENT_CODE(chan->type, chan->channel,
57 IIO_UNMOD_EVENT_CODE(chan->type, chan->channel,
76 if (chan->type == IIO_TEMP) {
93 if (chan->type == IIO_TEMP) {
117 const struct iio_chan_spec *chan, enum iio_event_type type,
126 const struct iio_chan_spec *chan, enum iio_event_type type,
165 const struct iio_chan_spec *chan, enum iio_event_type type,
189 const struct iio_chan_spec *chan, enum iio_event_type type,
216 if (chan->type
116 xadc_read_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir) argument
125 xadc_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) argument
164 xadc_read_event_value(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, enum iio_event_info info, int *val, int *val2) argument
188 xadc_write_event_value(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, enum iio_event_info info, int val, int val2) argument
[all...]
/drivers/rapidio/
H A Drio-access.c36 * @type: C type of value argument
42 #define RIO_LOP_READ(size,type,len) \
44 (struct rio_mport *mport, u32 offset, type *value) \
52 *value = (type)data; \
60 * @type: C type of value argument
66 #define RIO_LOP_WRITE(size,type,len) \
68 (struct rio_mport *mport, u32 offset, type value) \
96 * @type
[all...]
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dfan.c73 u8 type = nv_ro08(bios, data + 0x00); local
74 switch (type) {
76 fan->type = NVBIOS_THERM_FAN_TOGGLE;
81 fan->type = NVBIOS_THERM_FAN_PWM;
84 fan->type = NVBIOS_THERM_FAN_UNK;
/drivers/gpu/drm/nouveau/core/subdev/gpio/
H A Dnv94.c41 nv94_gpio_intr_mask(struct nouveau_gpio *gpio, u32 type, u32 mask, u32 data) argument
45 if (type & NVKM_GPIO_LO)
47 if (type & NVKM_GPIO_HI)
51 if (type & NVKM_GPIO_LO)
53 if (type & NVKM_GPIO_HI)
H A Dnve0.c41 nve0_gpio_intr_mask(struct nouveau_gpio *gpio, u32 type, u32 mask, u32 data) argument
45 if (type & NVKM_GPIO_LO)
47 if (type & NVKM_GPIO_HI)
51 if (type & NVKM_GPIO_LO)
53 if (type & NVKM_GPIO_HI)
/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_surfacedefs.h40 #define max_t(type, x, y) ((x) > (y) ? (x) : (y))
41 #define min_t(type, x, y) ((x) < (y) ? (x) : (y))
177 #define SVGA3D_CHANNEL_DEF(type) \
180 type blue; \
181 type u; \
182 type uv_video; \
183 type u_video; \
186 type green; \
187 type v; \
188 type stenci
[all...]
/drivers/mfd/
H A Darizona-i2c.c31 unsigned long type; local
35 type = arizona_of_get_type(&i2c->dev);
37 type = id->driver_data;
39 switch (type) {
56 dev_err(&i2c->dev, "Unknown device type %ld\n",
73 arizona->type = id->driver_data;
H A Darizona-spi.c31 unsigned long type; local
35 type = arizona_of_get_type(&spi->dev);
37 type = id->driver_data;
39 switch (type) {
51 dev_err(&spi->dev, "Unknown device type %ld\n",
68 arizona->type = id->driver_data;
/drivers/mtd/maps/
H A Dtsunami_flash.c90 const char * const *type; local
95 type = rom_probe_types;
96 for(; !tsunami_flash_mtd && *type; type++) {
97 tsunami_flash_mtd = do_map_probe(*type, &tsunami_flash_map);
/drivers/pci/
H A Dioapic.c36 char *type; local
60 type = "IOAPIC";
62 type = "IOxAPIC";
70 if (pci_request_region(dev, 0, type))
78 dev_info(&dev->dev, "%s at %pR, GSI %u\n", type, res, ioapic->gsi_base);
/drivers/usb/serial/
H A Dusb-serial.c139 if (serial->attached && serial->type->release)
140 serial->type->release(serial);
172 * serial->type->init_termios.
191 if (!try_module_get(serial->type->driver.owner))
205 if (serial->type->init_termios)
206 serial->type->init_termios(tty);
215 module_put(serial->type->driver.owner);
233 retval = port->serial->type->open(tty, port);
265 struct usb_serial_driver *drv = port->serial->type;
315 owner = serial->type
710 struct usb_serial_driver *type = NULL; local
[all...]
/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h78 unsigned int type; /* GDC type */ member in struct:mb862xxfb_par
111 #define inreg(type, off) \
112 gdc_read((par->type + (off)))
114 #define outreg(type, off, val) \
115 gdc_write((val), (par->type + (off)))
/drivers/acpi/acpica/
H A Devhandler.c188 * of type Region or Device.
191 * the same type then the search is terminated in that branch.
229 if ((node->type != ACPI_TYPE_DEVICE) &&
230 (node->type != ACPI_TYPE_REGION) && (node != acpi_gbl_root_node)) {
246 if (obj_desc->common.type == ACPI_TYPE_DEVICE) {
298 * Now we have a region and it is for the handler's address space type.
336 acpi_object_type type; local
345 if ((node->type != ACPI_TYPE_DEVICE) &&
346 (node->type != ACPI_TYPE_PROCESSOR) &&
347 (node->type !
[all...]
/drivers/gpu/drm/nouveau/nvif/
H A Dlist.h46 * data type 'struct list_head').
106 * There are no requirements that elements of a list are of the same type.
249 * @param type Data type of the list element.
254 #define container_of(ptr, type, member) \
255 (type *)((char *)(ptr) - (char *) &((type *)0)->member)
261 #define list_entry(ptr, type, member) \
262 container_of(ptr, type, member)
272 * @param type Dat
[all...]

Completed in 780 milliseconds

1234567891011>>