/linux/drivers/pci/hotplug/ |
A D | pciehp_hpc.c | 109 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd() 355 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_get_raw_indicator_status() local 368 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_get_attention_status() local 439 int pciehp_card_present(struct controller *ctrl) in pciehp_card_present() 487 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_set_raw_indicator_status() local 533 int pciehp_power_on_slot(struct controller *ctrl) in pciehp_power_on_slot() 766 struct controller *ctrl = data; in pciehp_poll() local 877 struct controller *ctrl = get_service_data(dev); in pciehp_slot_reset() local 901 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_reset_slot() local 967 struct controller *ctrl; in pcie_init() local [all …]
|
A D | pciehp_ctrl.c | 31 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() 210 void pciehp_handle_disable_request(struct controller *ctrl) in pciehp_handle_disable_request() 284 static int __pciehp_enable_slot(struct controller *ctrl) in __pciehp_enable_slot() 309 static int pciehp_enable_slot(struct controller *ctrl) in pciehp_enable_slot() 362 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_sysfs_enable_slot() local [all …]
|
A D | pciehp_core.c | 50 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 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 304 struct controller *ctrl = get_service_data(dev); in pciehp_resume() local [all …]
|
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 149 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP) argument 150 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP) argument 151 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP) argument 152 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP) argument 153 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) argument 154 #define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS) argument [all …]
|
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() 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 603 struct controller *ctrl = p_slot->ctrl; in shpchp_disable_slot() local 638 struct controller *ctrl = p_slot->ctrl; in shpchp_sysfs_enable_slot() local [all …]
|
A D | shpchp_hpc.c | 290 struct controller *ctrl = slot->ctrl; in shpc_write_cmd() local 362 struct controller *ctrl = slot->ctrl; in hpc_get_attention_status() local 386 struct controller *ctrl = slot->ctrl; in hpc_get_power_status() local 411 struct controller *ctrl = slot->ctrl; in hpc_get_latch_status() local 421 struct controller *ctrl = slot->ctrl; in hpc_get_adapter_status() local 432 struct controller *ctrl = slot->ctrl; in hpc_get_prog_int() local 442 struct controller *ctrl = slot->ctrl; in hpc_get_adapter_speed() local 495 struct controller *ctrl = slot->ctrl; in hpc_get_mode1_ECC_cap() local 511 struct controller *ctrl = slot->ctrl; in hpc_query_power_fault() local 555 static void hpc_release_ctlr(struct controller *ctrl) in hpc_release_ctlr() [all …]
|
/linux/drivers/nvme/host/ |
A D | core.c | 217 struct nvme_ctrl *ctrl = in nvme_delete_ctrl_work() local 919 struct nvme_ctrl *ctrl = ns->ctrl; in nvme_setup_rw() local 1659 struct nvme_ctrl *ctrl = ns->ctrl; in nvme_config_discard() local 1730 struct nvme_ctrl *ctrl = ns->ctrl; in nvme_configure_metadata() local 2089 struct nvme_ctrl *ctrl = data; in nvme_sec_submit() local 3133 struct nvme_ctrl *ctrl = in nvme_dev_open() local 3155 struct nvme_ctrl *ctrl = in nvme_dev_release() local 4148 struct nvme_ctrl *ctrl = in nvme_scan_work() local 4209 struct nvme_ctrl *ctrl = in nvme_class_uevent() local 4257 struct nvme_ctrl *ctrl = in nvme_async_event_work() local [all …]
|
A D | fc.c | 36 struct nvme_fc_ctrl *ctrl; member 100 struct nvme_fc_ctrl *ctrl; member 180 struct nvme_ctrl ctrl; member 593 struct nvme_fc_ctrl *ctrl; in nvme_fc_attach_to_suspended_rport() local 856 struct nvme_fc_ctrl *ctrl; in nvme_fc_unregister_remoteport() local 1896 struct nvme_fc_ctrl *ctrl = in nvme_fc_ctrl_ioerr_work() local 2372 struct nvme_fc_ctrl *ctrl = in nvme_fc_ctrl_free() local 3434 struct nvme_fc_ctrl *ctrl; in nvme_fc_existing_controller() local 3453 struct nvme_fc_ctrl *ctrl; in nvme_fc_init_ctrl() local 3717 struct nvme_ctrl *ctrl; in nvme_fc_create_ctrl() local [all …]
|
/linux/drivers/gpu/drm/msm/edp/ |
A D | edp_ctrl.c | 142 static int edp_clk_init(struct edp_ctrl *ctrl) in edp_clk_init() 291 static int edp_regulator_init(struct edp_ctrl *ctrl) in edp_regulator_init() 357 static int edp_gpio_config(struct edp_ctrl *ctrl) in edp_gpio_config() 400 static void edp_fill_link_cfg(struct edp_ctrl *ctrl) in edp_fill_link_cfg() 434 static void edp_config_ctrl(struct edp_ctrl *ctrl) in edp_config_ctrl() 751 static int edp_do_link_train(struct edp_ctrl *ctrl) in edp_do_link_train() 956 struct edp_ctrl *ctrl = container_of( in edp_ctrl_on_worker() local 1015 struct edp_ctrl *ctrl = container_of( in edp_ctrl_off_worker() local 1118 struct edp_ctrl *ctrl = NULL; in msm_edp_ctrl_init() local 1187 void msm_edp_ctrl_destroy(struct edp_ctrl *ctrl) in msm_edp_ctrl_destroy() [all …]
|
/linux/drivers/tty/serdev/ |
A D | core.c | 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 479 struct serdev_controller *ctrl; in serdev_controller_alloc() local [all …]
|
A D | serdev-ttyport.c | 28 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 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() 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() 228 static int ttyport_get_tiocm(struct serdev_controller *ctrl) in ttyport_get_tiocm() 268 struct serdev_controller *ctrl; in serdev_tty_port_register() local [all …]
|
/linux/drivers/nvme/target/ |
A D | loop.c | 37 struct nvme_ctrl ctrl; member 54 struct nvme_loop_ctrl *ctrl; member 175 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(arg); in nvme_loop_submit_async_event() local 207 struct nvme_loop_ctrl *ctrl = set->driver_data; in nvme_loop_init_request() local 221 struct nvme_loop_ctrl *ctrl = data; in nvme_loop_init_hctx() local 241 struct nvme_loop_ctrl *ctrl = data; in nvme_loop_init_admin_hctx() local 276 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(nctrl); in nvme_loop_free_ctrl() local 450 struct nvme_loop_ctrl *ctrl; in nvme_loop_delete_ctrl() local 462 struct nvme_loop_ctrl *ctrl = in nvme_loop_reset_ctrl_work() local 587 struct nvme_loop_ctrl *ctrl; in nvme_loop_create_ctrl() local [all …]
|
A D | core.c | 185 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() local 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 550 struct nvmet_ctrl *ctrl; in nvmet_ns_enable() local 616 struct nvmet_ctrl *ctrl; in nvmet_ns_disable() local 784 struct nvmet_ctrl *ctrl = sq->ctrl; in nvmet_sq_destroy() local 1221 struct nvmet_ctrl *ctrl = NULL; in nvmet_ctrl_find_get() local 1329 struct nvmet_ctrl *ctrl = in nvmet_fatal_error_handler() local 1340 struct nvmet_ctrl *ctrl; in nvmet_alloc_ctrl() local [all …]
|
/linux/drivers/usb/cdns3/ |
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/net/mdio/ |
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() 134 static int mdiobb_cmd_addr(struct mdiobb_ctrl *ctrl, int phy, u32 addr) in mdiobb_cmd_addr() 154 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read() local 187 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_write() local 207 struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl) in alloc_mdio_bitbang() 231 struct mdiobb_ctrl *ctrl = bus->priv; in free_mdio_bitbang() local
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ctrls-api.c | 41 struct v4l2_ctrl *ctrl, in ptr_to_user() 77 struct v4l2_ctrl *ctrl) in new_to_user() 102 struct v4l2_ctrl *ctrl, in user_to_ptr() 217 struct v4l2_ctrl *ctrl; in prepare_ext_ctrls() local 471 struct v4l2_ctrl *ctrl = helpers[i].ref->ctrl; in validate_ctrls() local 607 struct v4l2_ctrl *ctrl = helpers[idx].ref->ctrl; in try_set_ext_ctrls_common() local 805 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl) in v4l2_ctrl_g_ctrl() 818 s64 v4l2_ctrl_g_ctrl_int64(struct v4l2_ctrl *ctrl) in v4l2_ctrl_g_ctrl_int64() 883 int __v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, in __v4l2_ctrl_modify_range() 945 struct v4l2_ctrl *ctrl; in v4l2_query_ext_ctrl() local [all …]
|
A D | v4l2-ctrls-core.c | 204 static void std_log(const struct v4l2_ctrl *ctrl) in std_log() 801 static void ptr_to_ptr(struct v4l2_ctrl *ctrl, in ptr_to_ptr() 846 void cur_to_new(struct v4l2_ctrl *ctrl) in cur_to_new() 964 struct v4l2_ctrl *ctrl, *next_ctrl; in v4l2_ctrl_handler_free() local 1072 struct v4l2_ctrl *ctrl, in handler_new_ref() 1166 struct v4l2_ctrl *ctrl; in v4l2_ctrl_new() local 1371 struct v4l2_ctrl *ctrl; in v4l2_ctrl_new_custom() local 1559 struct v4l2_ctrl *ctrl = ref->ctrl; in v4l2_ctrl_add_handler() local 1675 struct v4l2_ctrl *ctrl = master->cluster[i]; in cluster_changed() local 1814 struct v4l2_ctrl *ctrl; in __v4l2_ctrl_handler_setup() local [all …]
|
/linux/drivers/slimbus/ |
A D | qcom-ngd-ctrl.c | 136 struct qcom_slim_ngd_ctrl *ctrl; member 151 struct slim_controller ctrl; member 553 struct qcom_slim_ngd_ctrl *ctrl = desc->ctrl; in qcom_slim_ngd_tx_msg_dma_cb() local 764 struct qcom_slim_ngd_ctrl *ctrl = d; in qcom_slim_ngd_interrupt() local 935 struct slim_controller *ctrl = sdev->ctrl; in qcom_slim_ngd_enable_stream() local 1172 struct qcom_slim_ngd_ctrl *ctrl; in qcom_slim_ngd_master_worker() local 1291 struct qcom_slim_ngd_ctrl *ctrl = in qcom_slim_ngd_qmi_new_server() local 1308 struct qcom_slim_ngd_ctrl *ctrl = in qcom_slim_ngd_qmi_del_server() local 1374 struct qcom_slim_ngd_ctrl *ctrl; in qcom_slim_ngd_up_worker() local 1430 struct qcom_slim_ngd_ctrl *ctrl) in of_qcom_slim_ngd_register() [all …]
|
A D | core.c | 152 static int slim_add_device(struct slim_controller *ctrl, in slim_add_device() 175 static struct slim_device *slim_alloc_device(struct slim_controller *ctrl, in slim_alloc_device() 196 static void of_register_slim_devices(struct slim_controller *ctrl) in of_register_slim_devices() 249 int slim_register_controller(struct slim_controller *ctrl) in slim_register_controller() 298 int slim_unregister_controller(struct slim_controller *ctrl) in slim_unregister_controller() 316 struct slim_controller *ctrl = sbdev->ctrl; in slim_report_absent() local 347 static struct slim_device *find_slim_device(struct slim_controller *ctrl, in find_slim_device() 371 struct slim_device *slim_get_device(struct slim_controller *ctrl, in slim_get_device() 419 struct slim_device *of_slim_get_device(struct slim_controller *ctrl, in of_slim_get_device() 429 struct slim_controller *ctrl = sbdev->ctrl; in slim_device_alloc_laddr() local [all …]
|
/linux/drivers/staging/vc04_services/bcm2835-camera/ |
A D | controls.c | 160 struct v4l2_ctrl *ctrl, in ctrl_set_rational() 178 struct v4l2_ctrl *ctrl, in ctrl_set_value() 194 struct v4l2_ctrl *ctrl, in ctrl_set_iso() 222 struct v4l2_ctrl *ctrl, in ctrl_set_value_ev() 238 struct v4l2_ctrl *ctrl, in ctrl_set_rotate() 267 struct v4l2_ctrl *ctrl, in ctrl_set_flip() 364 struct v4l2_ctrl *ctrl, in ctrl_set_metering_mode() 508 struct v4l2_ctrl *ctrl, in ctrl_set_image_effect() 565 struct v4l2_ctrl *ctrl, in ctrl_set_colfx() 617 struct v4l2_ctrl *ctrl, in ctrl_set_bitrate_mode() [all …]
|
/linux/drivers/media/usb/uvc/ |
A D | uvc_ctrl.c | 836 struct uvc_control *ctrl; in __uvc_find_control() local 891 struct uvc_control *ctrl) in uvc_ctrl_populate_cache() 1049 struct uvc_control *ctrl; in uvc_ctrl_is_accessible() local 1082 struct uvc_control *ctrl, in __uvc_query_v4l2_ctrl() 1177 struct uvc_control *ctrl; in uvc_query_v4l2_ctrl() local 1230 struct uvc_control *ctrl; in uvc_query_v4l2_menu() local 1287 struct uvc_control *ctrl, in uvc_ctrl_fill_event() 1448 struct uvc_control *ctrl; in uvc_ctrl_send_events() local 1496 struct uvc_control *ctrl; in uvc_ctrl_add_event() local 1587 struct uvc_control *ctrl; in uvc_ctrl_commit_entity() local [all …]
|
/linux/drivers/platform/surface/aggregator/ |
A D | controller.c | 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() 1350 void ssam_controller_destroy(struct ssam_controller *ctrl) in ssam_controller_destroy() 1392 int ssam_controller_suspend(struct ssam_controller *ctrl) in ssam_controller_suspend() 1424 int ssam_controller_resume(struct ssam_controller *ctrl) in ssam_controller_resume() 1469 struct ssam_controller *ctrl, in ssam_request_write_data() 1689 int ssam_request_sync(struct ssam_controller *ctrl, in ssam_request_sync() 2082 int ssam_ctrl_notif_d0_exit(struct ssam_controller *ctrl) in ssam_ctrl_notif_d0_exit() 2618 struct ssam_controller *ctrl = dev_id; in ssam_irq_handle() local 2678 int ssam_irq_setup(struct ssam_controller *ctrl) in ssam_irq_setup() [all …]
|
/linux/drivers/clk/bcm/ |
A D | clk-iproc-pll.c | 78 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/drivers/gpio/ |
A D | gpio-ath79.c | 43 static u32 ath79_gpio_read(struct ath79_gpio_ctrl *ctrl, unsigned reg) in ath79_gpio_read() 48 static void ath79_gpio_write(struct ath79_gpio_ctrl *ctrl, in ath79_gpio_write() 55 struct ath79_gpio_ctrl *ctrl, unsigned reg, u32 mask, u32 bits) in ath79_gpio_update_bits() 70 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_unmask() local 81 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_mask() local 92 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_enable() local 104 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_disable() local 117 struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data); in ath79_gpio_irq_set_type() local 185 struct ath79_gpio_ctrl *ctrl = in ath79_gpio_irq_handler() local 225 struct ath79_gpio_ctrl *ctrl; in ath79_gpio_probe() local
|
/linux/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.c | 312 struct brcmnand_controller *ctrl; member 832 struct brcmnand_controller *ctrl = host->ctrl; in brcmnand_set_cmd_addr() local 869 struct brcmnand_controller *ctrl = host->ctrl; in brcmnand_wr_corr_thresh() local 959 struct brcmnand_controller *ctrl = host->ctrl; in brcmnand_set_ecc_enabled() local 990 struct brcmnand_controller *ctrl = host->ctrl; in brcmnand_get_sector_size_1k() local 1466 struct brcmnand_controller *ctrl = data; in brcmnand_edu_irq() local 1516 struct brcmnand_controller *ctrl = data; in brcmnand_ctlrdy_irq() local 1539 struct brcmnand_controller *ctrl = data; in brcmnand_irq() local 1549 struct brcmnand_controller *ctrl = data; in brcmnand_dma_irq() local 1582 unsigned int ctrl) in brcmnand_cmd_ctrl() [all …]
|