Home
last modified time | relevance | path

Searched refs:smi_port (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
Dspeedstep-smi.c33 static int smi_port; variable
72 command, smi_port); in speedstep_smi_ownership()
81 : "a" (command), "b" (function), "c" (0), "d" (smi_port), in speedstep_smi_ownership()
114 command, smi_port); in speedstep_smi_get_freqs()
127 "d" (smi_port), "S" (0), "D" (0) in speedstep_smi_get_freqs()
166 state, command, smi_port); in speedstep_set_state()
193 "d" (smi_port), "S" (0), "D" (0) in speedstep_set_state()
347 (smi_port == 0) || (smi_cmd == 0))) in speedstep_init()
356 if ((smi_port > 0xff) || (smi_port < 0)) in speedstep_init()
358 else if (smi_port == 0) in speedstep_init()
[all …]
/linux-4.4.14/drivers/media/pci/smipcie/
Dsmipcie-main.c267 static void smi_port_disableInterrupt(struct smi_port *port) in smi_port_disableInterrupt()
275 static void smi_port_enableInterrupt(struct smi_port *port) in smi_port_enableInterrupt()
283 static void smi_port_clearInterrupt(struct smi_port *port) in smi_port_clearInterrupt()
294 struct smi_port *port = (struct smi_port *) data; in smi_dma_xfer()
360 static void smi_port_dma_free(struct smi_port *port) in smi_port_dma_free()
374 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init()
443 static void smi_port_exit(struct smi_port *port) in smi_port_exit()
451 static int smi_port_irq(struct smi_port *port, u32 int_status) in smi_port_irq()
469 struct smi_port *port0 = &dev->ts_port[0]; in smi_irq_handler()
470 struct smi_port *port1 = &dev->ts_port[1]; in smi_irq_handler()
[all …]
Dsmipcie.h248 struct smi_port { struct
293 struct smi_port ts_port[2]; argument