Searched refs:id (Results 176 - 200 of 3137) sorted by relevance

1234567891011>>

/drivers/input/joystick/iforce/
H A Diforce-serio.c92 if (!iforce->id) {
96 iforce->id = data;
103 iforce->id = 0;
116 iforce_process_packet(iforce, (iforce->id << 8) | iforce->idx, iforce->data);
118 iforce->id = 0;
171 .id = SERIO_ANY,
/drivers/mfd/
H A Dlpc_sch.c85 const struct pci_device_id *id)
121 lpc_sch_cells[i].id = id->device;
128 if (id->device == PCI_DEVICE_ID_INTEL_ITC_LPC) {
146 tunnelcreek_cells[i].id = id->device;
84 lpc_sch_probe(struct pci_dev *dev, const struct pci_device_id *id) argument
H A Dstmpe-i2c.c56 stmpe_i2c_probe(struct i2c_client *i2c, const struct i2c_device_id *id) argument
58 i2c_ci.data = (void *)id;
63 return stmpe_probe(&i2c_ci, id->driver_data);
/drivers/video/backlight/
H A Dda903x_bl.c39 int id; member in struct:da903x_backlight_data
50 switch (data->id) {
117 switch (pdev->id) {
126 pdev->id);
130 data->id = pdev->id;
/drivers/video/omap2/dss/
H A Dsdi.c40 dispc_mgr_enable_stallmode(dssdev->manager->id, false);
42 dispc_mgr_set_lcd_display_type(dssdev->manager->id,
45 dispc_mgr_set_tft_data_lines(dssdev->manager->id, 24);
87 dispc_mgr_set_pol_freq(dssdev->manager->id, dssdev->panel.config,
110 dispc_mgr_set_lcd_timings(dssdev->manager->id, t);
116 r = dispc_mgr_set_clock_div(dssdev->manager->id, &dispc_cinfo);
/drivers/ata/
H A Dpata_netcell.c24 struct ata_taskfile *tf, u16 *id)
26 unsigned int err_mask = ata_do_dev_read_id(adev, tf, id);
29 id[ATA_ID_CSF_DEFAULT] |= 0x4000;
23 netcell_read_id(struct ata_device *adev, struct ata_taskfile *tf, u16 *id) argument
H A Dlibata-core.c1094 * @id: IDENTIFY DEVICE results we will examine
1107 void ata_id_string(const u16 *id, unsigned char *s, argument
1115 c = id[ofs] >> 8;
1119 c = id[ofs] & 0xff;
1130 * @id: IDENTIFY DEVICE results we will examine
1142 void ata_id_c_string(const u16 *id, unsigned char *s, argument
1147 ata_id_string(id, s, ofs, len - 1);
1155 static u64 ata_id_n_sectors(const u16 *id) argument
1157 if (ata_id_has_lba(id)) {
1158 if (ata_id_has_lba48(id))
1415 ata_dump_id(const u16 *id) argument
1458 ata_id_xfermask(const u16 *id) argument
1832 ata_do_dev_read_id(struct ata_device *dev, struct ata_taskfile *tf, u16 *id) argument
1860 ata_dev_read_id(struct ata_device *dev, unsigned int *p_class, unsigned int flags, u16 *id) argument
2154 const u16 *id = dev->id; local
2927 const u16 *id = adev->id; local
3912 u16 *id = (void *)dev->link->ap->sector_buf; local
6390 char *id, *val, *endp; local
[all...]
/drivers/char/agp/
H A Dcompat_ioctl.h98 struct agp_client *agp_create_client(pid_t id);
99 int agp_remove_client(pid_t id);
104 struct agp_client *agp_find_client_by_pid(pid_t id);
/drivers/dio/
H A Ddio-sysfs.c25 return sprintf(buf, "0x%02x\n", (d->id & 0xff));
27 static DEVICE_ATTR(id, S_IRUGO, dio_show_id, NULL);
43 return sprintf(buf, "0x%02x\n", ((d->id >> 8)& 0xff));
/drivers/message/fusion/
H A Dmptspi.c113 int id = (int) target->id; local
145 "byte56=%02x on id=%d!\n", ioc->name,
146 scsi_device_qas(sdev), id));
175 if (pspi_data->nvram && (pspi_data->nvram[id] != MPT_HOST_NVRAM_INVALID)) {
176 nvram = pspi_data->nvram[id];
238 "Disabling QAS due to noQas=%02x on id=%d!\n", ioc->name, noQas, id));
246 * @id: write IOC Page4 for this ID & Bus
254 mptspi_writeIOCPage4(MPT_SCSI_HOST *hd, u8 channel , u8 id) argument
381 mptspi_is_raid(struct _MPT_SCSI_HOST *hd, u32 id) argument
624 mptscsih_quiesce_raid(MPT_SCSI_HOST *hd, int quiesce, u8 channel, u8 id) argument
1361 mptspi_probe(struct pci_dev *pdev, const struct pci_device_id *id) argument
[all...]
H A Dmptscsih.h100 u8 id; /* SCSI ID (virtual) */ member in struct:_internal_cmd
118 u8 id, int lun, int ctx2abort, ulong timeout);
133 extern u8 mptscsih_raid_id_to_num(MPT_ADAPTER *ioc, u8 channel, u8 id);
134 extern int mptscsih_is_phys_disk(MPT_ADAPTER *ioc, u8 channel, u8 id);
/drivers/misc/
H A Dad525x_dpot-i2c.c55 const struct i2c_device_id *id)
68 return ad_dpot_probe(&client->dev, &bdata, id->driver_data, id->name);
54 ad_dpot_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id) argument
H A Dtifm_core.c38 static int tifm_dev_match(struct tifm_dev *sock, struct tifm_device_id *id) argument
40 if (sock->type == id->type)
203 rc = idr_get_new(&tifm_adapter_idr, fm, &fm->id);
208 dev_set_name(&fm->dev, "tifm%u", fm->id);
212 idr_remove(&tifm_adapter_idr, fm->id);
231 idr_remove(&tifm_adapter_idr, fm->id);
250 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id, argument
262 sock->socket_id = id;
272 tifm_media_type_name(type, 2), fm->id, id);
[all...]
/drivers/net/wan/
H A Dixp4xx_hss.c264 unsigned int id; member in struct:port
364 port->id, val[0], val[1], npe_name(port->npe));
376 msg.hss_port = port->id;
398 msg.hss_port = port->id;
412 msg.hss_port = port->id;
415 (port->id ? CCR_SECOND_HSS : 0);
420 msg.hss_port = port->id;
427 msg.hss_port = port->id;
435 msg.hss_port = port->id;
445 msg.hss_port = port->id;
[all...]
/drivers/staging/ozwpan/
H A Dozeltbuf.c131 int oz_elt_stream_create(struct oz_elt_buf *buf, u8 id, int max_buf_count) argument
135 oz_trace("oz_elt_stream_create(0x%x)\n", id);
141 st->id = id;
151 int oz_elt_stream_delete(struct oz_elt_buf *buf, u8 id) argument
155 oz_trace("oz_elt_stream_delete(0x%x)\n", id);
160 if (st->id == id) {
208 int oz_queue_elt_info(struct oz_elt_buf *buf, u8 isoc, u8 id, argument
213 if (id) {
[all...]
/drivers/block/
H A Drbd_types.h45 __le64 id; member in struct:rbd_image_snap_ondisk
/drivers/eisa/
H A Deisa-bus.c21 #define EISA_DEVINFO(i,s) { .id = { .sig = i }, .name = s }
24 struct eisa_device_id id; member in struct:eisa_device_info
63 if (!strcmp(edev->id.sig, eisa_table[i].id.sig)) {
72 sprintf(edev->pretty_name, "EISA device %.7s", edev->id.sig);
88 * read the EISA id.
119 if (!strcmp(eids->sig, edev->id.sig) &&
121 edev->id.driver_data = eids->driver_data;
135 add_uevent_var(env, "MODALIAS=" EISA_DEVICE_MODALIAS_FMT, edev->id.sig);
163 return sprintf(buf, "%s\n", edev->id
[all...]
/drivers/gpu/drm/exynos/
H A Dexynos_hdmiphy.c25 const struct i2c_device_id *id)
24 hdmiphy_probe(struct i2c_client *client, const struct i2c_device_id *id) argument
/drivers/input/misc/
H A Dm68kspkr.c62 input_dev->id.bustype = BUS_HOST;
63 input_dev->id.vendor = 0x001f;
64 input_dev->id.product = 0x0001;
65 input_dev->id.version = 0x0100;
H A Dpcspkr.c77 pcspkr_dev->id.bustype = BUS_ISA;
78 pcspkr_dev->id.vendor = 0x001f;
79 pcspkr_dev->id.product = 0x0001;
80 pcspkr_dev->id.version = 0x0100;
/drivers/input/mouse/
H A Datarimouse.c130 atamouse_dev->id.bustype = BUS_HOST;
131 atamouse_dev->id.vendor = 0x0001;
132 atamouse_dev->id.product = 0x0002;
133 atamouse_dev->id.version = 0x0100;
H A Drpcmouse.c76 rpcmouse_dev->id.bustype = BUS_HOST;
77 rpcmouse_dev->id.vendor = 0x0005;
78 rpcmouse_dev->id.product = 0x0001;
79 rpcmouse_dev->id.version = 0x0100;
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_enc.c87 .id = V4L2_CID_MPEG_VIDEO_GOP_SIZE,
95 .id = V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MODE,
103 .id = V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_MB,
111 .id = V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_BYTES,
119 .id = V4L2_CID_MPEG_VIDEO_CYCLIC_INTRA_REFRESH_MB,
127 .id = V4L2_CID_MPEG_MFC51_VIDEO_PADDING,
136 .id = V4L2_CID_MPEG_MFC51_VIDEO_PADDING_YUV,
145 .id = V4L2_CID_MPEG_VIDEO_FRAME_RC_ENABLE,
153 .id = V4L2_CID_MPEG_VIDEO_BITRATE,
161 .id
551 mfc51_get_menu(u32 id) argument
[all...]
/drivers/media/video/sn9c102/
H A Dsn9c102_pas106b.c54 switch (ctrl->id) {
105 switch (ctrl->id) {
178 .id = V4L2_CID_EXPOSURE,
188 .id = V4L2_CID_GAIN,
198 .id = V4L2_CID_CONTRAST,
208 .id = V4L2_CID_RED_BALANCE,
218 .id = V4L2_CID_BLUE_BALANCE,
228 .id = SN9C102_V4L2_CID_GREEN_BALANCE,
238 .id = SN9C102_V4L2_CID_DAC_MAGNITUDE,
/drivers/regulator/
H A Daat2870-regulator.c134 .id = AAT2870_ID_##ids, \
152 static struct aat2870_regulator *aat2870_get_regulator(int id) argument
159 if (ri->desc.id == id)
167 ri->enable_shift = id - AAT2870_ID_LDOA;
170 ri->voltage_addr = (id - AAT2870_ID_LDOA) / 2 ?
172 ri->voltage_shift = (id - AAT2870_ID_LDOA) % 2 ? 0 : 4;
183 ri = aat2870_get_regulator(pdev->id);
185 dev_err(&pdev->dev, "Invalid device ID, %d\n", pdev->id);

Completed in 904 milliseconds

1234567891011>>