Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 1814) sorted by relevance

12345678910>>...73

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Didtentry.h29 #define DECLARE_IDTENTRY(vector, func) \ argument
47 #define DEFINE_IDTENTRY(func) \ argument
80 #define DECLARE_IDTENTRY_ERRORCODE(vector, func) \ argument
92 #define DEFINE_IDTENTRY_ERRORCODE(func) \ argument
118 #define DECLARE_IDTENTRY_RAW(vector, func) \ argument
135 #define DEFINE_IDTENTRY_RAW(func) \ argument
146 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ argument
163 #define DEFINE_IDTENTRY_RAW_ERRORCODE(func) \ argument
174 #define DECLARE_IDTENTRY_IRQ(vector, func) \ argument
189 #define DEFINE_IDTENTRY_IRQ(func) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_io.c27 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()
233 unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz) in sdio_align_size()
315 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper()
380 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb()
412 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb()
[all …]
H A Dsdio_bus.c80 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one()
92 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device()
112 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local
124 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local
155 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_probe() local
209 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local
293 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local
308 struct sdio_func *func; in sdio_alloc_func() local
336 static void sdio_acpi_set_handle(struct sdio_func *func) in sdio_acpi_set_handle()
344 static inline void sdio_acpi_set_handle(struct sdio_func *func) {} in sdio_acpi_set_handle()
[all …]
/OK3568_Linux_fs/u-boot/include/configs/
H A Drockchip-common.h63 #define BOOT_TARGET_MMC(func) \ argument
67 #define BOOT_TARGET_MMC(func) argument
71 #define BOOT_TARGET_MTD(func) \ argument
76 #define BOOT_TARGET_MTD(func) argument
80 #define BOOT_TARGET_RKNAND(func) func(RKNAND, rknand, 0) argument
82 #define BOOT_TARGET_RKNAND(func) argument
86 #define BOOT_TARGET_USB(func) func(USB, usb, 0) argument
88 #define BOOT_TARGET_USB(func) argument
92 #define BOOT_TARGET_PXE(func) func(PXE, pxe, na) argument
94 #define BOOT_TARGET_PXE(func) argument
[all …]
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcfg.c48 #define func_prev(func) list_prev_entry(func, l) argument
49 #define func_next(func) list_next_entry(func, l) argument
52 #define entry_bb(func) func_first_bb(func) argument
53 #define exit_bb(func) func_last_bb(func) argument
58 #define func_first_bb(func) \ argument
60 #define func_last_bb(func) \ argument
65 struct func_node *new_func, *func; in cfg_append_func() local
88 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb()
134 struct func_node *func, *last_func; in cfg_partition_funcs() local
165 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hwif/sdio/
H A Dsdio.c111 struct sdio_func *func; in ssv6xxx_sdio_cmd52_read() local
130 struct sdio_func *func; in ssv6xxx_sdio_cmd52_write() local
149 struct sdio_func *func ; in ssv6xxx_sdio_read_reg() local
198 struct sdio_func *func; in ssv6xxx_sdio_trigger_tx_rx() local
213 struct sdio_func *func; in ssv6xxx_sdio_write_reg() local
248 struct sdio_func *func=NULL; in ssv6xxx_sdio_write_sram() local
316 struct sdio_func *func=NULL; in ssv6xxx_sdio_load_firmware_openfile() local
493 struct sdio_func *func=NULL; in ssv6xxx_sdio_load_firmware_request() local
626 struct sdio_func *func; in ssv6xxx_sdio_load_firmware() local
643 struct sdio_func *func; in ssv6xxx_sdio_irq_getstatus() local
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dearly-quirks.c31 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config()
57 static void __init via_bugs(int num, int slot, int func) in via_bugs()
80 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs()
116 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev()
134 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
160 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev()
170 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
202 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
206 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
211 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dsdio.c53 static void wilc_sdio_interrupt(struct sdio_func *func) in wilc_sdio_interrupt()
62 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd52() local
91 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd53() local
119 static int wilc_sdio_probe(struct sdio_func *func, in wilc_sdio_probe()
162 static void wilc_sdio_remove(struct sdio_func *func) in wilc_sdio_remove()
176 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_reset() local
193 struct sdio_func *func = dev_to_sdio_func(dev); in wilc_sdio_suspend() local
220 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_enable_interrupt() local
236 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_disable_interrupt() local
254 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_set_func0_csa_address() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dsdio.c24 struct sdio_func *func; member
34 static void wl1251_sdio_interrupt(struct sdio_func *func) in wl1251_sdio_interrupt()
55 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_read() local
68 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_write() local
81 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_read_elp() local
101 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_write_elp() local
119 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_enable_irq() local
128 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_disable_irq() local
157 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_set_power() local
193 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dasn1_mac.h75 # define M_ASN1_D2I_vars(a,type,func) \ argument
98 # define M_ASN1_D2I_Finish(a,func,e) \ argument
114 # define M_ASN1_D2I_Finish_nolen(a, func, e) \ argument
129 # define M_ASN1_D2I_get(b, func) \ argument
136 # define M_ASN1_D2I_get_x(type,b,func) \ argument
143 # define M_ASN1_D2I_get_int(b,func) \ argument
149 # define M_ASN1_D2I_get_opt(b,func,type) \ argument
156 # define M_ASN1_D2I_get_int_opt(b,func,type) \ argument
163 # define M_ASN1_D2I_get_imp(b,func, type) \ argument
171 # define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dsdio_ops_linux.c23 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
47 struct sdio_func *func; in sd_f0_read8() local
83 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
161 struct sdio_func *func; in sd_cmd52_read() local
200 struct sdio_func *func; in _sd_cmd52_write() local
239 struct sdio_func *func; in sd_cmd52_write() local
273 struct sdio_func *func; in _sd_read8() local
304 struct sdio_func *func; in sd_read8() local
340 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dsdio_ops_linux.c27 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
51 struct sdio_func *func; in sd_f0_read8() local
85 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
159 struct sdio_func *func; in sd_cmd52_read() local
196 struct sdio_func *func; in _sd_cmd52_write() local
233 struct sdio_func *func; in sd_cmd52_write() local
265 struct sdio_func *func; in _sd_read8() local
294 struct sdio_func *func; in sd_read8() local
328 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dsdio_ops_linux.c27 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
51 struct sdio_func *func; in sd_f0_read8() local
85 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
159 struct sdio_func *func; in sd_cmd52_read() local
196 struct sdio_func *func; in _sd_cmd52_write() local
233 struct sdio_func *func; in sd_cmd52_write() local
265 struct sdio_func *func; in _sd_read8() local
294 struct sdio_func *func; in sd_read8() local
328 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dsdio_ops_linux.c27 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
51 struct sdio_func *func; in sd_f0_read8() local
85 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
159 struct sdio_func *func; in sd_cmd52_read() local
196 struct sdio_func *func; in _sd_cmd52_write() local
233 struct sdio_func *func; in sd_cmd52_write() local
265 struct sdio_func *func; in _sd_read8() local
294 struct sdio_func *func; in sd_read8() local
328 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Dsdio_ops_linux.c27 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
51 struct sdio_func *func; in sd_f0_read8() local
85 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
159 struct sdio_func *func; in sd_cmd52_read() local
196 struct sdio_func *func; in _sd_cmd52_write() local
233 struct sdio_func *func; in sd_cmd52_write() local
265 struct sdio_func *func; in _sd_read8() local
294 struct sdio_func *func; in sd_read8() local
328 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dsdio_ops_linux.c27 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
51 struct sdio_func *func; in sd_f0_read8() local
85 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
159 struct sdio_func *func; in sd_cmd52_read() local
196 struct sdio_func *func; in _sd_cmd52_write() local
233 struct sdio_func *func; in sd_cmd52_write() local
265 struct sdio_func *func; in _sd_read8() local
294 struct sdio_func *func; in sd_read8() local
328 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dsdio_ops_linux.c27 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
51 struct sdio_func *func; in sd_f0_read8() local
85 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
159 struct sdio_func *func; in sd_cmd52_read() local
196 struct sdio_func *func; in _sd_cmd52_write() local
233 struct sdio_func *func; in sd_cmd52_write() local
265 struct sdio_func *func; in _sd_read8() local
294 struct sdio_func *func; in sd_read8() local
328 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Dsdio_ops_linux.c28 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
52 struct sdio_func *func; in sd_f0_read8() local
86 struct sdio_func *func; in sd_f0_write8() local
123 struct sdio_func *func; in _sd_cmd52_read() local
160 struct sdio_func *func; in sd_cmd52_read() local
197 struct sdio_func *func; in _sd_cmd52_write() local
234 struct sdio_func *func; in sd_cmd52_write() local
266 struct sdio_func *func; in _sd_read8() local
295 struct sdio_func *func; in sd_read8() local
329 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Dsdio_ops_linux.c28 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
52 struct sdio_func *func; in sd_f0_read8() local
86 struct sdio_func *func; in sd_f0_write8() local
123 struct sdio_func *func; in _sd_cmd52_read() local
160 struct sdio_func *func; in sd_cmd52_read() local
197 struct sdio_func *func; in _sd_cmd52_write() local
234 struct sdio_func *func; in sd_cmd52_write() local
266 struct sdio_func *func; in _sd_read8() local
295 struct sdio_func *func; in sd_read8() local
329 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Dsdio_ops_linux.c27 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
51 struct sdio_func *func; in sd_f0_read8() local
85 struct sdio_func *func; in sd_f0_write8() local
122 struct sdio_func *func; in _sd_cmd52_read() local
159 struct sdio_func *func; in sd_cmd52_read() local
196 struct sdio_func *func; in _sd_cmd52_write() local
233 struct sdio_func *func; in sd_cmd52_write() local
265 struct sdio_func *func; in _sd_read8() local
294 struct sdio_func *func; in sd_read8() local
328 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dsdio_ops_linux.c28 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
52 struct sdio_func *func; in sd_f0_read8() local
86 struct sdio_func *func; in sd_f0_write8() local
123 struct sdio_func *func; in _sd_cmd52_read() local
160 struct sdio_func *func; in sd_cmd52_read() local
197 struct sdio_func *func; in _sd_cmd52_write() local
234 struct sdio_func *func; in sd_cmd52_write() local
266 struct sdio_func *func; in _sd_read8() local
295 struct sdio_func *func; in sd_read8() local
329 struct sdio_func *func; in sd_read16() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dsdio_intf.c84 static void sd_sync_int_hdl(struct sdio_func *func) in sd_sync_int_hdl()
102 struct sdio_func *func; in rtw_sdio_alloc_irq() local
127 struct sdio_func *func; in rtw_sdio_free_irq() local
232 static inline unsigned int sdio_max_byte_size(struct sdio_func *func) in sdio_max_byte_size()
435 struct sdio_func *func; in rtw_sdio_init() local
498 struct sdio_func *func; in rtw_sdio_deinit() local
524 static struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func, in sdio_dvobj_init()
569 static void sdio_dvobj_deinit(struct sdio_func *func) in sdio_dvobj_deinit()
683 struct sdio_func *func, in rtw_dev_probe()
783 static void rtw_dev_remove(struct sdio_func *func) in rtw_dev_remove()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dsdio_intf.c54 static void sd_sync_int_hdl(struct sdio_func *func) in sd_sync_int_hdl()
74 struct sdio_func *func; in sdio_alloc_irq() local
99 struct sdio_func *func; in sdio_free_irq() local
172 struct sdio_func *func; in sdio_init() local
208 struct sdio_func *func; in sdio_deinit() local
236 static struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func) in sdio_dvobj_init()
271 static void sdio_dvobj_deinit(struct sdio_func *func) in sdio_dvobj_deinit()
458 struct sdio_func *func, in rtw_drv_init()
507 static void rtw_dev_remove(struct sdio_func *func) in rtw_dev_remove()
552 struct sdio_func *func = dev_to_sdio_func(dev); in rtw_sdio_suspend() local
[all …]
H A Dsdio_ops_linux.c12 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
36 struct sdio_func *func; in sd_f0_read8() local
73 struct sdio_func *func; in _sd_cmd52_read() local
108 struct sdio_func *func; in sd_cmd52_read() local
143 struct sdio_func *func; in _sd_cmd52_write() local
179 struct sdio_func *func; in sd_cmd52_write() local
209 struct sdio_func *func; in sd_read8() local
240 struct sdio_func *func; in sd_read32() local
303 struct sdio_func *func; in sd_write8() local
332 struct sdio_func *func; in sd_write32() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmsdh_sdmmc_linux.c78 static int sdioh_probe(struct sdio_func *func) in sdioh_probe()
134 static void sdioh_remove(struct sdio_func *func) in sdioh_remove()
152 static int bcmsdh_sdmmc_probe(struct sdio_func *func, in bcmsdh_sdmmc_probe()
177 static void bcmsdh_sdmmc_remove(struct sdio_func *func) in bcmsdh_sdmmc_remove()
226 struct sdio_func *func = dev_to_sdio_func(pdev); in bcmsdh_sdmmc_suspend() local
265 struct sdio_func *func = dev_to_sdio_func(pdev); in bcmsdh_sdmmc_resume() local
289 static int dummy_probe(struct sdio_func *func, in dummy_probe()
302 static void dummy_remove(struct sdio_func *func) in dummy_remove()

12345678910>>...73