Home
last modified time | relevance | path

Searched defs:ctrl (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/drivers/pci/hotplug/
Dpciehp_hpc.c44 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev()
55 struct controller *ctrl = (struct controller *)data; in int_poll_timeout() local
68 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer()
80 static inline int pciehp_request_irq(struct controller *ctrl) in pciehp_request_irq()
99 static inline void pciehp_free_irq(struct controller *ctrl) in pciehp_free_irq()
107 static int pcie_poll_cmd(struct controller *ctrl, int timeout) in pcie_poll_cmd()
133 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd()
181 static void pcie_do_write_cmd(struct controller *ctrl, u16 cmd, in pcie_do_write_cmd()
225 static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd()
231 static void pcie_write_cmd_nowait(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd_nowait()
[all …]
Dshpchp_hpc.c186 static inline u8 shpc_readb(struct controller *ctrl, int reg) in shpc_readb()
191 static inline void shpc_writeb(struct controller *ctrl, int reg, u8 val) in shpc_writeb()
196 static inline u16 shpc_readw(struct controller *ctrl, int reg) in shpc_readw()
201 static inline void shpc_writew(struct controller *ctrl, int reg, u16 val) in shpc_writew()
206 static inline u32 shpc_readl(struct controller *ctrl, int reg) in shpc_readl()
211 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel()
216 static inline int shpc_indirect_read(struct controller *ctrl, int index, in shpc_indirect_read()
234 struct controller *ctrl = (struct controller *)data; in int_poll_timeout() local
249 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer()
261 static inline int is_ctrl_busy(struct controller *ctrl) in is_ctrl_busy()
[all …]
Dpciehp.h59 #define ctrl_dbg(ctrl, format, arg...) \ argument
65 #define ctrl_err(ctrl, format, arg...) \ argument
67 #define ctrl_info(ctrl, format, arg...) \ argument
69 #define ctrl_warn(ctrl, format, arg...) \ argument
75 struct controller *ctrl; member
117 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP) argument
118 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP) argument
119 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP) argument
120 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP) argument
121 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) argument
[all …]
Dshpchp_ctrl.c59 u8 shpchp_handle_attention_button(u8 hp_slot, struct controller *ctrl) in shpchp_handle_attention_button()
82 u8 shpchp_handle_switch_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_switch_change()
120 u8 shpchp_handle_presence_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_presence_change()
155 u8 shpchp_handle_power_fault(u8 hp_slot, struct controller *ctrl) in shpchp_handle_power_fault()
192 static int change_bus_speed(struct controller *ctrl, struct slot *p_slot, in change_bus_speed()
207 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed()
249 struct controller *ctrl = p_slot->ctrl; in board_added() local
354 struct controller *ctrl = p_slot->ctrl; in remove_board() local
488 struct controller *ctrl = p_slot->ctrl; in handle_button_press_event() local
573 struct controller *ctrl = p_slot->ctrl; in shpchp_enable_slot() local
[all …]
Dpciehp_ctrl.c60 static void set_slot_off(struct controller *ctrl, struct slot *pslot) in set_slot_off()
88 struct controller *ctrl = p_slot->ctrl; in board_added() local
138 struct controller *ctrl = p_slot->ctrl; in remove_board() local
249 struct controller *ctrl = p_slot->ctrl; in handle_button_press_event() local
309 struct controller *ctrl = p_slot->ctrl; in handle_link_event() local
351 struct controller *ctrl = p_slot->ctrl; in interrupt_event_handler() local
392 struct controller *ctrl = p_slot->ctrl; in pciehp_enable_slot() local
426 struct controller *ctrl = p_slot->ctrl; in pciehp_disable_slot() local
446 struct controller *ctrl = p_slot->ctrl; in pciehp_sysfs_enable_slot() local
483 struct controller *ctrl = p_slot->ctrl; in pciehp_sysfs_disable_slot() local
Dcpqphp_sysfs.c42 static int show_ctrl(struct controller *ctrl, char *buf) in show_ctrl()
80 static int show_dev(struct controller *ctrl, char *buf) in show_dev()
128 static int spew_debug_info(struct controller *ctrl, char *data, int size) in spew_debug_info()
140 struct controller *ctrl; member
147 struct controller *ctrl = inode->i_private; in open() local
211 void cpqhp_create_debugfs_files(struct controller *ctrl) in cpqhp_create_debugfs_files()
217 void cpqhp_remove_debugfs_files(struct controller *ctrl) in cpqhp_remove_debugfs_files()
Dcpqphp_ctrl.c67 static u8 handle_switch_change(u8 change, struct controller *ctrl) in handle_switch_change()
130 static struct slot *cpqhp_find_slot(struct controller *ctrl, u8 device) in cpqhp_find_slot()
141 static u8 handle_presence_change(u16 change, struct controller *ctrl) in handle_presence_change()
235 static u8 handle_power_fault(u8 change, struct controller *ctrl) in handle_power_fault()
893 struct controller *ctrl = data; in cpqhp_ctrl_intr() local
1129 static u8 set_controller_speed(struct controller *ctrl, u8 adapter_speed, u8 hp_slot) in set_controller_speed()
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()
1745 struct controller *ctrl; in event_thread() local
[all …]
Dcpqphp_core.c134 static int init_SERR(struct controller *ctrl) in init_SERR()
294 static int ctrl_slot_cleanup(struct controller *ctrl) in ctrl_slot_cleanup()
402 cpqhp_set_attention_status(struct controller *ctrl, struct pci_func *func, in cpqhp_set_attention_status()
446 struct controller *ctrl = slot->ctrl; in set_attention_status() local
473 struct controller *ctrl = slot->ctrl; in process_SI() local
505 struct controller *ctrl = slot->ctrl; in process_SS() local
532 struct controller *ctrl = slot->ctrl; in hardware_test() local
543 struct controller *ctrl = slot->ctrl; in get_power_status() local
554 struct controller *ctrl = slot->ctrl; in get_attention_status() local
565 struct controller *ctrl = slot->ctrl; in get_latch_status() local
[all …]
/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c151 static int edp_clk_init(struct edp_ctrl *ctrl) in edp_clk_init()
200 static int edp_clk_enable(struct edp_ctrl *ctrl, u32 clk_mask) in edp_clk_enable()
286 static void edp_clk_disable(struct edp_ctrl *ctrl, u32 clk_mask) in edp_clk_disable()
300 static int edp_regulator_init(struct edp_ctrl *ctrl) in edp_regulator_init()
326 static int edp_regulator_enable(struct edp_ctrl *ctrl) in edp_regulator_enable()
359 static void edp_regulator_disable(struct edp_ctrl *ctrl) in edp_regulator_disable()
366 static int edp_gpio_config(struct edp_ctrl *ctrl) in edp_gpio_config()
392 static void edp_ctrl_irq_enable(struct edp_ctrl *ctrl, int enable) in edp_ctrl_irq_enable()
409 static void edp_fill_link_cfg(struct edp_ctrl *ctrl) in edp_fill_link_cfg()
443 static void edp_config_ctrl(struct edp_ctrl *ctrl) in edp_config_ctrl()
[all …]
/drivers/nvme/target/
Dloop.c59 struct nvme_ctrl ctrl; member
66 static inline struct nvme_loop_ctrl *to_loop_ctrl(struct nvme_ctrl *ctrl) in to_loop_ctrl()
74 struct nvme_loop_ctrl *ctrl; member
205 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(arg); in nvme_loop_submit_async_event() local
223 static int nvme_loop_init_iod(struct nvme_loop_ctrl *ctrl, in nvme_loop_init_iod()
250 struct nvme_loop_ctrl *ctrl = data; in nvme_loop_init_hctx() local
262 struct nvme_loop_ctrl *ctrl = data; in nvme_loop_init_admin_hctx() local
287 static void nvme_loop_destroy_admin_queue(struct nvme_loop_ctrl *ctrl) in nvme_loop_destroy_admin_queue()
296 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(nctrl); in nvme_loop_free_ctrl() local
315 static void nvme_loop_destroy_io_queues(struct nvme_loop_ctrl *ctrl) in nvme_loop_destroy_io_queues()
[all …]
Dcore.c62 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free()
81 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() local
106 static void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
197 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer() local
206 static void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_start_keep_alive_timer()
215 static void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_stop_keep_alive_timer()
222 static struct nvmet_ns *__nvmet_find_namespace(struct nvmet_ctrl *ctrl, in __nvmet_find_namespace()
235 struct nvmet_ns *nvmet_find_namespace(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_find_namespace()
263 struct nvmet_ctrl *ctrl; in nvmet_ns_enable() local
326 struct nvmet_ctrl *ctrl; in nvmet_ns_disable() local
[all …]
/drivers/net/phy/
Dmdio-bitbang.c47 static void mdiobb_send_bit(struct mdiobb_ctrl *ctrl, int val) in mdiobb_send_bit()
59 static int mdiobb_get_bit(struct mdiobb_ctrl *ctrl) in mdiobb_get_bit()
72 static void mdiobb_send_num(struct mdiobb_ctrl *ctrl, u16 val, int bits) in mdiobb_send_num()
81 static u16 mdiobb_get_num(struct mdiobb_ctrl *ctrl, int bits) in mdiobb_get_num()
97 static void mdiobb_cmd(struct mdiobb_ctrl *ctrl, int op, u8 phy, u8 reg) in mdiobb_cmd()
137 static int mdiobb_cmd_addr(struct mdiobb_ctrl *ctrl, int phy, u32 addr) in mdiobb_cmd_addr()
157 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read() local
189 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_write() local
210 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_reset() local
216 struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl) in alloc_mdio_bitbang()
[all …]
/drivers/media/v4l2-core/
Dv4l2-ctrls.c40 struct v4l2_ctrl *ctrl; member
1222 static u32 user_flags(const struct v4l2_ctrl *ctrl) in user_flags()
1232 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event()
1254 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event()
1269 static bool std_equal(const struct v4l2_ctrl *ctrl, u32 idx, in std_equal()
1296 static void std_init(const struct v4l2_ctrl *ctrl, u32 idx, in std_init()
1331 static void std_log(const struct v4l2_ctrl *ctrl) in std_log()
1385 #define ROUND_TO_RANGE(val, offset_type, ctrl) \ argument
1402 static int std_validate(const struct v4l2_ctrl *ctrl, u32 idx, in std_validate()
1481 struct v4l2_ctrl *ctrl, in ptr_to_user()
[all …]
/drivers/nvme/host/
Dcore.c81 bool nvme_change_ctrl_state(struct nvme_ctrl *ctrl, in nvme_change_ctrl_state()
484 struct nvme_ctrl *ctrl = rq->end_io_data; in nvme_keep_alive_end_io() local
497 static int nvme_keep_alive(struct nvme_ctrl *ctrl) in nvme_keep_alive()
520 struct nvme_ctrl *ctrl = container_of(to_delayed_work(work), in nvme_keep_alive_work() local
531 void nvme_start_keep_alive(struct nvme_ctrl *ctrl) in nvme_start_keep_alive()
541 void nvme_stop_keep_alive(struct nvme_ctrl *ctrl) in nvme_stop_keep_alive()
661 int nvme_set_queue_count(struct nvme_ctrl *ctrl, int *count) in nvme_set_queue_count()
739 static int nvme_user_cmd(struct nvme_ctrl *ctrl, struct nvme_ns *ns, in nvme_user_cmd()
877 struct nvme_ctrl *ctrl = ns->ctrl; in nvme_config_discard() local
1081 static int nvme_wait_ready(struct nvme_ctrl *ctrl, u64 cap, bool enabled) in nvme_wait_ready()
[all …]
Dfabrics.c112 int nvmf_get_address(struct nvme_ctrl *ctrl, char *buf, int size) in nvmf_get_address()
134 const char *nvmf_get_subsysnqn(struct nvme_ctrl *ctrl) in nvmf_get_subsysnqn()
161 int nvmf_reg_read32(struct nvme_ctrl *ctrl, u32 off, u32 *val) in nvmf_reg_read32()
207 int nvmf_reg_read64(struct nvme_ctrl *ctrl, u32 off, u64 *val) in nvmf_reg_read64()
253 int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val) in nvmf_reg_write32()
290 static void nvmf_log_connect_error(struct nvme_ctrl *ctrl, in nvmf_log_connect_error()
368 int nvmf_connect_admin_queue(struct nvme_ctrl *ctrl) in nvmf_connect_admin_queue()
440 int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid) in nvmf_connect_io_queue()
778 struct nvme_ctrl *ctrl; in nvmf_create_ctrl() local
841 struct nvme_ctrl *ctrl; in nvmf_dev_write() local
[all …]
Drdma.c94 struct nvme_rdma_ctrl *ctrl; member
137 struct nvme_ctrl ctrl; member
140 static inline struct nvme_rdma_ctrl *to_rdma_ctrl(struct nvme_ctrl *ctrl) in to_rdma_ctrl()
281 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_reinit_request() local
305 static void __nvme_rdma_exit_request(struct nvme_rdma_ctrl *ctrl, in __nvme_rdma_exit_request()
331 static int __nvme_rdma_init_request(struct nvme_rdma_ctrl *ctrl, in __nvme_rdma_init_request()
379 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_hctx() local
391 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_admin_hctx() local
540 static int nvme_rdma_init_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_init_queue()
613 static void nvme_rdma_free_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_free_io_queues()
[all …]
/drivers/isdn/hysdn/
Dhycapi.c65 hycapi_reset_ctr(struct capi_ctr *ctrl) in hycapi_reset_ctr()
81 hycapi_remove_ctr(struct capi_ctr *ctrl) in hycapi_remove_ctr()
117 hycapi_sendmsg_internal(struct capi_ctr *ctrl, struct sk_buff *skb) in hycapi_sendmsg_internal()
151 hycapi_register_internal(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_internal()
196 static void hycapi_restart_internal(struct capi_ctr *ctrl) in hycapi_restart_internal()
223 hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_appl()
262 static void hycapi_release_internal(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_internal()
299 hycapi_release_appl(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_appl()
326 struct capi_ctr *ctrl; in hycapi_capi_release() local
346 struct capi_ctr *ctrl; in hycapi_capi_stop() local
[all …]
/drivers/media/usb/uvc/
Duvc_ctrl.c748 static inline __u8 *uvc_ctrl_data(struct uvc_control *ctrl, int id) in uvc_ctrl_data()
864 struct uvc_control *ctrl; in __uvc_find_control() local
895 struct uvc_control *ctrl = NULL; in uvc_find_control() local
919 struct uvc_control *ctrl) in uvc_ctrl_populate_cache()
975 struct uvc_control *ctrl, struct uvc_control_mapping *mapping, in __uvc_ctrl_get()
1013 struct uvc_control *ctrl, in __uvc_query_v4l2_ctrl()
1107 struct uvc_control *ctrl; in uvc_query_v4l2_ctrl() local
1141 struct uvc_control *ctrl; in uvc_query_v4l2_menu() local
1198 struct uvc_control *ctrl, in uvc_ctrl_fill_event()
1220 struct uvc_control *ctrl, struct uvc_control_mapping *mapping, in uvc_ctrl_send_event()
[all …]
/drivers/gpio/
Dgpio-ath79.c46 static u32 ath79_gpio_read(struct ath79_gpio_ctrl *ctrl, unsigned reg) in ath79_gpio_read()
51 static void ath79_gpio_write(struct ath79_gpio_ctrl *ctrl, in ath79_gpio_write()
58 struct ath79_gpio_ctrl *ctrl, unsigned reg, u32 mask, u32 bits) in ath79_gpio_update_bits()
73 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_unmask() local
84 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_mask() local
95 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_enable() local
107 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_disable() local
120 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_set_type() local
186 struct ath79_gpio_ctrl *ctrl = in ath79_gpio_irq_handler() local
228 struct ath79_gpio_ctrl *ctrl; in ath79_gpio_probe() local
[all …]
/drivers/clk/bcm/
Dclk-iproc-pll.c79 const struct iproc_clk_ctrl *ctrl; member
88 const struct iproc_pll_ctrl *ctrl; member
134 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_wait_for_lock() local
150 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in iproc_pll_write() local
161 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_disable() local
190 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_enable() local
220 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_put_in_reset() local
235 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_bring_out_reset() local
260 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_set_rate() local
376 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in iproc_pll_disable() local
[all …]
/drivers/mtd/nand/brcmnand/
Dbrcmnand.c194 struct brcmnand_controller *ctrl; member
444 static inline u32 nand_readreg(struct brcmnand_controller *ctrl, u32 offs) in nand_readreg()
449 static inline void nand_writereg(struct brcmnand_controller *ctrl, u32 offs, in nand_writereg()
455 static int brcmnand_revision_init(struct brcmnand_controller *ctrl) in brcmnand_revision_init()
549 static inline u32 brcmnand_read_reg(struct brcmnand_controller *ctrl, in brcmnand_read_reg()
560 static inline void brcmnand_write_reg(struct brcmnand_controller *ctrl, in brcmnand_write_reg()
569 static inline void brcmnand_rmw_reg(struct brcmnand_controller *ctrl, in brcmnand_rmw_reg()
580 static inline u32 brcmnand_read_fc(struct brcmnand_controller *ctrl, int word) in brcmnand_read_fc()
585 static inline void brcmnand_write_fc(struct brcmnand_controller *ctrl, in brcmnand_write_fc()
591 static inline u16 brcmnand_cs_offset(struct brcmnand_controller *ctrl, int cs, in brcmnand_cs_offset()
[all …]
/drivers/scsi/be2iscsi/
Dbe_cmds.c149 void free_mcc_wrb(struct be_ctrl_info *ctrl, unsigned int tag) in free_mcc_wrb()
327 static int beiscsi_process_mbox_compl(struct be_ctrl_info *ctrl, in beiscsi_process_mbox_compl()
492 int beiscsi_process_mcc_compl(struct be_ctrl_info *ctrl, in beiscsi_process_mcc_compl()
593 static int be_mbox_db_ready_poll(struct be_ctrl_info *ctrl) in be_mbox_db_ready_poll()
643 static int be_mbox_notify(struct be_ctrl_info *ctrl) in be_mbox_notify()
743 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_eq_create()
783 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_cq_create()
865 struct be_ctrl_info *ctrl; in beiscsi_cmd_mccq_create() local
908 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, in beiscsi_cmd_q_destroy()
983 int be_cmd_create_default_pdu_queue(struct be_ctrl_info *ctrl, in be_cmd_create_default_pdu_queue()
[all …]
/drivers/clocksource/
Dtimer-integrator-ap.c42 u32 ctrl = TIMER_CTRL_ENABLE | TIMER_CTRL_PERIODIC; in integrator_clocksource_init() local
85 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & ~TIMER_CTRL_ENABLE; in clkevt_shutdown() local
94 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & in clkevt_set_oneshot() local
104 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & ~TIMER_CTRL_ENABLE; in clkevt_set_periodic() local
118 unsigned long ctrl = readl(clkevt_base + TIMER_CTRL); in clkevt_set_next_event() local
150 unsigned int ctrl = 0; in integrator_clockevent_init() local
/drivers/spmi/
Dspmi.c43 struct spmi_controller *ctrl = to_spmi_controller(dev); in spmi_ctrl_release() local
70 struct spmi_controller *ctrl = sdev->ctrl; in spmi_device_add() local
100 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd()
112 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd()
126 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd()
394 struct spmi_device *spmi_device_alloc(struct spmi_controller *ctrl) in spmi_device_alloc()
424 struct spmi_controller *ctrl; in spmi_controller_alloc() local
457 static void of_spmi_register_devices(struct spmi_controller *ctrl) in of_spmi_register_devices()
518 int spmi_controller_add(struct spmi_controller *ctrl) in spmi_controller_add()
556 void spmi_controller_remove(struct spmi_controller *ctrl) in spmi_controller_remove()
/drivers/block/rsxx/
Ddma.c224 static void rsxx_free_dma(struct rsxx_dma_ctrl *ctrl, struct rsxx_dma *dma) in rsxx_free_dma()
239 static void rsxx_complete_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_complete_dma()
256 int rsxx_cleanup_dma_queue(struct rsxx_dma_ctrl *ctrl, in rsxx_cleanup_dma_queue()
275 static void rsxx_requeue_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_requeue_dma()
288 static void rsxx_handle_dma_error(struct rsxx_dma_ctrl *ctrl, in rsxx_handle_dma_error()
359 struct rsxx_dma_ctrl *ctrl = (struct rsxx_dma_ctrl *)data; in dma_engine_stalled() local
396 static void rsxx_issue_dmas(struct rsxx_dma_ctrl *ctrl) in rsxx_issue_dmas()
508 static void rsxx_dma_done(struct rsxx_dma_ctrl *ctrl) in rsxx_dma_done()
594 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_issue() local
605 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_done() local
[all …]

12345678910>>...33