/linux-2.6.39/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-2.6.39/drivers/mmc/core/ |
D | sdio_io.c | 26 void sdio_claim_host(struct sdio_func *func) in sdio_claim_host() 42 void sdio_release_host(struct sdio_func *func) in sdio_release_host() 58 int sdio_enable_func(struct sdio_func *func) in sdio_enable_func() 109 int sdio_disable_func(struct sdio_func *func) in sdio_disable_func() 158 int sdio_set_block_size(struct sdio_func *func, unsigned blksz) in sdio_set_block_size() 188 static inline unsigned int sdio_max_byte_size(struct sdio_func *func) in sdio_max_byte_size() 215 unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz) in sdio_align_size() 300 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper() 364 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb() 396 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb() [all …]
|
D | sdio_bus.c | 43 struct sdio_func *func = dev_to_sdio_func (dev); in modalias_show() local 57 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one() 69 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device() 89 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local 101 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local 122 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_probe() local 166 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local 261 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local 276 struct sdio_func *func; in sdio_alloc_func() local 296 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()
|
/linux-2.6.39/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-2.6.39/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-2.6.39/drivers/net/wireless/wl1251/ |
D | sdio.c | 42 struct sdio_func *func; member 52 static void wl1251_sdio_interrupt(struct sdio_func *func) in wl1251_sdio_interrupt() 73 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_read() local 86 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_write() local 99 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_read_elp() local 119 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_write_elp() local 137 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_enable_irq() local 146 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_disable_irq() local 175 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_set_power() local 220 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe() [all …]
|
/linux-2.6.39/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-2.6.39/fs/xfs/ |
D | xfs_btree_trace.c | 50 const char *func, in xfs_btree_trace_argbi() 66 const char *func, in xfs_btree_trace_argbii() 84 const char *func, in xfs_btree_trace_argfffi() 105 const char *func, in xfs_btree_trace_argi() 119 const char *func, in xfs_btree_trace_argipk() 143 const char *func, in xfs_btree_trace_argipr() 169 const char *func, in xfs_btree_trace_argik() 190 const char *func, in xfs_btree_trace_argr() 211 const char *func, in xfs_btree_trace_cursor()
|
/linux-2.6.39/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 | 111 struct sdio_func *func = i2400ms->func; in i2400ms_enable_function() local 175 struct sdio_func *func = i2400ms->func; in i2400ms_bus_setup() local 225 struct sdio_func *func = i2400ms->func; in i2400ms_bus_release() local 247 struct sdio_func *func = i2400ms->func; in i2400ms_bus_dev_start() local 271 struct sdio_func *func = i2400ms->func; in __i2400ms_send_barker() local 460 int i2400ms_probe(struct sdio_func *func, in i2400ms_probe() 543 void i2400ms_remove(struct sdio_func *func) in i2400ms_remove()
|
/linux-2.6.39/include/linux/ |
D | smp.h | 20 smp_call_func_t func; member 129 static inline int up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function() 133 #define smp_call_function(func, info, wait) \ argument 135 #define on_each_cpu(func,info,wait) \ argument 145 #define smp_call_function_many(mask, func, info, wait) \ argument 150 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()
|
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/ |
D | hif.c | 473 struct sdio_func *func; in IssueSDCommand() local 496 struct sdio_func *func; in ReinitSDIO() local 655 struct sdio_func *func = device->func; in PowerStateChangeNotify() local 775 hifIRQHandler(struct sdio_func *func) in hifIRQHandler() 826 static int hifDeviceInserted(struct sdio_func *func, const struct sdio_device_id *id) in hifDeviceInserted() 952 static int hifDisableFunc(struct hif_device *device, struct sdio_func *func) in hifDisableFunc() 999 static int hifEnableFunc(struct hif_device *device, struct sdio_func *func) in hifEnableFunc() 1082 struct sdio_func *func=dev_to_sdio_func(dev); in hifDeviceSuspend() local 1110 struct sdio_func *func=dev_to_sdio_func(dev); in hifDeviceResume() local 1128 static void hifDeviceRemoved(struct sdio_func *func) in hifDeviceRemoved() [all …]
|
/linux-2.6.39/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 b43_sdio_probe(struct sdio_func *func, in b43_sdio_probe() 174 static void b43_sdio_remove(struct sdio_func *func) in b43_sdio_remove()
|
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | sdio.c | 105 struct sdio_func *func = wl_to_func(wl); in wl1271_sdio_raw_read() local 130 struct sdio_func *func = wl_to_func(wl); in wl1271_sdio_raw_write() local 153 struct sdio_func *func = wl_to_func(wl); in wl1271_sdio_power_on() local 175 struct sdio_func *func = wl_to_func(wl); in wl1271_sdio_power_off() local 209 static int __devinit wl1271_probe(struct sdio_func *func, in wl1271_probe() 279 static void __devexit wl1271_remove(struct sdio_func *func) in wl1271_remove()
|
D | sdio_test.c | 85 struct sdio_func *func = wl_to_func(wl); in wl1271_sdio_raw_read() local 110 struct sdio_func *func = wl_to_func(wl); in wl1271_sdio_raw_write() local 133 struct sdio_func *func = wl_to_func(wl); in wl1271_sdio_set_power() local 321 struct sdio_func *func = wl_to_func(wl); in tester() local 384 static int __devinit wl1271_probe(struct sdio_func *func, in wl1271_probe() 475 static void __devexit wl1271_remove(struct sdio_func *func) in wl1271_remove()
|
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/ |
D | bcmsdh_sdmmc.c | 75 u8 func; in sdioh_sdmmc_card_enablefuncs() local 477 uint func = ((u32) int_val >> 16); in sdioh_iovar_op() local 741 sdioh_cis_read(sdioh_info_t *sd, uint func, u8 *cisd, u32 length) in sdioh_cis_read() 775 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, in sdioh_request_byte() 874 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, in sdioh_request_word() 927 sdioh_request_packet(sdioh_info_t *sd, uint fix_inc, uint write, uint func, in sdioh_request_packet() 1025 uint func, uint addr, uint reg_width, uint buflen_u, in sdioh_request_buffer() 1097 extern int sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort() 1138 sdioh_sdmmc_card_regread(sdioh_info_t *sd, int func, u32 regaddr, in sdioh_sdmmc_card_regread() 1163 static void IRQHandler(struct sdio_func *func) in IRQHandler() [all …]
|
/linux-2.6.39/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-2.6.39/drivers/media/dvb/siano/ |
D | smssdio.c | 69 struct sdio_func *func; member 114 static void smssdio_interrupt(struct sdio_func *func) in smssdio_interrupt() 226 static int __devinit smssdio_probe(struct sdio_func *func, in smssdio_probe() 311 static void smssdio_remove(struct sdio_func *func) in smssdio_remove()
|
/linux-2.6.39/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-2.6.39/arch/x86/lib/ |
D | thunk_64.S | 15 .macro thunk name,func 27 .macro thunk_ra name,func
|
/linux-2.6.39/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 88 struct acpiphp_func *func = container_of(nb, struct acpiphp_func, nb); in post_dock_fixups() local 316 struct acpiphp_func *func; in acpiphp_bridge_handle_to_function() local 353 struct acpiphp_func *func; in config_p2p_bridge_flags() local 506 struct acpiphp_func *func, *tmp; in cleanup_bridge() local 604 struct acpiphp_func *func; in power_on_slot() local 636 struct acpiphp_func *func; in power_off_slot() local 698 static int acpiphp_bus_add(struct acpiphp_func *func) in acpiphp_bus_add() 756 struct acpiphp_func *func; in acpiphp_set_acpi_region() local 783 struct acpiphp_func *func; in enable_device() local 874 struct acpiphp_func *func; in disable_device() local [all …]
|
/linux-2.6.39/arch/s390/crypto/ |
D | crypt_s390.h | 123 static inline int crypt_s390_km(long func, void *param, in crypt_s390_km() 159 static inline int crypt_s390_kmc(long func, void *param, in crypt_s390_kmc() 195 static inline int crypt_s390_kimd(long func, void *param, in crypt_s390_kimd() 229 static inline int crypt_s390_klmd(long func, void *param, in crypt_s390_klmd() 264 static inline int crypt_s390_kmac(long func, void *param, in crypt_s390_kmac() 294 static inline int crypt_s390_func_available(int func) in crypt_s390_func_available()
|
/linux-2.6.39/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()
|