/linux/drivers/pci/hotplug/ |
H A D | pciehp_hpc.c | 49 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 D | pciehp_ctrl.c | 33 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 D | pciehp_core.c | 51 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 D | shpchp_ctrl.c | 45 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 D | pciehp.h | 35 #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 D | shpchp_hpc.c | 171 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 …]
|
/linux/drivers/nvme/host/ |
H A D | core.c | 158 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 D | sysfs.c | 17 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 D | fabrics.c | 130 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 D | fc.c | 35 struct nvme_fc_ctrl *ctrl; member 99 struct nvme_fc_ctrl *ctrl; member 179 struct nvme_ctrl ctrl; member 183 to_fc_ctrl(struct nvme_ctrl *ctrl) in to_fc_ctrl() 550 nvme_fc_resume_controller(struct nvme_fc_ctrl *ctrl) in nvme_fc_resume_controller() 585 struct nvme_fc_ctrl *ctrl; in nvme_fc_attach_to_suspended_rport() local 782 nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl) in nvme_fc_ctrl_connectivity_loss() 807 struct nvme_fc_ctrl *ctrl; in nvme_fc_unregister_remoteport() local 1128 nvme_fc_connect_admin_queue(struct nvme_fc_ctrl *ctrl, in nvme_fc_connect_admin_queue() 1245 nvme_fc_connect_queue(struct nvme_fc_ctrl *ctrl, struct nvme_fc_queue *queue, in nvme_fc_connect_queue() [all …]
|
H A D | tcp.c | 164 struct nvme_tcp_ctrl *ctrl; member 194 struct nvme_ctrl ctrl; member 209 static inline struct nvme_tcp_ctrl *to_tcp_ctrl(struct nvme_ctrl *ctrl) in to_tcp_ctrl() 246 static inline bool nvme_tcp_tls_configured(struct nvme_ctrl *ctrl) in nvme_tcp_tls_configured() 552 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_init_request() local 578 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_hctx() local 588 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_admin_hctx() local 612 static void nvme_tcp_error_recovery(struct nvme_ctrl *ctrl) in nvme_tcp_error_recovery() 1410 static void nvme_tcp_free_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_free_async_req() 1417 static int nvme_tcp_alloc_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_alloc_async_req() [all …]
|
H A D | rdma.c | 89 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/tty/serdev/ |
H A D | core.c | 79 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release() local 106 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local 141 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local 150 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local 178 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local 229 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local 263 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local 309 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local 320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local 332 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control() local [all …]
|
/linux/drivers/nvme/target/ |
H A D | core.c | 134 static void nvmet_async_events_failall(struct nvmet_ctrl *ctrl) in nvmet_async_events_failall() 148 static void nvmet_async_events_process(struct nvmet_ctrl *ctrl) in nvmet_async_events_process() 171 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free() 185 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() local 191 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event() 211 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log() 237 struct nvmet_ctrl *ctrl; in nvmet_ns_changed() local 254 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event() local 303 struct nvmet_ctrl *ctrl; in nvmet_port_del_ctrls() local 395 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer() local [all …]
|
H A D | pci-epf.c | 84 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 D | admin-cmd.c | 17 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/net/mdio/ |
H A D | mdio-bitbang.c | 44 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 D | qcom-ngd-ctrl.c | 135 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 D | cdnsp-ep0.c | 42 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 D | controls.c | 154 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/platform/surface/aggregator/ |
H A D | controller.c | 884 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 D | clk-iproc-pll.c | 68 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/gpio/ |
H A D | gpio-ath79.c | 44 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 228 struct ath79_gpio_ctrl *ctrl; in ath79_gpio_probe() local
|
/linux/sound/soc/codecs/ |
H A D | wcd-clsh-v2.c | 119 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 D | be_cmds.c | 141 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 …]
|