Searched refs:chan_count (Results 1 - 6 of 6) sorted by relevance

/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c314 int *chan_count,
370 for (i = 0, *chan_count = 0;
371 i < MAGN_3D_CHANNEL_MAX && *chan_count < attr_count;
375 (_channels[*chan_count]) = magn_3d_channels[i];
376 (_channels[*chan_count]).scan_index = *chan_count;
377 (_channels[*chan_count]).address = i;
380 st->magn_val_addr[i] = &(st->iio_vals[*chan_count]);
382 *chan_count,
384 (*chan_count)
311 magn_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec **channels, int *chan_count, unsigned usage_id, struct magn_3d_state *st) argument
428 int chan_count = 0; local
[all...]
/drivers/idle/
H A Di7300_idle.c197 u8 ver, chan_count, ioat_chan; local
215 chan_count = readb(ioat_iomap + IOAT_CHANCNT_OFFSET);
216 if (!chan_count) {
219 chan_count);
223 ioat_chan = chan_count - 1;
/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c147 int chan_count; member in struct:pcan_pccard
355 for (i = 0; i < card->chan_count; i++)
392 for (i = 0; i < card->chan_count; i++) {
443 for (i = 0; i < card->chan_count; i++) {
480 for (i = 0; i < card->chan_count; i++) {
586 card->chan_count++;
689 if (!card->chan_count) {
H A Dpeak_pci.c157 int chan_count; member in struct:peak_pciec_card
285 for (i = 0; i < card->chan_count; i++) {
330 for (i = 0; i < card->chan_count; i++)
493 card->channel[card->chan_count++].netdev = dev;
/drivers/scsi/
H A Dgdth.h453 u8 chan_count; /* (R) channel count */ member in struct:__anon5382
634 u8 chan_count; /* channel count */ member in struct:__anon5399
H A Dgdth.c1674 ha->bus_cnt = iocr->hdr.chan_count;

Completed in 157 milliseconds