Home
last modified time | relevance | path

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

12345678910>>...36

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c49 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev()
58 static inline int pciehp_request_irq(struct controller *ctrl) in pciehp_request_irq()
78 static inline void pciehp_free_irq(struct controller *ctrl) in pciehp_free_irq()
86 static int pcie_poll_cmd(struct controller *ctrl, int timeout) in pcie_poll_cmd()
112 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd()
157 static void pcie_do_write_cmd(struct controller *ctrl, u16 cmd, in pcie_do_write_cmd()
213 static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd()
219 static void pcie_write_cmd_nowait(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd_nowait()
235 int pciehp_check_link_active(struct controller *ctrl) in pciehp_check_link_active()
291 int pciehp_check_link_status(struct controller *ctrl) in pciehp_check_link_status()
[all …]
H A Dpciehp_ctrl.c33 static void set_slot_off(struct controller *ctrl) in set_slot_off()
61 static int board_added(struct controller *ctrl) in board_added()
111 static void remove_board(struct controller *ctrl, bool safe_removal) in remove_board()
140 void pciehp_request(struct controller *ctrl, int action) in pciehp_request()
149 struct controller *ctrl = container_of(work, struct controller, in pciehp_queue_pushbutton_work() local
166 void pciehp_handle_button_press(struct controller *ctrl) in pciehp_handle_button_press()
216 void pciehp_handle_disable_request(struct controller *ctrl) in pciehp_handle_disable_request()
231 void pciehp_handle_presence_or_link_change(struct controller *ctrl, u32 events) in pciehp_handle_presence_or_link_change()
298 static int __pciehp_enable_slot(struct controller *ctrl) in __pciehp_enable_slot()
323 static int pciehp_enable_slot(struct controller *ctrl) in pciehp_enable_slot()
[all …]
H A Dpciehp_core.c51 static int init_slot(struct controller *ctrl) in init_slot()
90 static void cleanup_slot(struct controller *ctrl) in cleanup_slot()
103 struct controller *ctrl = to_ctrl(hotplug_slot); in set_attention_status() local
119 struct controller *ctrl = to_ctrl(hotplug_slot); in get_power_status() local
130 struct controller *ctrl = to_ctrl(hotplug_slot); in get_latch_status() local
141 struct controller *ctrl = to_ctrl(hotplug_slot); in get_adapter_status() local
166 static void pciehp_check_presence(struct controller *ctrl) in pciehp_check_presence()
187 struct controller *ctrl; in pciehp_probe() local
246 struct controller *ctrl = get_service_data(dev); in pciehp_remove() local
289 struct controller *ctrl = get_service_data(dev); in pciehp_resume_noirq() local
[all …]
H A Dshpchp_ctrl.c45 u8 shpchp_handle_attention_button(u8 hp_slot, struct controller *ctrl) in shpchp_handle_attention_button()
68 u8 shpchp_handle_switch_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_switch_change()
106 u8 shpchp_handle_presence_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_presence_change()
141 u8 shpchp_handle_power_fault(u8 hp_slot, struct controller *ctrl) in shpchp_handle_power_fault()
178 static int change_bus_speed(struct controller *ctrl, struct slot *p_slot, in change_bus_speed()
193 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed()
235 struct controller *ctrl = p_slot->ctrl; in board_added() local
339 struct controller *ctrl = p_slot->ctrl; in remove_board() local
461 struct controller *ctrl = p_slot->ctrl; in handle_button_press_event() local
546 struct controller *ctrl = p_slot->ctrl; in shpchp_enable_slot() local
[all …]
H A Dpciehp.h35 #define ctrl_dbg(ctrl, format, arg...) \ argument
37 #define ctrl_err(ctrl, format, arg...) \ argument
39 #define ctrl_info(ctrl, format, arg...) \ argument
41 #define ctrl_warn(ctrl, format, arg...) \ argument
156 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP) argument
157 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP) argument
158 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP) argument
159 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP) argument
160 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) argument
161 #define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS) argument
[all …]
H A Dshpchp_hpc.c171 static inline u8 shpc_readb(struct controller *ctrl, int reg) in shpc_readb()
176 static inline u16 shpc_readw(struct controller *ctrl, int reg) in shpc_readw()
181 static inline void shpc_writew(struct controller *ctrl, int reg, u16 val) in shpc_writew()
186 static inline u32 shpc_readl(struct controller *ctrl, int reg) in shpc_readl()
191 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel()
196 static inline int shpc_indirect_read(struct controller *ctrl, int index, in shpc_indirect_read()
214 struct controller *ctrl = timer_container_of(ctrl, t, poll_timer); in int_poll_timeout() local
228 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer()
238 static inline int is_ctrl_busy(struct controller *ctrl) in is_ctrl_busy()
248 static inline int shpc_poll_ctrl_busy(struct controller *ctrl) in shpc_poll_ctrl_busy()
[all …]
H A Dcpqphp_ctrl.c53 static u8 handle_switch_change(u8 change, struct controller *ctrl) in handle_switch_change()
116 static struct slot *cpqhp_find_slot(struct controller *ctrl, u8 device) in cpqhp_find_slot()
127 static u8 handle_presence_change(u16 change, struct controller *ctrl) in handle_presence_change()
221 static u8 handle_power_fault(u8 change, struct controller *ctrl) in handle_power_fault()
879 struct controller *ctrl = data; in cpqhp_ctrl_intr() local
1114 static u8 set_controller_speed(struct controller *ctrl, u8 adapter_speed, u8 hp_slot) in set_controller_speed()
1253 static u32 board_replaced(struct pci_func *func, struct controller *ctrl) in board_replaced()
1404 static u32 board_added(struct pci_func *func, struct controller *ctrl) in board_added()
1608 static u32 remove_board(struct pci_func *func, u32 replace_flag, struct controller *ctrl) in remove_board()
1727 struct controller *ctrl; in event_thread() local
[all …]
H A Dcpqphp_core.c120 static int init_SERR(struct controller *ctrl) in init_SERR()
266 static int ctrl_slot_cleanup(struct controller *ctrl) in ctrl_slot_cleanup()
375 cpqhp_set_attention_status(struct controller *ctrl, struct pci_func *func, in cpqhp_set_attention_status()
419 struct controller *ctrl = slot->ctrl; in set_attention_status() local
446 struct controller *ctrl = slot->ctrl; in process_SI() local
478 struct controller *ctrl = slot->ctrl; in process_SS() local
505 struct controller *ctrl = slot->ctrl; in hardware_test() local
516 struct controller *ctrl = slot->ctrl; in get_power_status() local
527 struct controller *ctrl = slot->ctrl; in get_attention_status() local
538 struct controller *ctrl = slot->ctrl; in get_latch_status() local
[all …]
/linux/drivers/nvme/host/
H A Dcore.c158 void nvme_queue_scan(struct nvme_ctrl *ctrl) in nvme_queue_scan()
173 int nvme_try_sched_reset(struct nvme_ctrl *ctrl) in nvme_try_sched_reset()
185 struct nvme_ctrl *ctrl = container_of(to_delayed_work(work), in nvme_failfast_work() local
196 static inline void nvme_start_failfast_work(struct nvme_ctrl *ctrl) in nvme_start_failfast_work()
205 static inline void nvme_stop_failfast_work(struct nvme_ctrl *ctrl) in nvme_stop_failfast_work()
215 int nvme_reset_ctrl(struct nvme_ctrl *ctrl) in nvme_reset_ctrl()
225 int nvme_reset_ctrl_sync(struct nvme_ctrl *ctrl) in nvme_reset_ctrl_sync()
239 static void nvme_do_delete_ctrl(struct nvme_ctrl *ctrl) in nvme_do_delete_ctrl()
253 struct nvme_ctrl *ctrl = in nvme_delete_ctrl_work() local
259 int nvme_delete_ctrl(struct nvme_ctrl *ctrl) in nvme_delete_ctrl()
[all …]
H A Dsysfs.c17 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_reset() local
31 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_rescan() local
41 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_adm_passthru_err_log_enabled_show() local
50 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_adm_passthru_err_log_enabled_store() local
395 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_delete() local
410 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_transport() local
420 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_state() local
444 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_subsysnqn() local
454 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_hostnqn() local
464 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_hostid() local
[all …]
H A Dfabrics.c130 int nvmf_get_address(struct nvme_ctrl *ctrl, char *buf, int size) in nvmf_get_address()
172 int nvmf_reg_read32(struct nvme_ctrl *ctrl, u32 off, u32 *val) in nvmf_reg_read32()
217 int nvmf_reg_read64(struct nvme_ctrl *ctrl, u32 off, u64 *val) in nvmf_reg_read64()
262 int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val) in nvmf_reg_write32()
283 int nvmf_subsystem_reset(struct nvme_ctrl *ctrl) in nvmf_subsystem_reset()
309 static void nvmf_log_connect_error(struct nvme_ctrl *ctrl, in nvmf_log_connect_error()
394 static struct nvmf_connect_data *nvmf_connect_data_prep(struct nvme_ctrl *ctrl, in nvmf_connect_data_prep()
411 static void nvmf_connect_cmd_prep(struct nvme_ctrl *ctrl, u16 qid, in nvmf_connect_cmd_prep()
447 int nvmf_connect_admin_queue(struct nvme_ctrl *ctrl) in nvmf_connect_admin_queue()
525 int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid) in nvmf_connect_io_queue()
[all …]
H A Drdma.c89 struct nvme_rdma_ctrl *ctrl; member
125 struct nvme_ctrl ctrl; member
130 static inline struct nvme_rdma_ctrl *to_rdma_ctrl(struct nvme_ctrl *ctrl) in to_rdma_ctrl()
297 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(set->driver_data); in nvme_rdma_init_request() local
322 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(data); in nvme_rdma_init_hctx() local
334 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(data); in nvme_rdma_init_admin_hctx() local
569 static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_alloc_queue()
660 static void nvme_rdma_free_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_free_io_queues()
668 static void nvme_rdma_stop_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_stop_io_queues()
676 static int nvme_rdma_start_queue(struct nvme_rdma_ctrl *ctrl, int idx) in nvme_rdma_start_queue()
[all …]
/linux/drivers/net/mdio/
H A Dmdio-bitbang.c44 static void mdiobb_send_bit(struct mdiobb_ctrl *ctrl, int val) in mdiobb_send_bit()
56 static int mdiobb_get_bit(struct mdiobb_ctrl *ctrl) in mdiobb_get_bit()
69 static void mdiobb_send_num(struct mdiobb_ctrl *ctrl, u16 val, int bits) in mdiobb_send_num()
78 static u16 mdiobb_get_num(struct mdiobb_ctrl *ctrl, int bits) in mdiobb_get_num()
94 static void mdiobb_cmd(struct mdiobb_ctrl *ctrl, int op, u8 phy, u8 reg) in mdiobb_cmd()
133 static void mdiobb_cmd_addr(struct mdiobb_ctrl *ctrl, int phy, int dev_addr, in mdiobb_cmd_addr()
150 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read_common() local
176 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read_c22() local
186 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read_c45() local
197 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_write_common() local
[all …]
/linux/drivers/slimbus/
H A Dqcom-ngd-ctrl.c135 struct qcom_slim_ngd_ctrl *ctrl; member
150 struct slim_controller ctrl; member
347 static int qcom_slim_qmi_send_select_inst_req(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_select_inst_req()
400 static int qcom_slim_qmi_send_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_power_request()
447 static int qcom_slim_qmi_init(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_init()
502 static void qcom_slim_qmi_exit(struct qcom_slim_ngd_ctrl *ctrl) in qcom_slim_qmi_exit()
512 static int qcom_slim_qmi_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_power_request()
527 static u32 *qcom_slim_ngd_tx_msg_get(struct qcom_slim_ngd_ctrl *ctrl, int len, in qcom_slim_ngd_tx_msg_get()
552 struct qcom_slim_ngd_ctrl *ctrl = desc->ctrl; in qcom_slim_ngd_tx_msg_dma_cb() local
566 static int qcom_slim_ngd_tx_msg_post(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_ngd_tx_msg_post()
[all …]
/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c42 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_delegate_req()
54 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_config()
85 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_address()
145 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_handle_status()
203 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature_device()
264 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature_intf()
298 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature_endpoint()
326 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature()
342 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_sel()
369 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_isoch_delay()
[all …]
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c154 struct v4l2_ctrl *ctrl, in ctrl_set_rational()
172 struct v4l2_ctrl *ctrl, in ctrl_set_value()
188 struct v4l2_ctrl *ctrl, in ctrl_set_iso()
216 struct v4l2_ctrl *ctrl, in ctrl_set_value_ev()
232 struct v4l2_ctrl *ctrl, in ctrl_set_rotate()
261 struct v4l2_ctrl *ctrl, in ctrl_set_flip()
302 struct v4l2_ctrl *ctrl, in ctrl_set_exposure()
358 struct v4l2_ctrl *ctrl, in ctrl_set_metering_mode()
394 struct v4l2_ctrl *ctrl, in ctrl_set_flicker_avoidance()
423 struct v4l2_ctrl *ctrl, in ctrl_set_awb_mode()
[all …]
/linux/drivers/nvme/target/
H A Dpci-epf.c84 struct nvmet_pci_epf_ctrl *ctrl; member
129 struct nvmet_pci_epf_ctrl *ctrl; member
209 struct nvmet_pci_epf_ctrl ctrl; member
226 static inline u32 nvmet_pci_epf_bar_read32(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_read32()
234 static inline void nvmet_pci_epf_bar_write32(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_write32()
242 static inline u64 nvmet_pci_epf_bar_read64(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_read64()
249 static inline void nvmet_pci_epf_bar_write64(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_write64()
488 static inline int nvmet_pci_epf_transfer(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_transfer()
501 static int nvmet_pci_epf_alloc_irq_vectors(struct nvmet_pci_epf_ctrl *ctrl) in nvmet_pci_epf_alloc_irq_vectors()
514 static void nvmet_pci_epf_free_irq_vectors(struct nvmet_pci_epf_ctrl *ctrl) in nvmet_pci_epf_free_irq_vectors()
[all …]
H A Dadmin-cmd.c17 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_delete_sq() local
43 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_create_sq() local
85 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_delete_cq() local
112 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_create_cq() local
177 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error() local
265 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all() local
360 static void nvmet_get_cmd_effects_admin(struct nvmet_ctrl *ctrl, in nvmet_get_cmd_effects_admin()
408 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_cmd_effects_ns() local
446 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns() local
471 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group() local
[all …]
/linux/drivers/platform/surface/aggregator/
H A Dcontroller.c884 struct ssam_controller *ctrl = to_ssam_controller(kref, kref); in __ssam_controller_release() local
988 struct ssam_controller *ctrl = to_ssam_controller(rtl, rtl); in ssam_handle_event() local
1204 int ssam_controller_init(struct ssam_controller *ctrl, in ssam_controller_init()
1265 int ssam_controller_start(struct ssam_controller *ctrl) in ssam_controller_start()
1319 void ssam_controller_shutdown(struct ssam_controller *ctrl) in ssam_controller_shutdown()
1388 void ssam_controller_destroy(struct ssam_controller *ctrl) in ssam_controller_destroy()
1431 int ssam_controller_suspend(struct ssam_controller *ctrl) in ssam_controller_suspend()
1463 int ssam_controller_resume(struct ssam_controller *ctrl) in ssam_controller_resume()
1508 struct ssam_controller *ctrl, in ssam_request_write_data()
1684 int ssam_request_sync_submit(struct ssam_controller *ctrl, in ssam_request_sync_submit()
[all …]
/linux/drivers/clk/bcm/
H A Dclk-iproc-pll.c68 const struct iproc_pll_ctrl *ctrl; member
76 const struct iproc_clk_ctrl *ctrl; member
150 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_wait_for_lock() local
166 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in iproc_pll_write() local
177 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_disable() local
206 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_enable() local
236 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_put_in_reset() local
251 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_bring_out_reset() local
279 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_fractional_change_only() local
309 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_set_rate() local
[all …]
/linux/drivers/soundwire/
H A Dqcom.c280 static int qcom_swrm_ahb_reg_read(struct qcom_swrm_ctrl *ctrl, int reg, in qcom_swrm_ahb_reg_read()
300 static int qcom_swrm_ahb_reg_write(struct qcom_swrm_ctrl *ctrl, in qcom_swrm_ahb_reg_write()
320 static int qcom_swrm_cpu_reg_read(struct qcom_swrm_ctrl *ctrl, int reg, in qcom_swrm_cpu_reg_read()
327 static int qcom_swrm_cpu_reg_write(struct qcom_swrm_ctrl *ctrl, int reg, in qcom_swrm_cpu_reg_write()
352 static int swrm_wait_for_rd_fifo_avail(struct qcom_swrm_ctrl *ctrl) in swrm_wait_for_rd_fifo_avail()
378 static int swrm_wait_for_wr_fifo_avail(struct qcom_swrm_ctrl *ctrl) in swrm_wait_for_wr_fifo_avail()
404 static bool swrm_wait_for_wr_fifo_done(struct qcom_swrm_ctrl *ctrl) in swrm_wait_for_wr_fifo_done()
430 static int qcom_swrm_cmd_fifo_wr_cmd(struct qcom_swrm_ctrl *ctrl, u8 cmd_data, in qcom_swrm_cmd_fifo_wr_cmd()
478 static int qcom_swrm_cmd_fifo_rd_cmd(struct qcom_swrm_ctrl *ctrl, in qcom_swrm_cmd_fifo_rd_cmd()
531 static int qcom_swrm_get_alert_slave_dev_num(struct qcom_swrm_ctrl *ctrl) in qcom_swrm_get_alert_slave_dev_num()
[all …]
/linux/sound/soc/codecs/
H A Dwcd-clsh-v2.c119 static inline void wcd_enable_clsh_block(struct wcd_clsh_ctrl *ctrl, in wcd_enable_clsh_block()
175 static void wcd_clsh_buck_ctrl(struct wcd_clsh_ctrl *ctrl, in wcd_clsh_buck_ctrl()
195 struct wcd_clsh_ctrl *ctrl, in wcd_clsh_v3_buck_ctrl()
224 static void wcd_clsh_flyback_ctrl(struct wcd_clsh_ctrl *ctrl, in wcd_clsh_flyback_ctrl()
246 static void wcd_clsh_set_gain_path(struct wcd_clsh_ctrl *ctrl, int mode) in wcd_clsh_set_gain_path()
348 void wcd_clsh_set_hph_mode(struct wcd_clsh_ctrl *ctrl, int mode) in wcd_clsh_set_hph_mode()
453 struct wcd_clsh_ctrl *ctrl, in wcd_clsh_v3_flyback_ctrl()
490 static void wcd_clsh_v3_state_aux(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_aux()
509 static void wcd_clsh_state_lo(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_lo()
536 static void wcd_clsh_v3_state_hph_r(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_hph_r()
[all …]
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c141 void free_mcc_wrb(struct be_ctrl_info *ctrl, unsigned int tag) in free_mcc_wrb()
319 static int beiscsi_process_mbox_compl(struct be_ctrl_info *ctrl, in beiscsi_process_mbox_compl()
484 int beiscsi_process_mcc_compl(struct be_ctrl_info *ctrl, in beiscsi_process_mcc_compl()
585 static int be_mbox_db_ready_poll(struct be_ctrl_info *ctrl) in be_mbox_db_ready_poll()
635 static int be_mbox_notify(struct be_ctrl_info *ctrl) in be_mbox_notify()
735 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_eq_create()
775 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_cq_create()
857 struct be_ctrl_info *ctrl; in beiscsi_cmd_mccq_create() local
900 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, in beiscsi_cmd_q_destroy()
974 int be_cmd_create_default_pdu_queue(struct be_ctrl_info *ctrl, in be_cmd_create_default_pdu_queue()
[all …]
/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c76 struct otto_wdt_ctrl *ctrl = watchdog_get_drvdata(wdev); in otto_wdt_start() local
88 struct otto_wdt_ctrl *ctrl = watchdog_get_drvdata(wdev); in otto_wdt_stop() local
100 struct otto_wdt_ctrl *ctrl = watchdog_get_drvdata(wdev); in otto_wdt_ping() local
107 static int otto_wdt_tick_ms(struct otto_wdt_ctrl *ctrl, int prescale) in otto_wdt_tick_ms()
126 struct otto_wdt_ctrl *ctrl = watchdog_get_drvdata(wdev); in otto_wdt_determine_timeouts() local
182 struct otto_wdt_ctrl *ctrl = watchdog_get_drvdata(wdev); in otto_wdt_restart() local
211 struct otto_wdt_ctrl *ctrl = dev_id; in otto_wdt_phase1_isr() local
238 static int otto_wdt_probe_clk(struct otto_wdt_ctrl *ctrl) in otto_wdt_probe_clk()
253 static int otto_wdt_probe_reset_mode(struct otto_wdt_ctrl *ctrl) in otto_wdt_probe_reset_mode()
292 struct otto_wdt_ctrl *ctrl; in otto_wdt_probe() local
/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb-init-synopsys.c155 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in xhci_soft_reset() local
173 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_init_ipp() local
211 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_init_common() local
235 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_wake_enable_7211b0() local
246 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_wake_enable_7216() local
256 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_init_common_7211b0() local
334 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_init_common_7216() local
368 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_uninit_common_7216() local
383 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_init_common_74110() local
405 void __iomem *ctrl = params->regs[BRCM_REGS_CTRL]; in usb_uninit_common_74110() local
[all …]

12345678910>>...36