Home
last modified time | relevance | path

Searched defs:gate (Results 1 – 15 of 15) sorted by relevance

/linux-3.3/arch/x86/include/asm/
Ddesc.h54 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, in pack_gate()
70 static inline void pack_gate(gate_desc *gate, unsigned char type, in pack_gate()
118 static inline void native_write_idt_entry(gate_desc *idt, int entry, const gate_desc *gate) in native_write_idt_entry()
313 static inline void set_nmi_gate(int gate, void *addr) in set_nmi_gate()
322 static inline void _set_gate(int gate, unsigned type, void *addr, in _set_gate()
Dkvm.h221 __u8 gate; member
/linux-3.3/net/mac80211/
Dmesh_pathtbl.c131 struct mpath_node *gate; in mesh_table_free() local
429 struct mpath_node *gate, *new_gate; in mesh_path_add_gate() local
475 struct mpath_node *gate; in mesh_gate_del() local
934 struct mpath_node *gate = NULL; in mesh_path_send_to_gates() local
/linux-3.3/include/media/
Dvideobuf-dvb.h40 int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */ member
/linux-3.3/arch/um/os-Linux/drivers/
Dtuntap_user.c62 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, in tuntap_open_tramp()
Dethertap_user.c91 static int etap_tramp(char *dev, char *gate, int control_me, in etap_tramp()
/linux-3.3/arch/x86/kvm/
Di8254.h18 u8 gate; /* timer start */ member
/linux-3.3/drivers/media/video/s5p-g2d/
Dg2d.h29 struct clk *gate; member
/linux-3.3/drivers/media/common/tuners/
Dtda18271.h97 enum tda18271_i2c_gate gate; member
Dtda18271-common.c26 enum tda18271_i2c_gate gate; in tda18271_i2c_gate_ctrl() local
Dtda18271-priv.h109 enum tda18271_i2c_gate gate; member
/linux-3.3/drivers/mfd/
Dsm501.c320 unsigned long gate; in sm501_unit_power() local
523 unsigned long gate = smc501_readl(sm->regs + SM501_CURRENT_GATE); in sm501_set_clock() local
/linux-3.3/drivers/media/dvb/dvb-usb/
Dlmedm04.c585 u8 gate = st->i2c_gate; in lme2510_i2c_xfer() local
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Dich8lan.c1729 static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate) in e1000_gate_hw_phy_config_ich8lan()
/linux-3.3/drivers/net/ethernet/nvidia/
Dforcedeth.c1053 static void nv_txrx_gate(struct net_device *dev, bool gate) in nv_txrx_gate()