Home
last modified time | relevance | path

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

12345678910>>...45

/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_hpc.c30 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev()
39 static inline int pciehp_request_irq(struct controller *ctrl) in pciehp_request_irq()
59 static inline void pciehp_free_irq(struct controller *ctrl) in pciehp_free_irq()
67 static int pcie_poll_cmd(struct controller *ctrl, int timeout) in pcie_poll_cmd()
93 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd()
138 static void pcie_do_write_cmd(struct controller *ctrl, u16 cmd, in pcie_do_write_cmd()
194 static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd()
200 static void pcie_write_cmd_nowait(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd_nowait()
205 bool pciehp_check_link_active(struct controller *ctrl) in pciehp_check_link_active()
220 static void pcie_wait_link_active(struct controller *ctrl) in pcie_wait_link_active()
[all …]
Dpciehp_ctrl.c29 static void set_slot_off(struct controller *ctrl, struct slot *pslot) in set_slot_off()
57 struct controller *ctrl = p_slot->ctrl; in board_added() local
107 struct controller *ctrl = p_slot->ctrl; in remove_board() local
129 void pciehp_request(struct controller *ctrl, int action) in pciehp_request()
139 struct controller *ctrl = p_slot->ctrl; in pciehp_queue_pushbutton_work() local
157 struct controller *ctrl = p_slot->ctrl; in pciehp_handle_button_press() local
207 struct controller *ctrl = slot->ctrl; in pciehp_handle_disable_request() local
224 struct controller *ctrl = slot->ctrl; in pciehp_handle_presence_or_link_change() local
286 struct controller *ctrl = p_slot->ctrl; in __pciehp_enable_slot() local
316 struct controller *ctrl = slot->ctrl; in pciehp_enable_slot() local
[all …]
Dpciehp.h47 #define ctrl_dbg(ctrl, format, arg...) \ argument
53 #define ctrl_err(ctrl, format, arg...) \ argument
55 #define ctrl_info(ctrl, format, arg...) \ argument
57 #define ctrl_warn(ctrl, format, arg...) \ argument
74 struct controller *ctrl; member
167 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP) argument
168 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP) argument
169 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP) argument
170 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP) argument
171 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) argument
[all …]
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
340 struct controller *ctrl = p_slot->ctrl; in remove_board() local
474 struct controller *ctrl = p_slot->ctrl; in handle_button_press_event() local
559 struct controller *ctrl = p_slot->ctrl; in shpchp_enable_slot() local
[all …]
Dshpchp_hpc.c172 static inline u8 shpc_readb(struct controller *ctrl, int reg) in shpc_readb()
177 static inline void shpc_writeb(struct controller *ctrl, int reg, u8 val) in shpc_writeb()
182 static inline u16 shpc_readw(struct controller *ctrl, int reg) in shpc_readw()
187 static inline void shpc_writew(struct controller *ctrl, int reg, u16 val) in shpc_writew()
192 static inline u32 shpc_readl(struct controller *ctrl, int reg) in shpc_readl()
197 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel()
202 static inline int shpc_indirect_read(struct controller *ctrl, int index, in shpc_indirect_read()
220 struct controller *ctrl = from_timer(ctrl, t, poll_timer); in int_poll_timeout() local
234 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer()
244 static inline int is_ctrl_busy(struct controller *ctrl) in is_ctrl_busy()
[all …]
/Linux-v4.19/drivers/tty/serdev/
Dcore.c75 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release() local
102 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local
138 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
147 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
175 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
222 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
235 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
263 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
274 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room() local
285 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
[all …]
Dserdev-ttyport.c28 struct serdev_controller *ctrl = port->client_data; in ttyport_receive_buf() local
50 struct serdev_controller *ctrl = port->client_data; in ttyport_write_wakeup() local
77 static int ttyport_write_buf(struct serdev_controller *ctrl, const unsigned char *data, size_t len) in ttyport_write_buf()
89 static void ttyport_write_flush(struct serdev_controller *ctrl) in ttyport_write_flush()
97 static int ttyport_write_room(struct serdev_controller *ctrl) in ttyport_write_room()
105 static int ttyport_open(struct serdev_controller *ctrl) in ttyport_open()
154 static void ttyport_close(struct serdev_controller *ctrl) in ttyport_close()
169 static unsigned int ttyport_set_baudrate(struct serdev_controller *ctrl, unsigned int speed) in ttyport_set_baudrate()
183 static void ttyport_set_flow_control(struct serdev_controller *ctrl, bool enable) in ttyport_set_flow_control()
197 static int ttyport_set_parity(struct serdev_controller *ctrl, in ttyport_set_parity()
[all …]
/Linux-v4.19/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 …]
/Linux-v4.19/drivers/nvme/host/
Dcore.c120 static void nvme_queue_scan(struct nvme_ctrl *ctrl) in nvme_queue_scan()
129 int nvme_reset_ctrl(struct nvme_ctrl *ctrl) in nvme_reset_ctrl()
139 int nvme_reset_ctrl_sync(struct nvme_ctrl *ctrl) in nvme_reset_ctrl_sync()
157 struct nvme_ctrl *ctrl = in nvme_delete_ctrl_work() local
171 int nvme_delete_ctrl(struct nvme_ctrl *ctrl) in nvme_delete_ctrl()
181 int nvme_delete_ctrl_sync(struct nvme_ctrl *ctrl) in nvme_delete_ctrl_sync()
282 bool nvme_change_ctrl_state(struct nvme_ctrl *ctrl, in nvme_change_ctrl_state()
437 static int nvme_toggle_streams(struct nvme_ctrl *ctrl, bool enable) in nvme_toggle_streams()
453 static int nvme_disable_streams(struct nvme_ctrl *ctrl) in nvme_disable_streams()
458 static int nvme_enable_streams(struct nvme_ctrl *ctrl) in nvme_enable_streams()
[all …]
Dmultipath.c23 inline bool nvme_ctrl_use_ana(struct nvme_ctrl *ctrl) in nvme_ctrl_use_ana()
36 struct nvme_ctrl *ctrl, int *flags) in nvme_set_disk_name()
92 void nvme_kick_requeue_lists(struct nvme_ctrl *ctrl) in nvme_kick_requeue_lists()
226 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, struct nvme_ns_head *head) in nvme_mpath_alloc_disk()
296 static int nvme_parse_ana_log(struct nvme_ctrl *ctrl, void *data, in nvme_parse_ana_log()
297 int (*cb)(struct nvme_ctrl *ctrl, struct nvme_ana_group_desc *, in nvme_parse_ana_log()
357 static int nvme_update_ana_state(struct nvme_ctrl *ctrl, in nvme_update_ana_state()
387 static int nvme_read_ana_log(struct nvme_ctrl *ctrl, bool groups_only) in nvme_read_ana_log()
428 struct nvme_ctrl *ctrl = container_of(work, struct nvme_ctrl, ana_work); in nvme_ana_work() local
435 struct nvme_ctrl *ctrl = from_timer(ctrl, t, anatt_timer); in nvme_anatt_timeout() local
[all …]
Dfc.c41 struct nvme_fc_ctrl *ctrl; member
94 struct nvme_fc_ctrl *ctrl; member
163 struct nvme_ctrl ctrl; member
167 to_fc_ctrl(struct nvme_ctrl *ctrl) in to_fc_ctrl()
530 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl) in nvme_fc_resume_controller()
565 struct nvme_fc_ctrl *ctrl; in nvme_fc_attach_to_suspended_rport() local
756 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_connectivity_loss()
821 struct nvme_fc_ctrl *ctrl; in nvme_fc_unregister_remoteport() local
1176 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl, in nvme_fc_connect_admin_queue()
1285 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue, in nvme_fc_connect_queue()
[all …]
Dfabrics.c111 int nvmf_get_address(struct nvme_ctrl *ctrl, char *buf, int size) in nvmf_get_address()
150 int nvmf_reg_read32(struct nvme_ctrl *ctrl, u32 off, u32 *val) in nvmf_reg_read32()
196 int nvmf_reg_read64(struct nvme_ctrl *ctrl, u32 off, u64 *val) in nvmf_reg_read64()
242 int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val) in nvmf_reg_write32()
279 static void nvmf_log_connect_error(struct nvme_ctrl *ctrl, in nvmf_log_connect_error()
375 int nvmf_connect_admin_queue(struct nvme_ctrl *ctrl) in nvmf_connect_admin_queue()
441 int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid) in nvmf_connect_io_queue()
475 bool nvmf_should_reconnect(struct nvme_ctrl *ctrl) in nvmf_should_reconnect()
548 blk_status_t nvmf_fail_nonready_command(struct nvme_ctrl *ctrl, in nvmf_fail_nonready_command()
560 bool __nvmf_check_ready(struct nvme_ctrl *ctrl, struct request *rq, in __nvmf_check_ready()
[all …]
Drdma.c87 struct nvme_rdma_ctrl *ctrl; member
120 struct nvme_ctrl ctrl; member
124 static inline struct nvme_rdma_ctrl *to_rdma_ctrl(struct nvme_ctrl *ctrl) in to_rdma_ctrl()
269 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_exit_request() local
283 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_init_request() local
305 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_hctx() local
317 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_admin_hctx() local
498 static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_alloc_queue()
572 static void nvme_rdma_free_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_free_io_queues()
580 static void nvme_rdma_stop_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_stop_io_queues()
[all …]
/Linux-v4.19/drivers/nvme/target/
Dloop.c45 struct nvme_ctrl ctrl; member
51 static inline struct nvme_loop_ctrl *to_loop_ctrl(struct nvme_ctrl *ctrl) in to_loop_ctrl()
63 struct nvme_loop_ctrl *ctrl; member
196 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(arg); in nvme_loop_submit_async_event() local
214 static int nvme_loop_init_iod(struct nvme_loop_ctrl *ctrl, in nvme_loop_init_iod()
228 struct nvme_loop_ctrl *ctrl = set->driver_data; in nvme_loop_init_request() local
238 struct nvme_loop_ctrl *ctrl = data; in nvme_loop_init_hctx() local
250 struct nvme_loop_ctrl *ctrl = data; in nvme_loop_init_admin_hctx() local
275 static void nvme_loop_destroy_admin_queue(struct nvme_loop_ctrl *ctrl) in nvme_loop_destroy_admin_queue()
285 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(nctrl); in nvme_loop_free_ctrl() local
[all …]
Dcore.c88 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free()
107 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() local
132 static void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
152 static bool nvmet_aen_disabled(struct nvmet_ctrl *ctrl, u32 aen) in nvmet_aen_disabled()
159 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log()
185 struct nvmet_ctrl *ctrl; in nvmet_ns_changed() local
200 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event() local
299 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer() local
308 static void nvmet_start_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_start_keep_alive_timer()
317 static void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl) in nvmet_stop_keep_alive_timer()
[all …]
/Linux-v4.19/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
208 struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl) in alloc_mdio_bitbang()
228 struct mdiobb_ctrl *ctrl = bus->priv; in free_mdio_bitbang() local
/Linux-v4.19/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 …]
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c41 struct v4l2_ctrl *ctrl; member
1370 static u32 user_flags(const struct v4l2_ctrl *ctrl) in user_flags()
1380 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event()
1402 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event()
1417 static bool std_equal(const struct v4l2_ctrl *ctrl, u32 idx, in std_equal()
1444 static void std_init(const struct v4l2_ctrl *ctrl, u32 idx, in std_init()
1479 static void std_log(const struct v4l2_ctrl *ctrl) in std_log()
1533 #define ROUND_TO_RANGE(val, offset_type, ctrl) \ argument
1550 static int std_validate(const struct v4l2_ctrl *ctrl, u32 idx, in std_validate()
1629 struct v4l2_ctrl *ctrl, in ptr_to_user()
[all …]
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_ctrl.c749 static inline u8 *uvc_ctrl_data(struct uvc_control *ctrl, int id) in uvc_ctrl_data()
865 struct uvc_control *ctrl; in __uvc_find_control() local
896 struct uvc_control *ctrl = NULL; in uvc_find_control() local
920 struct uvc_control *ctrl) in uvc_ctrl_populate_cache()
996 struct uvc_control *ctrl, struct uvc_control_mapping *mapping, in __uvc_ctrl_get()
1022 struct uvc_control *ctrl, in __uvc_query_v4l2_ctrl()
1116 struct uvc_control *ctrl; in uvc_query_v4l2_ctrl() local
1150 struct uvc_control *ctrl; in uvc_query_v4l2_menu() local
1207 struct uvc_control *ctrl, in uvc_ctrl_fill_event()
1236 struct uvc_fh *handle, struct uvc_control *ctrl, in uvc_ctrl_send_event()
[all …]
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dcontrols.c172 struct v4l2_ctrl *ctrl, in ctrl_set_rational()
190 struct v4l2_ctrl *ctrl, in ctrl_set_value()
206 struct v4l2_ctrl *ctrl, in ctrl_set_iso()
234 struct v4l2_ctrl *ctrl, in ctrl_set_value_ev()
250 struct v4l2_ctrl *ctrl, in ctrl_set_rotate()
281 struct v4l2_ctrl *ctrl, in ctrl_set_flip()
324 struct v4l2_ctrl *ctrl, in ctrl_set_exposure()
380 struct v4l2_ctrl *ctrl, in ctrl_set_metering_mode()
417 struct v4l2_ctrl *ctrl, in ctrl_set_flicker_avoidance()
446 struct v4l2_ctrl *ctrl, in ctrl_set_awb_mode()
[all …]
/Linux-v4.19/drivers/slimbus/
Dqcom-ngd-ctrl.c132 struct qcom_slim_ngd_ctrl *ctrl; member
147 struct slim_controller ctrl; member
337 static int qcom_slim_qmi_send_select_inst_req(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_select_inst_req()
390 static int qcom_slim_qmi_send_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_power_request()
437 static int qcom_slim_qmi_init(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_init()
492 static void qcom_slim_qmi_exit(struct qcom_slim_ngd_ctrl *ctrl) in qcom_slim_qmi_exit()
502 static int qcom_slim_qmi_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_power_request()
517 static u32 *qcom_slim_ngd_tx_msg_get(struct qcom_slim_ngd_ctrl *ctrl, int len, in qcom_slim_ngd_tx_msg_get()
542 struct qcom_slim_ngd_ctrl *ctrl = desc->ctrl; in qcom_slim_ngd_tx_msg_dma_cb() local
556 static int qcom_slim_ngd_tx_msg_post(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_ngd_tx_msg_post()
[all …]
Dcore.c108 static int slim_add_device(struct slim_controller *ctrl, in slim_add_device()
132 static struct slim_device *slim_alloc_device(struct slim_controller *ctrl, in slim_alloc_device()
153 static void of_register_slim_devices(struct slim_controller *ctrl) in of_register_slim_devices()
206 int slim_register_controller(struct slim_controller *ctrl) in slim_register_controller()
253 int slim_unregister_controller(struct slim_controller *ctrl) in slim_unregister_controller()
290 struct slim_controller *ctrl = sbdev->ctrl; in slim_report_absent() local
321 static struct slim_device *find_slim_device(struct slim_controller *ctrl, in find_slim_device()
345 struct slim_device *slim_get_device(struct slim_controller *ctrl, in slim_get_device()
369 static struct slim_device *of_find_slim_device(struct slim_controller *ctrl, in of_find_slim_device()
393 struct slim_device *of_slim_get_device(struct slim_controller *ctrl, in of_slim_get_device()
[all …]
/Linux-v4.19/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
187 struct ath79_gpio_ctrl *ctrl = in ath79_gpio_irq_handler() local
229 struct ath79_gpio_ctrl *ctrl; in ath79_gpio_probe() local
[all …]
/Linux-v4.19/drivers/clk/bcm/
Dclk-iproc-pll.c78 const struct iproc_pll_ctrl *ctrl; member
86 const struct iproc_clk_ctrl *ctrl; member
160 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_wait_for_lock() local
176 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in iproc_pll_write() local
187 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_disable() local
216 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_enable() local
246 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_put_in_reset() local
261 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_bring_out_reset() local
289 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_fractional_change_only() local
319 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_set_rate() local
[all …]
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_cmds.c146 void free_mcc_wrb(struct be_ctrl_info *ctrl, unsigned int tag) in free_mcc_wrb()
324 static int beiscsi_process_mbox_compl(struct be_ctrl_info *ctrl, in beiscsi_process_mbox_compl()
489 int beiscsi_process_mcc_compl(struct be_ctrl_info *ctrl, in beiscsi_process_mcc_compl()
590 static int be_mbox_db_ready_poll(struct be_ctrl_info *ctrl) in be_mbox_db_ready_poll()
640 static int be_mbox_notify(struct be_ctrl_info *ctrl) in be_mbox_notify()
740 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_eq_create()
780 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_cq_create()
862 struct be_ctrl_info *ctrl; in beiscsi_cmd_mccq_create() local
905 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, in beiscsi_cmd_q_destroy()
979 int be_cmd_create_default_pdu_queue(struct be_ctrl_info *ctrl, in be_cmd_create_default_pdu_queue()
[all …]

12345678910>>...45