/linux-3.3/arch/powerpc/kernel/ |
D | systbl.S | 20 #define SYSCALL(func) .llong .sys_##func,.sys_##func argument 21 #define COMPAT_SYS(func) .llong .sys_##func,.compat_sys_##func argument 22 #define PPC_SYS(func) .llong .ppc_##func,.ppc_##func argument 23 #define OLDSYS(func) .llong .sys_ni_syscall,.sys_ni_syscall argument 24 #define SYS32ONLY(func) .llong .sys_ni_syscall,.compat_sys_##func argument 27 #define SYSCALL(func) .long sys_##func argument 28 #define COMPAT_SYS(func) .long sys_##func argument 29 #define PPC_SYS(func) .long ppc_##func argument 30 #define OLDSYS(func) .long sys_##func argument 31 #define SYS32ONLY(func) .long sys_##func argument [all …]
|
D | systbl_chk.c | 18 #define SYSCALL(func) __NR_##func argument 19 #define COMPAT_SYS(func) __NR_##func argument 20 #define PPC_SYS(func) __NR_##func argument 22 #define OLDSYS(func) -1 argument 23 #define SYS32ONLY(func) -1 argument 25 #define OLDSYS(func) __NR_old##func argument 26 #define SYS32ONLY(func) __NR_##func argument 30 #define SYSCALL_SPU(func) SYSCALL(func) argument 31 #define COMPAT_SYS_SPU(func) COMPAT_SYS(func) argument 32 #define PPC_SYS_SPU(func) PPC_SYS(func) argument
|
/linux-3.3/drivers/mmc/core/ |
D | sdio_io.c | 27 void sdio_claim_host(struct sdio_func *func) in sdio_claim_host() 43 void sdio_release_host(struct sdio_func *func) in sdio_release_host() 59 int sdio_enable_func(struct sdio_func *func) in sdio_enable_func() 110 int sdio_disable_func(struct sdio_func *func) in sdio_disable_func() 159 int sdio_set_block_size(struct sdio_func *func, unsigned blksz) in sdio_set_block_size() 189 static inline unsigned int sdio_max_byte_size(struct sdio_func *func) in sdio_max_byte_size() 219 unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz) in sdio_align_size() 304 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper() 369 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb() 401 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb() [all …]
|
D | sdio_bus.c | 44 struct sdio_func *func = dev_to_sdio_func (dev); in modalias_show() local 58 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one() 70 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device() 90 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local 102 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local 123 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_probe() local 167 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local 258 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local 273 struct sdio_func *func; in sdio_alloc_func() local 293 int sdio_add_func(struct sdio_func *func) in sdio_add_func() [all …]
|
D | sdio_cis.c | 27 static int cistpl_vers_1(struct mmc_card *card, struct sdio_func *func, in cistpl_vers_1() 74 static int cistpl_manfid(struct mmc_card *card, struct sdio_func *func, in cistpl_manfid() 111 static int cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, in cis_tpl_parse() 146 static int cistpl_funce_common(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_common() 163 static int cistpl_funce_func(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_func() 208 static int cistpl_funce(struct mmc_card *card, struct sdio_func *func, in cistpl_funce() 228 static int sdio_read_cis(struct mmc_card *card, struct sdio_func *func) in sdio_read_cis() 366 int sdio_read_func_cis(struct sdio_func *func) in sdio_read_func_cis() 392 void sdio_free_func_cis(struct sdio_func *func) in sdio_free_func_cis()
|
D | sdio_irq.c | 35 struct sdio_func *func; in process_sdio_pending_irqs() local 210 struct sdio_func *func; in sdio_single_irq_set() local 235 int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler) in sdio_claim_irq() 278 int sdio_release_irq(struct sdio_func *func) in sdio_release_irq()
|
/linux-3.3/arch/powerpc/platforms/cell/ |
D | spu_callbacks.c | 37 #define SYSCALL(func) sys_ni_syscall, argument 38 #define COMPAT_SYS(func) sys_ni_syscall, argument 39 #define PPC_SYS(func) sys_ni_syscall, argument 40 #define OLDSYS(func) sys_ni_syscall, argument 41 #define SYS32ONLY(func) sys_ni_syscall, argument 44 #define SYSCALL_SPU(func) sys_##func, argument 45 #define COMPAT_SYS_SPU(func) sys_##func, argument 46 #define PPC_SYS_SPU(func) ppc_##func, argument
|
/linux-3.3/arch/x86/kernel/ |
D | early-quirks.c | 22 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config() 48 static void __init via_bugs(int num, int slot, int func) in via_bugs() 71 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs() 100 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev() 118 static void __init ati_bugs(int num, int slot, int func) in ati_bugs() 144 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev() 154 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd() 186 static void __init ati_bugs(int num, int slot, int func) in ati_bugs() 190 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd() 238 static int __init check_dev_quirk(int num, int slot, int func) in check_dev_quirk() [all …]
|
/linux-3.3/drivers/net/wireless/wl1251/ |
D | sdio.c | 43 struct sdio_func *func; member 53 static void wl1251_sdio_interrupt(struct sdio_func *func) in wl1251_sdio_interrupt() 74 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_read() local 87 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_write() local 100 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_read_elp() local 120 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_write_elp() local 138 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_enable_irq() local 147 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_disable_irq() local 176 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_set_power() local 221 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe() [all …]
|
/linux-3.3/arch/x86/pci/ |
D | early.c | 10 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config() 18 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte() 26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() 34 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config() 41 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte() 47 void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) in write_pci_config_16() 59 void early_dump_pci_device(u8 bus, u8 slot, u8 func) in early_dump_pci_device() 83 unsigned bus, slot, func; in early_dump_pci_devices() local
|
/linux-3.3/drivers/net/wireless/wl12xx/ |
D | sdio.c | 63 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl1271_sdio_set_block_size() local 75 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_read() local 100 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_write() local 123 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_on() local 147 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_off() local 181 static int __devinit wl1271_probe(struct sdio_func *func, in wl1271_probe() 274 static void __devexit wl1271_remove(struct sdio_func *func) in wl1271_remove() 291 struct sdio_func *func = dev_to_sdio_func(dev); in wl1271_suspend() local 327 struct sdio_func *func = dev_to_sdio_func(dev); in wl1271_resume() local
|
/linux-3.3/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh_sdmmc.c | 123 int brcmf_sdioh_request_byte(struct brcmf_sdio_dev *sdiodev, uint rw, uint func, in brcmf_sdioh_request_byte() 160 uint rw, uint func, uint addr, u32 *word, in brcmf_sdioh_request_word() 211 uint func, uint addr, struct sk_buff *pkt, uint pktlen) in brcmf_sdioh_request_data() 239 uint write, uint func, uint addr, in brcmf_sdioh_request_chain() 290 uint fix_inc, uint write, uint func, uint addr, in brcmf_sdioh_request_buffer() 330 brcmf_sdioh_card_regread(struct brcmf_sdio_dev *sdiodev, int func, u32 regaddr, in brcmf_sdioh_card_regread() 381 u8 func; in brcmf_sdioh_enablefuncs() local 460 static int brcmf_ops_sdio_probe(struct sdio_func *func, in brcmf_ops_sdio_probe() 517 static void brcmf_ops_sdio_remove(struct sdio_func *func) in brcmf_ops_sdio_remove() 543 struct sdio_func *func = dev_to_sdio_func(dev); in brcmf_sdio_suspend() local [all …]
|
/linux-3.3/include/linux/ |
D | smp.h | 20 smp_call_func_t func; member 122 static inline int up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function() 126 #define smp_call_function(func, info, wait) \ argument 128 #define on_each_cpu(func,info,wait) \ argument 138 #define smp_call_function_many(mask, func, info, wait) \ argument 143 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()
|
/linux-3.3/drivers/net/wimax/i2400m/ |
D | sdio-rx.c | 95 struct sdio_func *func = i2400ms->func; in __i2400ms_rx_get_size() local 131 struct sdio_func *func = i2400ms->func; in i2400ms_rx() local 211 void i2400ms_irq(struct sdio_func *func) in i2400ms_irq() 242 struct sdio_func *func = i2400ms->func; in i2400ms_rx_setup() local 287 struct sdio_func *func = i2400ms->func; in i2400ms_rx_release() local
|
D | sdio.c | 112 struct sdio_func *func = i2400ms->func; in i2400ms_enable_function() local 176 struct sdio_func *func = i2400ms->func; in i2400ms_bus_setup() local 226 struct sdio_func *func = i2400ms->func; in i2400ms_bus_release() local 248 struct sdio_func *func = i2400ms->func; in i2400ms_bus_dev_start() local 272 struct sdio_func *func = i2400ms->func; in __i2400ms_send_barker() local 461 int i2400ms_probe(struct sdio_func *func, in i2400ms_probe() 544 void i2400ms_remove(struct sdio_func *func) in i2400ms_remove()
|
/linux-3.3/drivers/net/wireless/b43/ |
D | sdio.c | 53 static void b43_sdio_interrupt_dispatcher(struct sdio_func *func) in b43_sdio_interrupt_dispatcher() 70 struct sdio_func *func = bus->host_sdio; in b43_sdio_request_irq() local 86 struct sdio_func *func = bus->host_sdio; in b43_sdio_free_irq() local 96 static int __devinit b43_sdio_probe(struct sdio_func *func, in b43_sdio_probe() 174 static void __devexit b43_sdio_remove(struct sdio_func *func) in b43_sdio_remove()
|
/linux-3.3/arch/sparc/include/asm/ |
D | smp_32.h | 69 #define smp_cross_call(func,mask,arg1,arg2,arg3,arg4) BTFIXUP_CALL(smp_cross_call)(func,mask,arg1,a… in BTFIXUPDEF_BLACKBOX() argument 72 static inline void xc1(smpfunc_t func, unsigned long arg1) in xc1() 74 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2() 76 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3() 79 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4()
|
/linux-3.3/arch/ia64/scripts/ |
D | unwcheck.py | 26 def check_func (func, slots, rlen_sum): argument 36 func = False variable 44 func = m.group(1) variable
|
/linux-3.3/drivers/media/dvb/siano/ |
D | smssdio.c | 70 struct sdio_func *func; member 115 static void smssdio_interrupt(struct sdio_func *func) in smssdio_interrupt() 227 static int __devinit smssdio_probe(struct sdio_func *func, in smssdio_probe() 312 static void smssdio_remove(struct sdio_func *func) in smssdio_remove()
|
/linux-3.3/arch/s390/crypto/ |
D | crypt_s390.h | 153 static inline int crypt_s390_km(long func, void *param, in crypt_s390_km() 189 static inline int crypt_s390_kmc(long func, void *param, in crypt_s390_kmc() 225 static inline int crypt_s390_kimd(long func, void *param, in crypt_s390_kimd() 259 static inline int crypt_s390_klmd(long func, void *param, in crypt_s390_klmd() 294 static inline int crypt_s390_kmac(long func, void *param, in crypt_s390_kmac() 330 static inline int crypt_s390_kmctr(long func, void *param, u8 *dest, in crypt_s390_kmctr() 363 static inline int crypt_s390_func_available(int func, in crypt_s390_func_available() 418 static inline int crypt_s390_pcc(long func, void *param) in crypt_s390_pcc()
|
/linux-3.3/scripts/tracing/ |
D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument 44 def calls(self, func, calltime): argument 53 def getParent(self, func): argument
|
/linux-3.3/arch/m68k/platform/coldfire/ |
D | pinmux.c | 21 int mcf_pinmux_request(unsigned pinmux, unsigned func) in mcf_pinmux_request() 26 void mcf_pinmux_release(unsigned pinmux, unsigned func) in mcf_pinmux_release()
|
/linux-3.3/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 72 struct pci_func *func; in handle_switch_change() local 147 struct pci_func *func; in handle_presence_change() local 239 struct pci_func *func; in handle_power_fault() local 1085 struct pci_func *func; in cpqhp_slot_find() local 1111 static int is_bridge(struct pci_func * func) in is_bridge() 1271 static u32 board_replaced(struct pci_func *func, struct controller *ctrl) in board_replaced() 1422 static u32 board_added(struct pci_func *func, struct controller *ctrl) in board_added() 1627 static u32 remove_board(struct pci_func * func, u32 replace_flag, struct controller * ctrl) in remove_board() 1806 struct pci_func *func; in interrupt_event_handler() local 1929 struct pci_func *func; in cpqhp_pushbutton_thread() local [all …]
|
D | acpiphp_glue.c | 89 struct acpiphp_func *func = container_of(nb, struct acpiphp_func, nb); in post_dock_fixups() local 328 struct acpiphp_func *func; in acpiphp_bridge_handle_to_function() local 365 struct acpiphp_func *func; in config_p2p_bridge_flags() local 518 struct acpiphp_func *func, *tmp; in cleanup_bridge() local 616 struct acpiphp_func *func; in power_on_slot() local 648 struct acpiphp_func *func; in power_off_slot() local 710 static int acpiphp_bus_add(struct acpiphp_func *func) in acpiphp_bus_add() 768 struct acpiphp_func *func; in acpiphp_set_acpi_region() local 795 struct acpiphp_func *func; in enable_device() local 893 struct acpiphp_func *func; in disable_device() local [all …]
|
/linux-3.3/arch/mips/pmc-sierra/yosemite/ |
D | ht.c | 57 int dev, bus, func; in titan_ht_config_read_dword() local 85 int dev, bus, func; in titan_ht_config_read_word() local 131 int dev, bus, func; in titan_ht_config_read_byte() local 173 int dev, bus, func; in titan_ht_config_write_dword() local 200 int dev, bus, func; in titan_ht_config_write_word() local 232 int dev, bus, func; in titan_ht_config_write_byte() local
|