Home
last modified time | relevance | path

Searched defs:part (Results 1 – 25 of 82) sorted by relevance

1234

/linux-3.4.99/arch/arm/mach-omap2/
Dcminst44xx.c73 static u32 _clkctrl_idlest(u8 part, u16 inst, s16 cdoffs, u16 clkctrl_offs) in _clkctrl_idlest()
91 static bool _is_module_ready(u8 part, u16 inst, s16 cdoffs, u16 clkctrl_offs) in _is_module_ready()
104 u32 omap4_cminst_read_inst_reg(u8 part, s16 inst, u16 idx) in omap4_cminst_read_inst_reg()
113 void omap4_cminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx) in omap4_cminst_write_inst_reg()
122 u32 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_cminst_rmw_inst_reg_bits()
135 u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, s16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits()
140 u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, s16 inst, s16 idx) in omap4_cminst_clear_inst_reg_bits()
145 u32 omap4_cminst_read_inst_reg_bits(u8 part, u16 inst, s16 idx, u32 mask) in omap4_cminst_read_inst_reg_bits()
170 static void _clktrctrl_write(u8 c, u8 part, s16 inst, u16 cdoffs) in _clktrctrl_write()
189 bool omap4_cminst_is_clkdm_in_hwsup(u8 part, s16 inst, u16 cdoffs) in omap4_cminst_is_clkdm_in_hwsup()
[all …]
Dprminst44xx.c37 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx) in omap4_prminst_read_inst_reg()
47 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx) in omap4_prminst_write_inst_reg()
56 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_prminst_rmw_inst_reg_bits()
85 int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in omap4_prminst_is_hardreset_asserted()
109 int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, in omap4_prminst_assert_hardreset()
134 int omap4_prminst_deassert_hardreset(u8 shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset()
Dcminst44xx.h33 static inline int omap4_cminst_wait_module_idle(u8 part, u16 inst, s16 cdoffs, in omap4_cminst_wait_module_idle()
39 static inline void omap4_cminst_module_enable(u8 mode, u8 part, u16 inst, in omap4_cminst_module_enable()
44 static inline void omap4_cminst_module_disable(u8 part, u16 inst, s16 cdoffs, in omap4_cminst_module_disable()
Dboard-flash.h34 static inline void board_flash_init(struct flash_partitions part[], in board_flash_init()
/linux-3.4.99/drivers/mtd/
Dmtdpart.c63 struct mtd_part *part = PART(mtd); in part_read() local
82 struct mtd_part *part = PART(mtd); in part_point() local
90 struct mtd_part *part = PART(mtd); in part_unpoint() local
100 struct mtd_part *part = PART(mtd); in part_get_unmapped_area() local
110 struct mtd_part *part = PART(mtd); in part_read_oob() local
148 struct mtd_part *part = PART(mtd); in part_read_user_prot_reg() local
156 struct mtd_part *part = PART(mtd); in part_get_user_prot_info() local
163 struct mtd_part *part = PART(mtd); in part_read_fact_prot_reg() local
171 struct mtd_part *part = PART(mtd); in part_get_fact_prot_info() local
178 struct mtd_part *part = PART(mtd); in part_write() local
[all …]
Drfd_ftl.c92 static int build_block_map(struct partition *part, int block_no) in build_block_map()
150 static int scan_header(struct partition *part) in scan_header()
243 struct partition *part = (struct partition*)dev; in rfd_ftl_readsect() local
271 struct partition *part; in erase_callback() local
326 static int erase_block(struct partition *part, int block) in erase_block()
357 static int move_block_contents(struct partition *part, int block_no, u_long *old_sector) in move_block_contents()
445 static int reclaim_block(struct partition *part, u_long *old_sector) in reclaim_block()
517 static int find_free_block(struct partition *part) in find_free_block()
541 static int find_writable_block(struct partition *part, u_long *old_sector) in find_writable_block()
583 static int mark_sector_deleted(struct partition *part, u_long old_addr) in mark_sector_deleted()
[all …]
Dftl.c158 static int scan_header(partition_t *part) in scan_header()
199 static int build_maps(partition_t *part) in build_maps()
334 static int erase_xfer(partition_t *part, in erase_xfer()
377 partition_t *part; in ftl_erase_callback() local
406 static int prepare_xfer(partition_t *part, int i) in prepare_xfer()
464 static int copy_erase_unit(partition_t *part, uint16_t srcunit, in copy_erase_unit()
608 static int reclaim_block(partition_t *part) in reclaim_block()
715 static void dump_lists(partition_t *part) in dump_lists()
727 static uint32_t find_free(partition_t *part) in find_free()
788 static int ftl_read(partition_t *part, caddr_t buffer, in ftl_read()
[all …]
Dofpart.c104 } *part; in parse_ofoldpart_partitions() local
/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_main.c177 struct xpc_partition *part = (struct xpc_partition *)data; in xpc_timeout_partition_disengage() local
227 struct xpc_partition *part; in xpc_check_remote_hb() local
347 xpc_channel_mgr(struct xpc_partition *part) in xpc_channel_mgr()
408 xpc_setup_ch_structures(struct xpc_partition *part) in xpc_setup_ch_structures()
499 xpc_teardown_ch_structures(struct xpc_partition *part) in xpc_teardown_ch_structures()
541 struct xpc_partition *part = &xpc_partitions[partid]; in xpc_activating() local
591 xpc_activate_partition(struct xpc_partition *part) in xpc_activate_partition()
655 xpc_kthread_waitmsgs(struct xpc_partition *part, struct xpc_channel *ch) in xpc_kthread_waitmsgs()
692 struct xpc_partition *part = &xpc_partitions[partid]; in xpc_kthread_start() local
784 struct xpc_partition *part = &xpc_partitions[ch->partid]; in xpc_create_kthreads() local
[all …]
Dxpc_channel.c82 struct xpc_partition *part = &xpc_partitions[ch->partid]; in xpc_process_disconnect() local
183 xpc_process_openclose_chctl_flags(struct xpc_partition *part, int ch_number, in xpc_process_openclose_chctl_flags()
546 xpc_process_sent_chctl_flags(struct xpc_partition *part) in xpc_process_sent_chctl_flags()
617 xpc_partition_going_down(struct xpc_partition *part, enum xp_retval reason) in xpc_partition_going_down()
658 struct xpc_partition *part; in xpc_initiate_connect() local
714 struct xpc_partition *part; in xpc_initiate_disconnect() local
875 struct xpc_partition *part = &xpc_partitions[partid]; in xpc_initiate_send() local
926 struct xpc_partition *part = &xpc_partitions[partid]; in xpc_initiate_send_notify() local
1000 struct xpc_partition *part = &xpc_partitions[partid]; in xpc_initiate_received() local
Dxpc_uv.c373 struct xpc_partition *part; in xpc_process_activate_IRQ_rcvd_uv() local
420 xpc_handle_activate_mq_msg_uv(struct xpc_partition *part, in xpc_handle_activate_mq_msg_uv()
623 struct xpc_partition *part; in xpc_handle_activate_IRQ_uv() local
672 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, in xpc_send_activate_IRQ_uv()
728 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, in xpc_send_activate_IRQ_part_uv()
742 struct xpc_partition *part = &xpc_partitions[ch->partid]; in xpc_send_activate_IRQ_ch_uv() local
758 xpc_send_local_activate_IRQ_uv(struct xpc_partition *part, int act_state_req) in xpc_send_local_activate_IRQ_uv()
871 xpc_get_remote_heartbeat_uv(struct xpc_partition *part) in xpc_get_remote_heartbeat_uv()
897 struct xpc_partition *part = &xpc_partitions[partid]; in xpc_request_partition_activation_uv() local
924 xpc_request_partition_reactivation_uv(struct xpc_partition *part) in xpc_request_partition_reactivation_uv()
[all …]
Dxpc_sn2.c268 xpc_check_for_sent_chctl_flags_sn2(struct xpc_partition *part) in xpc_check_for_sent_chctl_flags_sn2()
308 struct xpc_partition *part = &xpc_partitions[partid]; in xpc_handle_notify_IRQ_sn2() local
326 xpc_check_for_dropped_notify_IRQ_sn2(struct xpc_partition *part) in xpc_check_for_dropped_notify_IRQ_sn2()
348 struct xpc_partition *part = &xpc_partitions[ch->partid]; in xpc_send_notify_IRQ_sn2() local
384 struct xpc_partition *part = &xpc_partitions[ch->partid]; in xpc_send_local_notify_IRQ_sn2() local
467 xpc_indicate_partition_engaged_sn2(struct xpc_partition *part) in xpc_indicate_partition_engaged_sn2()
494 xpc_indicate_partition_disengaged_sn2(struct xpc_partition *part) in xpc_indicate_partition_disengaged_sn2()
768 xpc_get_remote_heartbeat_sn2(struct xpc_partition *part) in xpc_get_remote_heartbeat_sn2()
837 xpc_request_partition_reactivation_sn2(struct xpc_partition *part) in xpc_request_partition_reactivation_sn2()
843 xpc_request_partition_deactivation_sn2(struct xpc_partition *part) in xpc_request_partition_deactivation_sn2()
[all …]
Dxpc_partition.c270 xpc_partition_disengaged(struct xpc_partition *part) in xpc_partition_disengaged()
314 xpc_mark_partition_active(struct xpc_partition *part) in xpc_mark_partition_active()
338 xpc_deactivate_partition(const int line, struct xpc_partition *part, in xpc_deactivate_partition()
386 xpc_mark_partition_inactive(struct xpc_partition *part) in xpc_mark_partition_inactive()
528 struct xpc_partition *part; in xpc_initiate_partid_to_nasids() local
/linux-3.4.99/drivers/net/ethernet/sfc/
Dmtd.c57 struct efx_mtd_partition part[0]; member
60 #define efx_for_each_partition(part, efx_mtd) \ argument
74 efx_spi_slow_wait(struct efx_mtd_partition *part, bool uninterruptible) in efx_spi_slow_wait()
136 efx_spi_erase(struct efx_mtd_partition *part, loff_t start, size_t len) in efx_spi_erase()
204 struct efx_mtd_partition *part = to_efx_mtd_partition(mtd); in efx_mtd_sync() local
214 static void efx_mtd_remove_partition(struct efx_mtd_partition *part) in efx_mtd_remove_partition()
229 struct efx_mtd_partition *part; in efx_mtd_remove_device() local
239 struct efx_mtd_partition *part; in efx_mtd_rename_device() local
254 struct efx_mtd_partition *part; in efx_mtd_probe_device() local
320 struct efx_mtd_partition *part = to_efx_mtd_partition(mtd); in falcon_mtd_read() local
[all …]
/linux-3.4.99/lib/
Dflex_array.c163 struct flex_array_part *part = fa->parts[part_nr]; in __fa_get_part() local
197 struct flex_array_part *part; in flex_array_put() local
228 struct flex_array_part *part; in flex_array_clear() local
270 struct flex_array_part *part; in flex_array_prealloc() local
313 struct flex_array_part *part; in flex_array_get() local
352 static int part_is_free(struct flex_array_part *part) in part_is_free()
373 struct flex_array_part *part; in flex_array_shrink() local
/linux-3.4.99/include/linux/
Dgenhd.h23 #define part_to_dev(part) (&((part)->__dev)) argument
151 struct hd_struct __rcu *part[]; member
196 static inline struct gendisk *part_to_disk(struct hd_struct *part) in part_to_disk()
243 static inline dev_t part_devt(struct hd_struct *part) in part_devt()
250 static inline void disk_put_part(struct hd_struct *part) in disk_put_part()
266 struct hd_struct *part; member
295 #define __part_stat_add(cpu, part, field, addnd) \ argument
298 #define part_stat_read(part, field) \ argument
307 static inline void part_stat_set_all(struct hd_struct *part, int value) in part_stat_set_all()
316 static inline int init_part_stats(struct hd_struct *part) in init_part_stats()
[all …]
/linux-3.4.99/arch/powerpc/kernel/
Dnvram_64.c161 int part, offset; in dev_nvram_ioctl() local
214 static int __init nvram_write_header(struct nvram_partition * part) in nvram_write_header()
244 static int nvram_can_remove_partition(struct nvram_partition *part, in nvram_can_remove_partition()
274 struct nvram_partition *part, *prev, *tmp; in nvram_remove_partition() local
332 struct nvram_partition *part; in nvram_create_partition() local
435 struct nvram_partition *part; in nvram_get_partition_size() local
/linux-3.4.99/block/
Dgenhd.c59 struct hd_struct *part = NULL; in disk_get_part() local
152 struct hd_struct *part; in disk_part_iter_next() local
191 static inline int sector_in_part(struct hd_struct *part, sector_t sector) in sector_in_part()
215 struct hd_struct *part; in disk_map_sector_rcu() local
408 int blk_alloc_devt(struct hd_struct *part, dev_t *devt) in blk_alloc_devt()
516 struct hd_struct *part; in register_disk() local
634 struct hd_struct *part; in del_gendisk() local
688 struct hd_struct *part; in get_gendisk() local
718 struct hd_struct *part; in bdget_disk() local
744 struct hd_struct *part; in printk_all_partitions() local
[all …]
Dpartition-generic.c227 struct hd_struct *part = container_of(head, struct hd_struct, rcu_head); in delete_partition_rcu_cb() local
235 void __delete_partition(struct hd_struct *part) in __delete_partition()
243 struct hd_struct *part; in delete_partition() local
395 struct hd_struct *part; in drop_partitions() local
415 struct hd_struct *part; in rescan_partitions() local
Dblk-core.c61 struct hd_struct *part; in drive_stat_acct() local
1084 static void part_round_stats_single(int cpu, struct hd_struct *part, in part_round_stats_single()
1114 void part_round_stats(int cpu, struct hd_struct *part) in part_round_stats()
1473 static bool should_fail_request(struct hd_struct *part, unsigned int bytes) in should_fail_request()
1490 static inline bool should_fail_request(struct hd_struct *part, in should_fail_request()
1534 struct hd_struct *part; in generic_make_request_checks() local
1864 struct hd_struct *part; in blk_account_io_completion() local
1884 struct hd_struct *part; in blk_account_io_done() local
/linux-3.4.99/init/
Ddo_mounts.c72 struct hd_struct *part = dev_to_part(dev); in match_dev_by_uuid() local
105 struct hd_struct *part; in devt_from_partuuid() local
181 int part; in name_to_dev_t() local
/linux-3.4.99/block/partitions/
Dmac.c40 struct mac_partition *part; in mac_partition() local
Damiga.c32 int start_sect, nr_sects, blk, part, res = 0; in amiga_partition() local
Datari.h28 struct partition_info part[4]; member
/linux-3.4.99/net/rds/
Dtransport.c116 unsigned int part; in rds_trans_stats_info_copy() local

1234