Home
last modified time | relevance | path

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

1234567891011

/drivers/mmc/core/
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()
218 unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz) in sdio_align_size()
303 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper()
365 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb()
397 unsigned char sdio_readb_ext(struct sdio_func *func, unsigned int addr, in sdio_readb_ext()
[all …]
Dsdio_bus.c49 struct sdio_func *func = dev_to_sdio_func (dev); in modalias_show() local
63 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one()
75 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device()
95 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local
107 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local
128 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_probe() local
171 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local
275 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local
296 struct sdio_func *func; in sdio_alloc_func() local
314 static void sdio_acpi_set_handle(struct sdio_func *func) in sdio_acpi_set_handle()
[all …]
Dsdio_cis.c27 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()
Dsdio_irq.c36 struct sdio_func *func; in process_sdio_pending_irqs() local
213 struct sdio_func *func; in sdio_single_irq_set() local
238 int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler) in sdio_claim_irq()
281 int sdio_release_irq(struct sdio_func *func) in sdio_release_irq()
Dsdio.c36 static int sdio_read_fbr(struct sdio_func *func) in sdio_read_fbr()
69 struct sdio_func *func; in sdio_init_func() local
935 struct sdio_func *func = host->card->sdio_func[i]; in mmc_sdio_suspend() local
948 struct sdio_func *func = host->card->sdio_func[i]; in mmc_sdio_suspend() local
1004 struct sdio_func *func = host->card->sdio_func[i]; in mmc_sdio_resume() local
/drivers/staging/csr/
Dsdio_mmc.c146 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioRead8() local
163 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioWrite8() local
180 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioRead16() local
207 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioWrite16() local
234 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioF0Read8() local
255 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioF0Write8() local
277 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioRead() local
294 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioWrite() local
400 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioMaxBusClockFrequencySet() local
461 struct sdio_func *func = (struct sdio_func *)function->priv; in CsrSdioInterruptEnable() local
[all …]
/drivers/net/wireless/ti/wl1251/
Dsdio.c43 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
223 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe()
[all …]
/drivers/pci/hotplug/
Dacpiphp_glue.c96 struct acpiphp_func *func, *tmp; in free_bridge() local
125 struct acpiphp_func *func = container_of(nb, struct acpiphp_func, nb); in post_dock_fixups() local
185 struct acpiphp_func *func = data; in acpiphp_dock_init() local
192 struct acpiphp_func *func = data; in acpiphp_dock_release() local
412 struct acpiphp_func *func = NULL; in acpiphp_bridge_handle_to_function() local
451 struct acpiphp_func *func; in cleanup_bridge() local
497 struct acpiphp_func *func; in power_on_slot() local
529 struct acpiphp_func *func; in power_off_slot() local
591 static int acpiphp_bus_add(struct acpiphp_func *func) in acpiphp_bus_add()
636 struct acpiphp_func *func; in acpiphp_set_acpi_region() local
[all …]
Dcpqphp_ctrl.c72 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
1928 struct pci_func *func; in cpqhp_pushbutton_thread() local
[all …]
Dcpqphp_pci.c84 int cpqhp_configure_device (struct controller* ctrl, struct pci_func* func) in cpqhp_configure_device()
120 int cpqhp_unconfigure_device(struct pci_func* func) in cpqhp_unconfigure_device()
546 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func * func) in cpqhp_save_base_addr_length()
683 int cpqhp_save_used_resources (struct controller *ctrl, struct pci_func * func) in cpqhp_save_used_resources()
946 int cpqhp_configure_board(struct controller *ctrl, struct pci_func * func) in cpqhp_configure_board()
1024 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func * func) in cpqhp_valid_replace()
1173 struct pci_func *func = NULL; in cpqhp_find_available_resources() local
1416 int cpqhp_return_board_resources(struct pci_func * func, struct resource_lists * resources) in cpqhp_return_board_resources()
1519 void cpqhp_destroy_board_resources (struct pci_func * func) in cpqhp_destroy_board_resources()
/drivers/net/wireless/ti/wlcore/
Dsdio.c67 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl1271_sdio_set_block_size() local
79 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_read() local
117 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_write() local
153 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_on() local
181 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_off() local
217 static int wl1271_probe(struct sdio_func *func, in wl1271_probe()
329 static void wl1271_remove(struct sdio_func *func) in wl1271_remove()
345 struct sdio_func *func = dev_to_sdio_func(dev); in wl1271_suspend() local
/drivers/net/wireless/b43/
Dsdio.c53 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()
/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh_sdmmc.c136 int brcmf_sdioh_request_byte(struct brcmf_sdio_dev *sdiodev, uint rw, uint func, in brcmf_sdioh_request_byte()
171 uint rw, uint func, uint addr, u32 *word, in brcmf_sdioh_request_word()
217 uint func, uint addr, struct sk_buff *pkt, uint pktlen) in brcmf_sdioh_request_data()
245 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()
350 u8 func; in brcmf_sdioh_enablefuncs() local
426 static int brcmf_ops_sdio_probe(struct sdio_func *func, in brcmf_ops_sdio_probe()
491 static void brcmf_ops_sdio_remove(struct sdio_func *func) in brcmf_ops_sdio_remove()
/drivers/mfd/
Dvexpress-config.c92 void *func; member
99 struct vexpress_config_func *func; in __vexpress_config_func_get() local
149 void vexpress_config_func_put(struct vexpress_config_func *func) in vexpress_config_func_put()
158 struct vexpress_config_func *func; member
252 int vexpress_config_read(struct vexpress_config_func *func, int offset, in vexpress_config_read()
271 int vexpress_config_write(struct vexpress_config_func *func, int offset, in vexpress_config_write()
/drivers/media/mmc/siano/
Dsmssdio.c81 struct sdio_func *func; member
127 static void smssdio_interrupt(struct sdio_func *func) in smssdio_interrupt()
240 static int smssdio_probe(struct sdio_func *func, in smssdio_probe()
325 static void smssdio_remove(struct sdio_func *func) in smssdio_remove()
/drivers/xen/xen-pciback/
Dpci_stub.c150 int slot, int func) in pcistub_device_find()
199 int slot, int func) in pcistub_get_pci_dev_by_slot()
928 int *slot, int *func) in str_to_slot()
965 *slot, int *func, int *reg, int *size, int *mask) in str_to_quirk()
984 static int pcistub_device_id_add(int domain, int bus, int slot, int func) in pcistub_device_id_add()
1031 static int pcistub_device_id_remove(int domain, int bus, int slot, int func) in pcistub_device_id_remove()
1060 static int pcistub_reg_add(int domain, int bus, int slot, int func, in pcistub_reg_add()
1105 int domain, bus, slot, func; in pcistub_slot_add() local
1124 int domain, bus, slot, func; in pcistub_slot_remove() local
1198 int domain, bus, slot, func; in pcistub_irq_handler_switch() local
[all …]
/drivers/staging/gdm72xx/
Dsdio_boot.c43 static int ack_ready(struct sdio_func *func) in ack_ready()
59 static int download_image(struct sdio_func *func, const char *img_name) in download_image()
136 int sdio_boot(struct sdio_func *func) in sdio_boot()
Dgdm_sdio.c233 static void send_sdio_pkt(struct sdio_func *func, u8 *data, int len) in send_sdio_pkt()
270 static void send_sdu(struct sdio_func *func, struct tx_cxt *tx) in send_sdu()
333 static void send_hci(struct sdio_func *func, struct tx_cxt *tx, in send_hci()
354 struct sdio_func *func = sdev->func; in do_tx() local
502 static void gdm_sdio_irq(struct sdio_func *func) in gdm_sdio_irq()
632 static int sdio_wimax_probe(struct sdio_func *func, in sdio_wimax_probe()
687 static void sdio_wimax_remove(struct sdio_func *func) in sdio_wimax_remove()
/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c138 struct drm_encoder_helper_funcs *func = encoder->helper_private; in nv04_display_create() local
164 struct drm_encoder_helper_funcs *func = encoder->helper_private; in nv04_display_destroy() local
193 struct drm_encoder_helper_funcs *func = encoder->helper_private; in nv04_display_init() local
/drivers/net/wireless/ath/ath6kl/
Dsdio.c34 struct sdio_func *func; member
107 static inline void ath6kl_sdio_set_cmd53_arg(u32 *arg, u8 rw, u8 func, in ath6kl_sdio_set_cmd53_arg()
123 const u8 func = 0; in ath6kl_sdio_set_cmd52_arg() local
148 static int ath6kl_sdio_io(struct sdio_func *func, u32 request, u32 addr, in ath6kl_sdio_io()
476 static void ath6kl_sdio_irq_handler(struct sdio_func *func) in ath6kl_sdio_irq_handler()
503 struct sdio_func *func = ar_sdio->func; in ath6kl_sdio_power_on() local
784 struct sdio_func *func = ar_sdio->func; in ath6kl_sdio_config() local
823 struct sdio_func *func = ar_sdio->func; in ath6kl_set_sdio_pm_caps() local
852 struct sdio_func *func = ar_sdio->func; in ath6kl_sdio_suspend() local
1297 static int ath6kl_sdio_probe(struct sdio_func *func, in ath6kl_sdio_probe()
[all …]
/drivers/net/wireless/libertas/
Dif_sdio.c114 struct sdio_func *func; member
787 struct sdio_func *func = card->func; in if_sdio_finish_power_on() local
870 struct sdio_func *func = card->func; in if_sdio_power_on() local
929 struct sdio_func *func = card->func; in if_sdio_power_off() local
1144 static void if_sdio_interrupt(struct sdio_func *func) in if_sdio_interrupt()
1185 static int if_sdio_probe(struct sdio_func *func, in if_sdio_probe()
1300 static void if_sdio_remove(struct sdio_func *func) in if_sdio_remove()
1348 struct sdio_func *func = dev_to_sdio_func(dev); in if_sdio_suspend() local
1389 struct sdio_func *func = dev_to_sdio_func(dev); in if_sdio_resume() local
/drivers/bluetooth/
Dbtsdio.c59 struct sdio_func *func; member
172 static void btsdio_interrupt(struct sdio_func *func) in btsdio_interrupt()
292 static int btsdio_probe(struct sdio_func *func, in btsdio_probe()
349 static void btsdio_remove(struct sdio_func *func) in btsdio_remove()
Dbtmrvl_sdio.c671 static void btmrvl_sdio_interrupt(struct sdio_func *func) in btmrvl_sdio_interrupt()
720 struct sdio_func *func; in btmrvl_sdio_register_dev() local
988 static int btmrvl_sdio_probe(struct sdio_func *func, in btmrvl_sdio_probe()
1063 static void btmrvl_sdio_remove(struct sdio_func *func) in btmrvl_sdio_remove()
1087 struct sdio_func *func = dev_to_sdio_func(dev); in btmrvl_sdio_suspend() local
1139 struct sdio_func *func = dev_to_sdio_func(dev); in btmrvl_sdio_resume() local
/drivers/pinctrl/
Dpinctrl-sunxi.c1363 struct sunxi_pinctrl_function *func = pctl->functions; in sunxi_pinctrl_find_function_by_name() local
1388 struct sunxi_desc_function *func = pin->functions; in sunxi_pinctrl_desc_find_function_by_name() local
1661 struct sunxi_pinctrl_function *func = pctl->functions + function; in sunxi_pmx_enable() local
1684 const char *func; in sunxi_pmx_gpio_set_direction() local
1814 struct sunxi_pinctrl_function *func = pctl->functions; in sunxi_pinctrl_add_function() local
1868 struct sunxi_desc_function *func = pin->functions; in sunxi_pinctrl_build_state() local
1882 struct sunxi_desc_function *func = pin->functions; in sunxi_pinctrl_build_state() local
/drivers/usb/gadget/
Dhid.c44 struct hidg_func_descriptor *func; member
117 int func = 0, status = 0; in do_config() local
188 struct hidg_func_descriptor *func = pdev->dev.platform_data; in hidg_plat_driver_probe() local

1234567891011