Home
last modified time | relevance | path

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

12345678910>>...19

/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.c55 struct sdio_func *func = dev_to_sdio_func (dev); in modalias_show() local
71 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one()
83 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device()
103 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local
115 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local
136 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_probe() local
184 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local
268 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local
289 struct sdio_func *func; in sdio_alloc_func() local
317 static void sdio_acpi_set_handle(struct sdio_func *func) in sdio_acpi_set_handle()
[all …]
Dsdio_cis.c29 static int cistpl_vers_1(struct mmc_card *card, struct sdio_func *func, in cistpl_vers_1()
79 static int cistpl_manfid(struct mmc_card *card, struct sdio_func *func, in cistpl_manfid()
116 static int cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, in cis_tpl_parse()
151 static int cistpl_funce_common(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_common()
168 static int cistpl_funce_func(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_func()
213 static int cistpl_funce(struct mmc_card *card, struct sdio_func *func, in cistpl_funce()
233 static int sdio_read_cis(struct mmc_card *card, struct sdio_func *func) in sdio_read_cis()
375 int sdio_read_func_cis(struct sdio_func *func) in sdio_read_func_cis()
401 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
234 struct sdio_func *func; in sdio_single_irq_set() local
259 int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler) in sdio_claim_irq()
302 int sdio_release_irq(struct sdio_func *func) in sdio_release_irq()
/drivers/net/wireless/ti/wl1251/
Dsdio.c44 struct sdio_func *func; member
54 static void wl1251_sdio_interrupt(struct sdio_func *func) in wl1251_sdio_interrupt()
75 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_read() local
88 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_write() local
101 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_read_elp() local
121 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_write_elp() local
139 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_enable_irq() local
148 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_disable_irq() local
177 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_set_power() local
225 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe()
[all …]
/drivers/net/wireless/ti/wlcore/
Dsdio.c68 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl1271_sdio_set_block_size() local
80 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_read() local
118 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_write() local
154 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_on() local
182 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_off() local
264 static int wl1271_probe(struct sdio_func *func, in wl1271_probe()
369 static void wl1271_remove(struct sdio_func *func) in wl1271_remove()
385 struct sdio_func *func = dev_to_sdio_func(dev); in wl1271_suspend() local
/drivers/staging/wilc1000/
Dlinux_wlan_sdio.c25 struct sdio_func *func; member
42 static void wilc_sdio_interrupt(struct sdio_func *func) in wilc_sdio_interrupt()
58 struct sdio_func *func = g_linux_wlan->wilc_sdio_func; in linux_sdio_cmd52() local
90 struct sdio_func *func = g_linux_wlan->wilc_sdio_func; in linux_sdio_cmd53() local
119 static int linux_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) in linux_sdio_probe()
144 static void linux_sdio_remove(struct sdio_func *func) in linux_sdio_remove()
/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/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c760 bool (*func)(struct nvkm_device *, u32, u32); in nv03_gr_mthd_gdi() local
776 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_gdi() local
793 bool (*func)(struct nvkm_device *, u32, u32); in nv01_gr_mthd_blit() local
812 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_blit() local
831 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_iifc() local
850 bool (*func)(struct nvkm_device *, u32, u32); in nv01_gr_mthd_ifc() local
868 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_ifc() local
887 bool (*func)(struct nvkm_device *, u32, u32); in nv03_gr_mthd_sifc() local
904 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_sifc() local
922 bool (*func)(struct nvkm_device *, u32, u32); in nv03_gr_mthd_sifm() local
[all …]
/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.h57 #define FM10K_VF_MSG_MSIX_HANDLER(func) \ argument
62 #define FM10K_VF_MSG_MAC_VLAN_HANDLER(func) \ argument
69 #define FM10K_VF_MSG_LPORT_STATE_HANDLER(func) \ argument
74 #define FM10K_VF_MSG_1588_HANDLER(func) \ argument
/drivers/pci/hotplug/
Dacpiphp_glue.c168 struct acpiphp_func *func, *tmp; in free_bridge() local
383 struct acpiphp_func *func; in cleanup_bridge() local
437 struct acpiphp_func *func; in acpiphp_set_acpi_region() local
456 struct acpiphp_func *func; in check_hotplug_bridge() local
472 struct acpiphp_func *func; in acpiphp_rescan_slot() local
495 struct acpiphp_func *func; in enable_slot() local
553 struct acpiphp_func *func; in disable_slot() local
598 struct acpiphp_func *func; in get_slot_status() local
771 struct acpiphp_func *func = &context->func; in hotplug_event() local
993 struct acpiphp_func *func; in acpiphp_disable_and_eject_slot() local
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
1084 struct pci_func *func; in cpqhp_slot_find() local
1110 static int is_bridge(struct pci_func *func) in is_bridge()
1270 static u32 board_replaced(struct pci_func *func, struct controller *ctrl) in board_replaced()
1421 static u32 board_added(struct pci_func *func, struct controller *ctrl) in board_added()
1626 static u32 remove_board(struct pci_func *func, u32 replace_flag, struct controller *ctrl) in remove_board()
1805 struct pci_func *func; in interrupt_event_handler() local
1927 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()
124 int cpqhp_unconfigure_device(struct pci_func *func) in cpqhp_unconfigure_device()
552 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func) in cpqhp_save_base_addr_length()
689 int cpqhp_save_used_resources (struct controller *ctrl, struct pci_func *func) in cpqhp_save_used_resources()
952 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_board()
1030 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func) in cpqhp_valid_replace()
1179 struct pci_func *func = NULL; in cpqhp_find_available_resources() local
1422 int cpqhp_return_board_resources(struct pci_func *func, struct resource_lists *resources) in cpqhp_return_board_resources()
1525 void cpqhp_destroy_board_resources (struct pci_func *func) in cpqhp_destroy_board_resources()
/drivers/watchdog/
Ddiag288_wdt.c75 static int __diag288(unsigned int func, unsigned int timeout, in __diag288()
95 static int __diag288_vm(unsigned int func, unsigned int timeout, in __diag288_vm()
102 static int __diag288_lpar(unsigned int func, unsigned int timeout, in __diag288_lpar()
114 unsigned int func; in wdt_start() local
157 unsigned int func; in wdt_ping() local
/drivers/media/mmc/siano/
Dsmssdio.c82 struct sdio_func *func; member
128 static void smssdio_interrupt(struct sdio_func *func) in smssdio_interrupt()
241 static int smssdio_probe(struct sdio_func *func, in smssdio_probe()
326 static void smssdio_remove(struct sdio_func *func) in smssdio_remove()
/drivers/xen/xen-pciback/
Dpci_stub.c154 int slot, int func) in pcistub_device_find()
203 int slot, int func) in pcistub_get_pci_dev_by_slot()
957 int *slot, int *func) in str_to_slot()
994 *slot, int *func, int *reg, int *size, int *mask) in str_to_quirk()
1013 static int pcistub_device_id_add(int domain, int bus, int slot, int func) in pcistub_device_id_add()
1060 static int pcistub_device_id_remove(int domain, int bus, int slot, int func) in pcistub_device_id_remove()
1089 static int pcistub_reg_add(int domain, int bus, int slot, int func, in pcistub_reg_add()
1134 int domain, bus, slot, func; in pcistub_slot_add() local
1153 int domain, bus, slot, func; in pcistub_slot_remove() local
1227 int domain, bus, slot, func; in pcistub_irq_handler_switch() local
[all …]
/drivers/net/wireless/cw1200/
Dcw1200_sdio.c48 struct sdio_func *func; member
93 static void cw1200_sdio_irq_handler(struct sdio_func *func) in cw1200_sdio_irq_handler()
279 static int cw1200_sdio_probe(struct sdio_func *func, in cw1200_sdio_probe()
329 static void cw1200_sdio_disconnect(struct sdio_func *func) in cw1200_sdio_disconnect()
351 struct sdio_func *func = dev_to_sdio_func(dev); in cw1200_sdio_suspend() local
/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dbase.c41 nvkm_gpio_reset(struct nvkm_gpio *gpio, u8 func) in nvkm_gpio_reset()
49 struct dcb_gpio_func *func) in nvkm_gpio_find()
82 struct dcb_gpio_func func; in nvkm_gpio_set() local
98 struct dcb_gpio_func func; in nvkm_gpio_get() local
211 nvkm_gpio_new_(const struct nvkm_gpio_func *func, struct nvkm_device *device, in nvkm_gpio_new_()
/drivers/staging/gdm72xx/
Dsdio_boot.c42 static int ack_ready(struct sdio_func *func) in ack_ready()
58 static int download_image(struct sdio_func *func, const char *img_name) in download_image()
135 int sdio_boot(struct sdio_func *func) in sdio_boot()
Dgdm_sdio.c213 static void send_sdio_pkt(struct sdio_func *func, u8 *data, int len) in send_sdio_pkt()
248 static void send_sdu(struct sdio_func *func, struct tx_cxt *tx) in send_sdu()
310 static void send_hci(struct sdio_func *func, struct tx_cxt *tx, in send_hci()
330 struct sdio_func *func = sdev->func; in do_tx() local
472 static void gdm_sdio_irq(struct sdio_func *func) in gdm_sdio_irq()
598 static int sdio_wimax_probe(struct sdio_func *func, in sdio_wimax_probe()
653 static void sdio_wimax_remove(struct sdio_func *func) in sdio_wimax_remove()
/drivers/misc/
Dvexpress-syscfg.c56 static int vexpress_syscfg_exec(struct vexpress_syscfg_func *func, in vexpress_syscfg_exec()
120 struct vexpress_syscfg_func *func = context; in vexpress_syscfg_read() local
128 struct vexpress_syscfg_func *func = context; in vexpress_syscfg_write() local
150 struct vexpress_syscfg_func *func; in vexpress_syscfg_regmap_init() local
230 struct vexpress_syscfg_func *func, *tmp; in vexpress_syscfg_regmap_exit() 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()
477 static void ath6kl_sdio_irq_handler(struct sdio_func *func) in ath6kl_sdio_irq_handler()
504 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
1294 static int ath6kl_sdio_probe(struct sdio_func *func, in ath6kl_sdio_probe()
[all …]
/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c114 const struct drm_encoder_helper_funcs *func = encoder->helper_private; in nv04_display_create() local
143 const struct drm_encoder_helper_funcs *func = encoder->helper_private; in nv04_display_destroy() local
174 const struct drm_encoder_helper_funcs *func = encoder->helper_private; in nv04_display_init() local
/drivers/net/wireless/libertas/
Dif_sdio.c114 struct sdio_func *func; member
783 struct sdio_func *func = card->func; in if_sdio_finish_power_on() local
866 struct sdio_func *func = card->func; in if_sdio_power_on() local
925 struct sdio_func *func = card->func; in if_sdio_power_off() local
1140 static void if_sdio_interrupt(struct sdio_func *func) in if_sdio_interrupt()
1181 static int if_sdio_probe(struct sdio_func *func, in if_sdio_probe()
1301 static void if_sdio_remove(struct sdio_func *func) in if_sdio_remove()
1349 struct sdio_func *func = dev_to_sdio_func(dev); in if_sdio_suspend() local
1390 struct sdio_func *func = dev_to_sdio_func(dev); in if_sdio_resume() local
/drivers/bluetooth/
Dbtsdio.c60 struct sdio_func *func; member
173 static void btsdio_interrupt(struct sdio_func *func) in btsdio_interrupt()
280 static int btsdio_probe(struct sdio_func *func, in btsdio_probe()
348 static void btsdio_remove(struct sdio_func *func) in btsdio_remove()

12345678910>>...19