Home
last modified time | relevance | path

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

12345678910>>...59

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c48 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev()
57 static inline int pciehp_request_irq(struct controller *ctrl) in pciehp_request_irq()
77 static inline void pciehp_free_irq(struct controller *ctrl) in pciehp_free_irq()
85 static int pcie_poll_cmd(struct controller *ctrl, int timeout) in pcie_poll_cmd()
111 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd()
156 static void pcie_do_write_cmd(struct controller *ctrl, u16 cmd, in pcie_do_write_cmd()
212 static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd()
218 static void pcie_write_cmd_nowait(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd_nowait()
234 int pciehp_check_link_active(struct controller *ctrl) in pciehp_check_link_active()
290 int pciehp_check_link_status(struct controller *ctrl) in pciehp_check_link_status()
[all …]
H A Dpciehp_ctrl.c31 static void set_slot_off(struct controller *ctrl) in set_slot_off()
59 static int board_added(struct controller *ctrl) in board_added()
109 static void remove_board(struct controller *ctrl, bool safe_removal) in remove_board()
135 void pciehp_request(struct controller *ctrl, int action) in pciehp_request()
144 struct controller *ctrl = container_of(work, struct controller, in pciehp_queue_pushbutton_work() local
161 void pciehp_handle_button_press(struct controller *ctrl) in pciehp_handle_button_press()
211 void pciehp_handle_disable_request(struct controller *ctrl) in pciehp_handle_disable_request()
226 void pciehp_handle_presence_or_link_change(struct controller *ctrl, u32 events) in pciehp_handle_presence_or_link_change()
293 static int __pciehp_enable_slot(struct controller *ctrl) in __pciehp_enable_slot()
318 static int pciehp_enable_slot(struct controller *ctrl) in pciehp_enable_slot()
[all …]
H A Dpciehp_core.c50 static int init_slot(struct controller *ctrl) in init_slot()
89 static void cleanup_slot(struct controller *ctrl) in cleanup_slot()
102 struct controller *ctrl = to_ctrl(hotplug_slot); in set_attention_status() local
118 struct controller *ctrl = to_ctrl(hotplug_slot); in get_power_status() local
129 struct controller *ctrl = to_ctrl(hotplug_slot); in get_latch_status() local
140 struct controller *ctrl = to_ctrl(hotplug_slot); in get_adapter_status() local
165 static void pciehp_check_presence(struct controller *ctrl) in pciehp_check_presence()
186 struct controller *ctrl; in pciehp_probe() local
245 struct controller *ctrl = get_service_data(dev); in pciehp_remove() local
288 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
152 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP) argument
153 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP) argument
154 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP) argument
155 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP) argument
156 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) argument
157 #define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS) argument
[all …]
H A Dshpchp_hpc.c172 static inline u8 shpc_readb(struct controller *ctrl, int reg) in shpc_readb()
177 static inline u16 shpc_readw(struct controller *ctrl, int reg) in shpc_readw()
182 static inline void shpc_writew(struct controller *ctrl, int reg, u16 val) in shpc_writew()
187 static inline u32 shpc_readl(struct controller *ctrl, int reg) in shpc_readl()
192 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel()
197 static inline int shpc_indirect_read(struct controller *ctrl, int index, in shpc_indirect_read()
215 struct controller *ctrl = from_timer(ctrl, t, poll_timer); in int_poll_timeout() local
229 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer()
239 static inline int is_ctrl_busy(struct controller *ctrl) in is_ctrl_busy()
249 static inline int shpc_poll_ctrl_busy(struct controller *ctrl) in shpc_poll_ctrl_busy()
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dcore.c129 void nvme_queue_scan(struct nvme_ctrl *ctrl) in nvme_queue_scan()
144 int nvme_try_sched_reset(struct nvme_ctrl *ctrl) in nvme_try_sched_reset()
156 struct nvme_ctrl *ctrl = container_of(to_delayed_work(work), in nvme_failfast_work() local
167 static inline void nvme_start_failfast_work(struct nvme_ctrl *ctrl) in nvme_start_failfast_work()
176 static inline void nvme_stop_failfast_work(struct nvme_ctrl *ctrl) in nvme_stop_failfast_work()
186 int nvme_reset_ctrl(struct nvme_ctrl *ctrl) in nvme_reset_ctrl()
196 int nvme_reset_ctrl_sync(struct nvme_ctrl *ctrl) in nvme_reset_ctrl_sync()
210 static void nvme_do_delete_ctrl(struct nvme_ctrl *ctrl) in nvme_do_delete_ctrl()
224 struct nvme_ctrl *ctrl = in nvme_delete_ctrl_work() local
230 int nvme_delete_ctrl(struct nvme_ctrl *ctrl) in nvme_delete_ctrl()
[all …]
H A Dauth.c23 struct nvme_ctrl *ctrl; member
52 #define nvme_auth_queue_from_qid(ctrl, qid) \ argument
55 static inline int ctrl_max_dhchaps(struct nvme_ctrl *ctrl) in ctrl_max_dhchaps()
61 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit()
93 static int nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, in nvme_auth_receive_validate()
120 static int nvme_auth_set_dhchap_negotiate_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_negotiate_data()
152 static int nvme_auth_process_dhchap_challenge(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_challenge()
291 static int nvme_auth_set_dhchap_reply_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_reply_data()
338 static int nvme_auth_process_dhchap_success1(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_success1()
391 static int nvme_auth_set_dhchap_success2_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_success2_data()
[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
203 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_delete() local
218 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_transport() local
228 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_state() local
252 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_subsysnqn() local
262 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_hostnqn() local
272 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_hostid() local
282 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_address() local
291 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_ctrl_loss_tmo_show() local
[all …]
H A Dfc.c36 struct nvme_fc_ctrl *ctrl; member
100 struct nvme_fc_ctrl *ctrl; member
180 struct nvme_ctrl ctrl; member
184 to_fc_ctrl(struct nvme_ctrl *ctrl) in to_fc_ctrl()
551 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl) in nvme_fc_resume_controller()
586 struct nvme_fc_ctrl *ctrl; in nvme_fc_attach_to_suspended_rport() local
783 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_connectivity_loss()
849 struct nvme_fc_ctrl *ctrl; in nvme_fc_unregister_remoteport() local
1170 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl, in nvme_fc_connect_admin_queue()
1287 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue, in nvme_fc_connect_queue()
[all …]
/openbmc/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 …]
/openbmc/linux/drivers/tty/serdev/
H A Dcore.c77 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release() local
104 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local
140 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
149 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
177 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
239 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
274 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
331 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room() local
342 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
[all …]
H A 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 …]
/openbmc/linux/drivers/nvme/target/
H A Dloop.c37 struct nvme_ctrl ctrl; member
42 static inline struct nvme_loop_ctrl *to_loop_ctrl(struct nvme_ctrl *ctrl) in to_loop_ctrl()
54 struct nvme_loop_ctrl *ctrl; member
175 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(arg); in nvme_loop_submit_async_event() local
193 static int nvme_loop_init_iod(struct nvme_loop_ctrl *ctrl, in nvme_loop_init_iod()
207 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(set->driver_data); in nvme_loop_init_request() local
221 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(data); in nvme_loop_init_hctx() local
241 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(data); in nvme_loop_init_admin_hctx() local
264 static void nvme_loop_destroy_admin_queue(struct nvme_loop_ctrl *ctrl) in nvme_loop_destroy_admin_queue()
281 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(nctrl); in nvme_loop_free_ctrl() local
[all …]
H A Dcore.c140 static void nvmet_async_events_failall(struct nvmet_ctrl *ctrl) in nvmet_async_events_failall()
154 static void nvmet_async_events_process(struct nvmet_ctrl *ctrl) in nvmet_async_events_process()
177 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free()
191 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() local
197 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
217 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log()
243 struct nvmet_ctrl *ctrl; in nvmet_ns_changed() local
260 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event() local
309 struct nvmet_ctrl *ctrl; in nvmet_port_del_ctrls() local
386 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer() local
[all …]
/openbmc/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 …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c41 struct v4l2_ctrl *ctrl, in ptr_to_user()
70 static int cur_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in cur_to_user()
77 struct v4l2_ctrl *ctrl) in new_to_user()
90 static int def_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in def_to_user()
98 static int user_to_new(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in user_to_new()
226 struct v4l2_ctrl *ctrl; in prepare_ext_ctrls() local
496 static int validate_new(const struct v4l2_ctrl *ctrl, union v4l2_ctrl_ptr p_new) in validate_new()
512 struct v4l2_ctrl *ctrl = helpers[i].ref->ctrl; in validate_ctrls() local
648 struct v4l2_ctrl *ctrl = helpers[idx].ref->ctrl; in try_set_ext_ctrls_common() local
734 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl()
[all …]
/openbmc/linux/drivers/slimbus/
H A Dqcom-ngd-ctrl.c136 struct qcom_slim_ngd_ctrl *ctrl; member
151 struct slim_controller ctrl; member
348 static int qcom_slim_qmi_send_select_inst_req(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_select_inst_req()
401 static int qcom_slim_qmi_send_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_power_request()
448 static int qcom_slim_qmi_init(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_init()
503 static void qcom_slim_qmi_exit(struct qcom_slim_ngd_ctrl *ctrl) in qcom_slim_qmi_exit()
513 static int qcom_slim_qmi_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_power_request()
528 static u32 *qcom_slim_ngd_tx_msg_get(struct qcom_slim_ngd_ctrl *ctrl, int len, in qcom_slim_ngd_tx_msg_get()
553 struct qcom_slim_ngd_ctrl *ctrl = desc->ctrl; in qcom_slim_ngd_tx_msg_dma_cb() local
567 static int qcom_slim_ngd_tx_msg_post(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_ngd_tx_msg_post()
[all …]
/openbmc/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 …]
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c35 static int last_trb(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in last_trb()
54 static bool last_trb_on_last_seg(struct xhci_ctrl *ctrl, in last_trb_on_last_seg()
88 static void inc_enq(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in inc_enq()
146 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq()
180 static struct xhci_generic_trb *queue_trb(struct xhci_ctrl *ctrl, in queue_trb()
209 static int prepare_ring(struct xhci_ctrl *ctrl, struct xhci_ring *ep_ring, in prepare_ring()
271 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command()
362 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in giveback_first_trb() local
392 void xhci_acknowledge_event(struct xhci_ctrl *ctrl) in xhci_acknowledge_event()
408 static int event_ready(struct xhci_ctrl *ctrl) in event_ready()
[all …]
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c803 static inline u8 *uvc_ctrl_data(struct uvc_control *ctrl, int id) in uvc_ctrl_data()
905 struct uvc_control *ctrl; in __uvc_find_control() local
936 struct uvc_control *ctrl = NULL; in uvc_find_control() local
960 struct uvc_control *ctrl) in uvc_ctrl_populate_cache()
1043 struct uvc_control *ctrl) in __uvc_ctrl_load_cur()
1079 struct uvc_control *ctrl, in __uvc_ctrl_get()
1158 struct uvc_control *ctrl; in uvc_ctrl_is_accessible() local
1217 static u32 uvc_get_ctrl_bitmap(struct uvc_control *ctrl, in uvc_get_ctrl_bitmap()
1237 struct uvc_control *ctrl, in __uvc_query_v4l2_ctrl()
1343 struct uvc_control *ctrl; in uvc_query_v4l2_ctrl() local
[all …]
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c109 struct dp_ctrl_private *ctrl; in dp_ctrl_push_idle() local
123 static void dp_ctrl_config_ctrl(struct dp_ctrl_private *ctrl) in dp_ctrl_config_ctrl()
159 static void dp_ctrl_configure_source_params(struct dp_ctrl_private *ctrl) in dp_ctrl_configure_source_params()
607 static void _dp_ctrl_calc_tu(struct dp_ctrl_private *ctrl, in _dp_ctrl_calc_tu()
941 static void dp_ctrl_calc_tu_parameters(struct dp_ctrl_private *ctrl, in dp_ctrl_calc_tu_parameters()
965 static void dp_ctrl_setup_tr_unit(struct dp_ctrl_private *ctrl) in dp_ctrl_setup_tr_unit()
992 static int dp_ctrl_wait4video_ready(struct dp_ctrl_private *ctrl) in dp_ctrl_wait4video_ready()
1004 static int dp_ctrl_update_vx_px(struct dp_ctrl_private *ctrl) in dp_ctrl_update_vx_px()
1053 static bool dp_ctrl_train_pattern_set(struct dp_ctrl_private *ctrl, in dp_ctrl_train_pattern_set()
1070 static int dp_ctrl_read_link_status(struct dp_ctrl_private *ctrl, in dp_ctrl_read_link_status()
[all …]
/openbmc/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 …]
/openbmc/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
1165 int ssam_controller_init(struct ssam_controller *ctrl, in ssam_controller_init()
1227 int ssam_controller_start(struct ssam_controller *ctrl) in ssam_controller_start()
1281 void ssam_controller_shutdown(struct ssam_controller *ctrl) in ssam_controller_shutdown()
1350 void ssam_controller_destroy(struct ssam_controller *ctrl) in ssam_controller_destroy()
1393 int ssam_controller_suspend(struct ssam_controller *ctrl) in ssam_controller_suspend()
1425 int ssam_controller_resume(struct ssam_controller *ctrl) in ssam_controller_resume()
1470 struct ssam_controller *ctrl, in ssam_request_write_data()
1646 int ssam_request_sync_submit(struct ssam_controller *ctrl, in ssam_request_sync_submit()
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-ath79.c44 static u32 ath79_gpio_read(struct ath79_gpio_ctrl *ctrl, unsigned reg) in ath79_gpio_read()
49 static void ath79_gpio_write(struct ath79_gpio_ctrl *ctrl, in ath79_gpio_write()
56 struct ath79_gpio_ctrl *ctrl, unsigned reg, u32 mask, u32 bits) in ath79_gpio_update_bits()
71 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_unmask() local
83 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
190 struct ath79_gpio_ctrl *ctrl = in ath79_gpio_irq_handler() local
230 struct ath79_gpio_ctrl *ctrl; in ath79_gpio_probe() local

12345678910>>...59