Home
last modified time | relevance | path

Searched refs:stk (Results 1 – 4 of 4) sorted by relevance

/drivers/ide/
Dide-cs.c234 struct pcmcia_config_check *stk = priv_data; in pcmcia_check_one_config() local
237 if (!stk->skip_vcc) { in pcmcia_check_one_config()
262 pdev->io.NumPorts2 = (stk->is_kme) ? 2 : 1; in pcmcia_check_one_config()
265 stk->ctl_base = pdev->io.BasePort2; in pcmcia_check_one_config()
271 stk->ctl_base = pdev->io.BasePort1 + 0x0e; in pcmcia_check_one_config()
283 struct pcmcia_config_check *stk = NULL; in ide_config() local
294 stk = kzalloc(sizeof(*stk), GFP_KERNEL); in ide_config()
295 if (!stk) in ide_config()
297 stk->is_kme = is_kme; in ide_config()
298 stk->skip_vcc = io_base = ctl_base = 0; in ide_config()
[all …]
/drivers/ata/
Dpata_pcmcia.c164 struct pcmcia_config_check *stk = priv_data; in pcmcia_check_one_config() local
167 if (!stk->skip_vcc) { in pcmcia_check_one_config()
191 pdev->io.NumPorts2 = (stk->is_kme) ? 2 : 1; in pcmcia_check_one_config()
194 stk->ctl_base = pdev->io.BasePort2; in pcmcia_check_one_config()
200 stk->ctl_base = pdev->io.BasePort1 + 0x0e; in pcmcia_check_one_config()
222 struct pcmcia_config_check *stk = NULL; in pcmcia_init_one() local
254 stk = kzalloc(sizeof(*stk), GFP_KERNEL); in pcmcia_init_one()
255 if (!stk) in pcmcia_init_one()
257 stk->is_kme = is_kme; in pcmcia_init_one()
258 stk->skip_vcc = io_base = ctl_base = 0; in pcmcia_init_one()
[all …]
/drivers/block/
Dcciss_scsi.c150 struct cciss_scsi_cmd_stack_t *stk; in scsi_cmd_alloc() local
154 stk = &sa->cmd_stack; in scsi_cmd_alloc()
156 if (stk->top < 0) in scsi_cmd_alloc()
158 c = stk->elem[stk->top]; in scsi_cmd_alloc()
171 stk->top--; in scsi_cmd_alloc()
190 struct cciss_scsi_cmd_stack_t *stk; in scsi_cmd_free() local
193 stk = &sa->cmd_stack; in scsi_cmd_free()
194 if (stk->top >= CMD_STACK_SIZE) { in scsi_cmd_free()
198 stk->top++; in scsi_cmd_free()
199 stk->elem[stk->top] = (struct cciss_scsi_cmd_stack_elem_t *) cmd; in scsi_cmd_free()
[all …]
/drivers/media/video/
DMakefile9 stkwebcam-objs := stk-webcam.o stk-sensor.o