Searched refs:type (Results 151 - 175 of 4200) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dramnv44.c43 ram->base.type = NV_MEM_TYPE_GDDR3;
45 ram->base.type = NV_MEM_TYPE_DDR2;
47 ram->base.type = NV_MEM_TYPE_DDR1;
H A Dramnv49.c43 case 0x00000000: ram->base.type = NV_MEM_TYPE_DDR1; break;
44 case 0x00000001: ram->base.type = NV_MEM_TYPE_DDR2; break;
45 case 0x00000002: ram->base.type = NV_MEM_TYPE_GDDR3; break;
/drivers/gpu/drm/nouveau/core/subdev/i2c/
H A Dnve0.c42 nve0_aux_mask(struct nouveau_i2c *i2c, u32 type, u32 mask, u32 data) argument
48 temp &= ~(type << (i * 4));
51 temp |= type << (i * 4);
/drivers/hid/
H A Dhid-ezkey.c54 !usage->type)
58 if (usage->type == EV_REL && usage->code == REL_HWHEEL) {
60 input_event(input, usage->type, REL_WHEEL, -value);
/drivers/i2c/busses/
H A Di2c-parport.h37 /* type 0: Philips adapter */
44 /* type 1: home brew teletext adapter */
50 /* type 2: Velleman K8000 adapter */
56 /* type 3: ELV adapter */
63 /* type 4: ADM1032 evaluation board */
71 /* type 5: ADM1025, ADM1030 and ADM1031 evaluation boards */
77 /* type 6: Barco LPT->DVI (K5800236) adapter */
85 /* type 7: One For All JP1 parallel port adapter */
94 static int type = -1; variable
95 module_param(type, in
[all...]
H A Di2c-scmi.c103 mt_params[3].type = ACPI_TYPE_INTEGER;
105 mt_params[4].type = ACPI_TYPE_INTEGER;
113 mt_params[3].type = ACPI_TYPE_INTEGER;
115 mt_params[4].type = ACPI_TYPE_INTEGER;
125 mt_params[3].type = ACPI_TYPE_INTEGER;
127 mt_params[4].type = ACPI_TYPE_INTEGER;
135 mt_params[3].type = ACPI_TYPE_INTEGER;
137 mt_params[4].type = ACPI_TYPE_INTEGER;
148 mt_params[3].type = ACPI_TYPE_INTEGER;
150 mt_params[4].type
[all...]
/drivers/media/usb/pwc/
H A Dpwc-uncompress.c51 raw_frame->type = cpu_to_le16(pdev->type);
55 * determine this using the type of the webcam */
97 if (DEVICE_USE_CODEC1(pdev->type)) {
/drivers/net/wan/lmc/
H A Dlmc_debug.c12 void lmcConsoleLog(char *type, unsigned char *ucData, int iLen) argument
17 sprintf(str, KERN_DEBUG "lmc: %s: ", type);
37 sprintf(str, KERN_DEBUG "lmc: %s: ", type);
/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.h52 .type = &bank_type_off, \
61 .type = &bank_type_off, \
71 .type = &bank_type_alive, \
H A Dpinctrl-samsung.c123 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
148 (*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_GROUP;
186 if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP)
369 struct samsung_pin_bank_type *type; local
383 type = bank->type;
384 mask = (1 << type->fld_width[PINCFG_TYPE_FUNC]) - 1;
385 shift = pin_offset * type->fld_width[PINCFG_TYPE_FUNC];
394 data = readl(reg + type->reg_offset[PINCFG_TYPE_FUNC]);
398 writel(data, reg + type
425 struct samsung_pin_bank_type *type; local
531 struct samsung_pin_bank_type *type = bank->type; local
555 struct samsung_pin_bank_type *type = bank->type; local
572 struct samsung_pin_bank_type *type; local
1095 enum pincfg_type type; local
1146 enum pincfg_type type; local
[all...]
/drivers/s390/char/
H A Dsclp_rw.h17 u16 type; member in struct:mto
25 u16 type; member in struct:go
40 u16 type; member in struct:mdb_header
/drivers/staging/wlan-ng/
H A Dp80211mgmt.h68 * 2) using the hdr structure and macros, we determine the type
81 * frame of the desired type
83 * of the desired type
85 * mf.type = <desired type>
298 u16 type; member in struct:wlan_fr_mgmt
310 u16 type; member in struct:wlan_fr_beacon
333 u16 type; member in struct:wlan_fr_ibssatim
343 /* this frame type has a null body */
349 u16 type; member in struct:wlan_fr_disassoc
364 u16 type; member in struct:wlan_fr_assocreq
381 u16 type; member in struct:wlan_fr_assocresp
398 u16 type; member in struct:wlan_fr_reassocreq
416 u16 type; member in struct:wlan_fr_reassocresp
433 u16 type; member in struct:wlan_fr_probereq
448 u16 type; member in struct:wlan_fr_proberesp
469 u16 type; member in struct:wlan_fr_authen
486 u16 type; member in struct:wlan_fr_deauthen
[all...]
/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.h7 /* struct iscsi_seq->type */
17 /* iscsi_determine_counts_for_list() type */
23 /* struct iscsi_pdu->type */
47 int type; member in struct:iscsi_build_list
53 int type; member in struct:iscsi_pdu
65 int type; member in struct:iscsi_seq
/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c59 /* backend/<type>/<fe-uuid>/<id> => <type>-<fe-domid>-<id> */
63 const char *devid, *type, *frontend; local
66 type = strchr(nodename, '/');
67 if (!type)
69 type++;
70 typelen = strcspn(type, "/");
71 if (!typelen || type[typelen] != '/')
91 typelen, type, domid, devid) >= XEN_BUS_ID_SIZE)
136 const char *type,
134 xenbus_probe_backend_unit(struct xen_bus_type *bus, const char *dir, const char *type, const char *name) argument
154 xenbus_probe_backend(struct xen_bus_type *bus, const char *type, const char *domid) argument
[all...]
/drivers/media/pci/cx23885/
H A Dcx23885-cards.c59 .type = CX23885_VMUX_COMPOSITE1,
62 .type = CX23885_VMUX_COMPOSITE2,
65 .type = CX23885_VMUX_COMPOSITE3,
68 .type = CX23885_VMUX_COMPOSITE4,
76 .type = CX23885_VMUX_TELEVISION,
80 .type = CX23885_VMUX_DEBUG,
84 .type = CX23885_VMUX_COMPOSITE1,
88 .type = CX23885_VMUX_SVIDEO,
102 .type = CX23885_VMUX_TELEVISION,
109 .type
[all...]
/drivers/infiniband/hw/usnic/
H A Dusnic_vnic.c109 usnic_vnic_res_type_to_str(res->type),
130 if (spec->resources[i].type == trgt_type) {
148 if (res_spec->resources[i].type !=
149 min_spec->resources[i].type)
173 res_type = res_spec->resources[i].type;
192 res_type = res_spec->resources[i].type;
206 enum usnic_vnic_res_type type)
208 return vnic->chunks[type].cnt;
212 enum usnic_vnic_res_type type)
214 return vnic->chunks[type]
205 usnic_vnic_res_cnt(struct usnic_vnic *vnic, enum usnic_vnic_res_type type) argument
211 usnic_vnic_res_free_cnt(struct usnic_vnic *vnic, enum usnic_vnic_res_type type) argument
218 usnic_vnic_get_resources(struct usnic_vnic *vnic, enum usnic_vnic_res_type type, int cnt, void *owner) argument
287 usnic_vnic_alloc_res_chunk(struct usnic_vnic *vnic, enum usnic_vnic_res_type type, struct usnic_vnic_res_chunk *chunk) argument
[all...]
/drivers/nubus/
H A Dnubus.c277 ent->type = resid >> 24;
296 unsigned short type,
306 && itor->type == type
318 unsigned short type,
326 && itor->type == type)
355 if (ent->type == rsrc_type)
374 switch (ent->type) {
380 ent->type, en
295 nubus_find_device(unsigned short category, unsigned short type, unsigned short dr_hw, unsigned short dr_sw, const struct nubus_dev* from) argument
317 nubus_find_type(unsigned short category, unsigned short type, const struct nubus_dev* from) argument
[all...]
/drivers/firmware/efi/
H A Defi-pstore.c33 enum pstore_type_id *type; member in struct:pstore_read_data
62 if (sscanf(name, "dump-type%u-%u-%d-%lu-%c",
63 cb_data->type, &part, &cnt, &time, &data_type) == 5) {
72 } else if (sscanf(name, "dump-type%u-%u-%d-%lu",
73 cb_data->type, &part, &cnt, &time) == 4) {
79 } else if (sscanf(name, "dump-type%u-%u-%lu",
80 cb_data->type, &part, &time) == 3) {
210 static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type, argument
219 data.type = type;
238 efi_pstore_write(enum pstore_type_id type, enum kmsg_dump_reason reason, u64 *id, unsigned int part, int count, bool compressed, size_t size, struct pstore_info *psi) argument
267 enum pstore_type_id type; member in struct:pstore_erase_data
321 efi_pstore_erase(enum pstore_type_id type, u64 id, int count, struct timespec time, struct pstore_info *psi) argument
[all...]
/drivers/media/v4l2-core/
H A Dv4l2-event.c97 struct v4l2_fh *fh, u32 type, u32 id)
104 if (sev->type == type && sev->id == id)
118 sev = v4l2_event_subscribed(fh, ev->type, ev->id);
155 kev->event.type = ev->type;
213 if (sub->type == V4L2_EVENT_ALL)
224 sev->type = sub->type;
231 found_ev = v4l2_event_subscribed(fh, sub->type, su
96 v4l2_event_subscribed( struct v4l2_fh *fh, u32 type, u32 id) argument
[all...]
/drivers/usb/phy/
H A Dphy.c26 enum usb_phy_type type)
31 if (phy->type != type)
87 * @type - the type of the phy the controller requires
95 struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type) argument
103 phy = usb_get_phy(type);
116 * @type - the type of the phy the controller requires
124 struct usb_phy *usb_get_phy(enum usb_phy_type type) argument
25 __usb_find_phy(struct list_head *list, enum usb_phy_type type) argument
327 usb_add_phy(struct usb_phy *x, enum usb_phy_type type) argument
[all...]
/drivers/staging/iio/cdc/
H A Dad7150.c52 * @current_event: device always has one type of event enabled.
127 const struct iio_chan_spec *chan, enum iio_event_type type,
142 switch (type) {
163 unsigned int chan, enum iio_event_type type,
173 event_code = IIO_UNMOD_EVENT_CODE(IIO_CAPACITANCE, chan, type, dir);
178 switch (type) {
215 const struct iio_chan_spec *chan, enum iio_event_type type,
228 event_code = IIO_UNMOD_EVENT_CODE(chan->type, chan->channel, type, dir);
238 switch (type) {
126 ad7150_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
162 ad7150_write_event_params(struct iio_dev *indio_dev, unsigned int chan, enum iio_event_type type, enum iio_event_direction dir) argument
214 ad7150_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
281 ad7150_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
307 ad7150_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
380 enum iio_event_type type; local
[all...]
/drivers/input/
H A Dinput-compat.c29 event->type = compat_event.type;
49 compat_event.type = event->type;
85 if (compat_effect->type == FF_PERIODIC &&
/drivers/media/common/
H A Dcypress_firmware.c56 hx->type = b[3];
58 if (hx->type == 0x04) {
72 const struct firmware *fw, int type)
85 ret = usb_cypress_writemem(udev, cypress[type].cs_reg, hx->data, 1);
115 ret = usb_cypress_writemem(udev, cypress[type].cs_reg, hx->data, 1);
71 cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type) argument
/drivers/mtd/maps/
H A Dimpa7.c61 const char * const *type; local
83 type = rom_probe_types;
84 for(; !impa7_mtd[i] && *type; type++) {
85 impa7_mtd[i] = do_map_probe(*type, &impa7_map[i]);
/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.h75 u8 type, u16 q_number, u16 completed_index, void *opaque),
81 u8 type, color; local
85 cq_desc_dec(cq_desc, &type, &color,
90 if ((*q_service)(cq->vdev, cq_desc, type,
102 cq_desc_dec(cq_desc, &type, &color,
72 vnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) argument

Completed in 893 milliseconds

1234567891011>>