Searched defs:what (Results 1 - 25 of 42) sorted by relevance

12

/drivers/usb/storage/
H A Ddebug.c56 char *what = NULL; local
60 case TEST_UNIT_READY: what = "TEST_UNIT_READY"; break;
61 case REZERO_UNIT: what = "REZERO_UNIT"; break;
62 case REQUEST_SENSE: what = "REQUEST_SENSE"; break;
63 case FORMAT_UNIT: what = "FORMAT_UNIT"; break;
64 case READ_BLOCK_LIMITS: what = "READ_BLOCK_LIMITS"; break;
65 case REASSIGN_BLOCKS: what = "REASSIGN_BLOCKS"; break;
66 case READ_6: what = "READ_6"; break;
67 case WRITE_6: what = "WRITE_6"; break;
68 case SEEK_6: what
164 const char *what, *keystr; local
[all...]
/drivers/ide/
H A Dide-timings.c123 struct ide_timing *m, unsigned int what)
125 if (what & IDE_TIMING_SETUP)
127 if (what & IDE_TIMING_ACT8B)
129 if (what & IDE_TIMING_REC8B)
131 if (what & IDE_TIMING_CYC8B)
133 if (what & IDE_TIMING_ACTIVE)
135 if (what & IDE_TIMING_RECOVER)
137 if (what & IDE_TIMING_CYCLE)
139 if (what & IDE_TIMING_UDMA)
122 ide_timing_merge(struct ide_timing *a, struct ide_timing *b, struct ide_timing *m, unsigned int what) argument
/drivers/isdn/mISDN/
H A Ddsp_dtmf.c120 u8 what; local
221 what = 0;
270 what = 0;
272 what = dtmf_matrix[lowgroup][highgroup];
275 if (what && (dsp_debug & DEBUG_DSP_DTMF))
276 printk(KERN_DEBUG "DTMF what: %c\n", what);
278 if (dsp->dtmf.lastwhat != what)
283 if (dsp->dtmf.lastdigit != what) {
284 dsp->dtmf.lastdigit = what;
[all...]
/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.c77 static inline void mdio(struct mdiobb_ctrl *ctrl, int what) argument
81 if (what)
90 static inline void mdc(struct mdiobb_ctrl *ctrl, int what) argument
94 if (what)
/drivers/net/phy/
H A Dmdio-gpio.c61 static void mdio_set(struct mdiobb_ctrl *ctrl, int what) argument
66 gpio_set_value(bitbang->mdio, what);
69 static void mdc_set(struct mdiobb_ctrl *ctrl, int what) argument
74 gpio_set_value(bitbang->mdc, what);
/drivers/pinctrl/
H A Dpinconf.c232 static int pinconf_pins_show(struct seq_file *s, void *what) argument
271 static int pinconf_groups_show(struct seq_file *s, void *what) argument
H A Dcore.c350 static int pinctrl_pins_show(struct seq_file *s, void *what) argument
381 static int pinctrl_groups_show(struct seq_file *s, void *what) argument
417 static int pinctrl_gpioranges_show(struct seq_file *s, void *what) argument
438 static int pinctrl_devices_show(struct seq_file *s, void *what) argument
H A Dpinmux.c91 * so it knows what function to mux in, e.g. the string "gpioNN"
233 /* Conjure some name stating what chip and pin this is taken by */
706 * mapping, this is what consumers will get when requesting
1034 static int pinmux_functions_show(struct seq_file *s, void *what) argument
1066 static int pinmux_pins_show(struct seq_file *s, void *what) argument
1094 static int pinmux_hogs_show(struct seq_file *s, void *what) argument
1107 static int pinmux_show(struct seq_file *s, void *what) argument
1149 static int pinmux_maps_show(struct seq_file *s, void *what) argument
/drivers/ssb/
H A Dssb_private.h39 extern int ssb_pci_xtal(struct ssb_bus *bus, u32 what,
59 static inline int ssb_pci_xtal(struct ssb_bus *bus, u32 what, argument
H A Dpci.c86 int ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) argument
105 outenable |= what;
113 if (what & SSB_GPIO_XTAL) {
116 if (what & SSB_GPIO_PLL)
127 if (what & SSB_GPIO_PLL) {
145 if (what & SSB_GPIO_XTAL) {
149 if (what & SSB_GPIO_PLL) {
/drivers/gpu/drm/nouveau/
H A Dnouveau_i2c.c526 nouveau_i2c_identify(struct drm_device *dev, const char *what, argument
536 NV_DEBUG(dev, "No bus when probing %s on %d\n", what, index);
540 NV_DEBUG(dev, "Probing %ss on I2C bus: %d\n", what, i2c->index);
544 NV_INFO(dev, "Detected %s: %s\n", what, info[i].type);
/drivers/usb/image/
H A Dmicrotek.c228 char *what = NULL; local
231 case TEST_UNIT_READY: what = "TEST_UNIT_READY"; break;
232 case REZERO_UNIT: what = "REZERO_UNIT"; break;
233 case REQUEST_SENSE: what = "REQUEST_SENSE"; break;
234 case FORMAT_UNIT: what = "FORMAT_UNIT"; break;
235 case READ_BLOCK_LIMITS: what = "READ_BLOCK_LIMITS"; break;
236 case REASSIGN_BLOCKS: what = "REASSIGN_BLOCKS"; break;
237 case READ_6: what = "READ_6"; break;
238 case WRITE_6: what = "WRITE_6"; break;
239 case SEEK_6: what
[all...]
/drivers/video/i810/
H A Di810_accel.c187 * @what: color to transfer
196 int rop, int what, int blit_bpp,
207 PUT_RING(what);
195 color_blit(int width, int height, int pitch, int dest, int rop, int what, int blit_bpp, struct fb_info *info) argument
/drivers/block/drbd/
H A Ddrbd_req.c252 * what to do about the failures is handled elsewhere.
253 * what we need to do here is just: complete the master_bio.
377 /* this is like it should be, and what we expected.
399 int __req_mod(struct drbd_request *req, enum drbd_req_event what, argument
406 switch (what) {
579 /* this is what is dangerous about protocol A:
588 * so we know what to dirty on connection loss */
625 if (what == conflict_discarded_by_peer)
1090 * what we "blindly" assume:
H A Ddrbd_req.h174 * from a request without, regardless of what happens to it. */
321 extern int __req_mod(struct drbd_request *req, enum drbd_req_event what,
326 extern void tl_restart(struct drbd_conf *mdev, enum drbd_req_event what);
330 static inline int _req_mod(struct drbd_request *req, enum drbd_req_event what) argument
337 rv = __req_mod(req, what, &m);
349 enum drbd_req_event what)
357 rv = __req_mod(req, what, &m);
348 req_mod(struct drbd_request *req, enum drbd_req_event what) argument
H A Ddrbd_worker.c200 enum drbd_req_event what; local
214 what = (bio_data_dir(bio) == WRITE)
220 what = completed_ok;
227 __req_mod(req, what, &m);
879 /* Now the two UUID sets are equal, update what we
1663 * what is the best thing to do now?
/drivers/isdn/hardware/eicon/
H A Ddiva.c153 static diva_os_xdi_adapter_t *diva_q_get_next(struct list_head * what) argument
157 if (what && (what->next != &adapter_queue))
158 a = list_entry(what->next, diva_os_xdi_adapter_t, link);
/drivers/isdn/i4l/
H A Disdn_audio.c505 char what; local
524 what = ' ';
552 what = dtmf_matrix[grp[LOGRP]][grp[HIGRP]];
554 s->last = what; /* min. 1 non-DTMF between DTMF */
556 what = '.';
559 what = '.';
561 if ((what != s->last) && (what != ' ') && (what != '.')) {
562 printk(KERN_DEBUG "dtmf: tt='%c'\n", what);
694 char what; local
[all...]
/drivers/mmc/host/
H A Dcb710-mmc.c113 static int cb710_check_event(struct cb710_slot *slot, u8 what) argument
137 /* 'what' is a bit in MMC_STATUS1 */
138 if ((status >> 8) & what) {
139 cb710_write_port_8(slot, CB710_MMC_STATUS1_PORT, what);
146 static int cb710_wait_for_event(struct cb710_slot *slot, u8 what) argument
156 while (!(err = cb710_check_event(slot, what))) {
172 "WAIT10: waited %d loops, what %d, entry val %08X, exit val %08X\n",
173 limit, what, e, x); local
H A Dimxmmc.c667 char *what; local
673 what = "RESP+DMA";
675 what = "RESP";
679 what = "DATA";
681 what = "DMA";
683 what = "???";
687 what, stat,
898 * decide what to do.
/drivers/misc/
H A Dlkdtm.c202 static enum ctype parse_cp_type(const char *what, size_t count) argument
207 if (!strcmp(what, cp_type[i]))
/drivers/staging/rts5139/
H A Drts51x_scsi.c50 char *what = NULL; local
55 what = (char *)"TEST_UNIT_READY";
58 what = (char *)"REZERO_UNIT";
61 what = (char *)"REQUEST_SENSE";
64 what = (char *)"FORMAT_UNIT";
67 what = (char *)"READ_BLOCK_LIMITS";
70 what = (char *)"REASSIGN_BLOCKS";
73 what = (char *)"READ_6";
76 what = (char *)"WRITE_6";
79 what
[all...]
/drivers/net/ethernet/amd/
H A Dni65.c606 static void *ni65_alloc_mem(struct net_device *dev,char *what,int size,int type) argument
615 printk(KERN_WARNING "%s: unable to allocate %s memory.\n",dev->name,what);
625 printk(KERN_WARNING "%s: unable to allocate %s memory.\n",dev->name,what);
630 printk(KERN_WARNING "%s: unable to allocate %s memory in lower 16MB!\n",dev->name,what);
/drivers/staging/rts_pstor/
H A Drtsx_scsi.c40 char *what = NULL; local
44 case TEST_UNIT_READY: what = "TEST_UNIT_READY"; break;
45 case REZERO_UNIT: what = "REZERO_UNIT"; break;
46 case REQUEST_SENSE: what = "REQUEST_SENSE"; break;
47 case FORMAT_UNIT: what = "FORMAT_UNIT"; break;
48 case READ_BLOCK_LIMITS: what = "READ_BLOCK_LIMITS"; break;
49 case REASSIGN_BLOCKS: what = "REASSIGN_BLOCKS"; break;
50 case READ_6: what = "READ_6"; break;
51 case WRITE_6: what = "WRITE_6"; break;
52 case SEEK_6: what
[all...]
/drivers/usb/misc/
H A Dusbtest.c1429 char *what = "?"; local
1455 what = "write";
1469 what = "read";
1488 what = "verify";
1504 what, retval, i);

Completed in 2052 milliseconds

12