Home
last modified time | relevance | path

Searched defs:flags (Results 51 – 75 of 7270) sorted by relevance

12345678910>>...291

/linux/kernel/
H A Dnsproxy.c67 static struct nsproxy *create_new_namespaces(unsigned long flags, in create_new_namespaces() argument
151 copy_namespaces(unsigned long flags,struct task_struct * tsk) copy_namespaces() argument
276 check_setns_flags(unsigned long flags) check_setns_flags() argument
317 unsigned flags = nsset->flags; put_nsset() local
331 prepare_nsset(unsigned flags,struct nsset * nsset) prepare_nsset() argument
378 unsigned flags = nsset->flags; validate_nsset() local
514 unsigned flags = nsset->flags; commit_nsset() local
546 SYSCALL_DEFINE2(setns,int,fd,int,flags) SYSCALL_DEFINE2() argument
[all...]
/linux/drivers/usb/chipidea/
H A Dusbmisc_imx.c204 unsigned long flags; in usbmisc_imx25_init() local
254 unsigned long flags; in usbmisc_imx25_post() local
282 unsigned long flags; in usbmisc_imx27_init() local
314 unsigned long flags; in usbmisc_imx53_init() local
427 unsigned long flags; in usbmisc_imx6q_set_wakeup() local
453 unsigned long flags; in usbmisc_imx6q_init() local
528 unsigned long flags; in usbmisc_imx6_hsic_set_connect() local
552 unsigned long flags; in usbmisc_imx6_hsic_set_clk() local
581 unsigned long flags; in usbmisc_imx6sx_init() local
636 unsigned long flags; in usbmisc_s32g_set_wakeup() local
[all …]
/linux/include/linux/
H A Dclk-provider.h307 unsigned long flags; member
356 unsigned long flags; member
380 clk_hw_register_fixed_rate(dev,name,parent_name,flags,fixed_rate) global() argument
393 devm_clk_hw_register_fixed_rate(dev,name,parent_name,flags,fixed_rate) global() argument
405 devm_clk_hw_register_fixed_rate_parent_data(dev,name,parent_data,flags,fixed_rate) global() argument
419 clk_hw_register_fixed_rate_parent_hw(dev,name,parent_hw,flags,fixed_rate) global() argument
432 clk_hw_register_fixed_rate_parent_data(dev,name,parent_data,flags,fixed_rate) global() argument
448 clk_hw_register_fixed_rate_with_accuracy(dev,name,parent_name,flags,fixed_rate,fixed_accuracy) global() argument
464 clk_hw_register_fixed_rate_with_accuracy_parent_hw(dev,name,parent_hw,flags,fixed_rate,fixed_accuracy) global() argument
479 clk_hw_register_fixed_rate_with_accuracy_parent_data(dev,name,parent_data,flags,fixed_rate,fixed_accuracy) global() argument
493 clk_hw_register_fixed_rate_parent_accuracy(dev,name,parent_data,flags,fixed_rate) global() argument
530 u8 flags; global() member
570 clk_hw_register_gate(dev,name,parent_name,flags,reg,bit_idx,clk_gate_flags,lock) global() argument
587 clk_hw_register_gate_parent_hw(dev,name,parent_hw,flags,reg,bit_idx,clk_gate_flags,lock) global() argument
604 clk_hw_register_gate_parent_data(dev,name,parent_data,flags,reg,bit_idx,clk_gate_flags,lock) global() argument
620 devm_clk_hw_register_gate(dev,name,parent_name,flags,reg,bit_idx,clk_gate_flags,lock) global() argument
637 devm_clk_hw_register_gate_parent_hw(dev,name,parent_hw,flags,reg,bit_idx,clk_gate_flags,lock) global() argument
655 devm_clk_hw_register_gate_parent_data(dev,name,parent_data,flags,reg,bit_idx,clk_gate_flags,lock) global() argument
718 u16 flags; global() member
791 clk_register_divider(dev,name,parent_name,flags,reg,shift,width,clk_divider_flags,lock) global() argument
808 clk_hw_register_divider(dev,name,parent_name,flags,reg,shift,width,clk_divider_flags,lock) global() argument
826 clk_hw_register_divider_parent_hw(dev,name,parent_hw,flags,reg,shift,width,clk_divider_flags,lock) global() argument
845 clk_hw_register_divider_parent_data(dev,name,parent_data,flags,reg,shift,width,clk_divider_flags,lock) global() argument
865 clk_hw_register_divider_table(dev,name,parent_name,flags,reg,shift,width,clk_divider_flags,table,lock) global() argument
885 clk_hw_register_divider_table_parent_hw(dev,name,parent_hw,flags,reg,shift,width,clk_divider_flags,table,lock) global() argument
907 clk_hw_register_divider_table_parent_data(dev,name,parent_data,flags,reg,shift,width,clk_divider_flags,table,lock) global() argument
926 devm_clk_hw_register_divider(dev,name,parent_name,flags,reg,shift,width,clk_divider_flags,lock) global() argument
943 devm_clk_hw_register_divider_parent_hw(dev,name,parent_hw,flags,reg,shift,width,clk_divider_flags,lock) global() argument
964 devm_clk_hw_register_divider_table(dev,name,parent_name,flags,reg,shift,width,clk_divider_flags,table,lock) global() argument
1010 u8 flags; global() member
1045 clk_register_mux(dev,name,parent_names,num_parents,flags,reg,shift,width,clk_mux_flags,lock) global() argument
1051 clk_hw_register_mux_table(dev,name,parent_names,num_parents,flags,reg,shift,mask,clk_mux_flags,table,lock) global() argument
1058 clk_hw_register_mux_table_parent_data(dev,name,parent_data,num_parents,flags,reg,shift,mask,clk_mux_flags,table,lock) global() argument
1064 clk_hw_register_mux(dev,name,parent_names,num_parents,flags,reg,shift,width,clk_mux_flags,lock) global() argument
1070 clk_hw_register_mux_hws(dev,name,parent_hws,num_parents,flags,reg,shift,width,clk_mux_flags,lock) global() argument
1076 clk_hw_register_mux_parent_data(dev,name,parent_data,num_parents,flags,reg,shift,width,clk_mux_flags,lock) global() argument
1082 clk_hw_register_mux_parent_data_table(dev,name,parent_data,num_parents,flags,reg,shift,width,clk_mux_flags,table,lock) global() argument
1088 devm_clk_hw_register_mux(dev,name,parent_names,num_parents,flags,reg,shift,width,clk_mux_flags,lock) global() argument
1095 devm_clk_hw_register_mux_parent_hws(dev,name,parent_hws,num_parents,flags,reg,shift,width,clk_mux_flags,lock) global() argument
1102 devm_clk_hw_register_mux_parent_data_table(dev,name,parent_data,num_parents,flags,reg,shift,width,clk_mux_flags,table,lock) global() argument
1141 unsigned int flags; global() member
1224 u8 flags; global() member
1276 u8 flags; global() member
1417 divider_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate,const struct clk_div_table * table,u8 width,unsigned long flags) divider_round_rate() argument
1426 divider_ro_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate,const struct clk_div_table * table,u8 width,unsigned long flags,unsigned int val) divider_ro_round_rate() argument
1674 of_clk_detect_critical(struct device_node * np,int index,unsigned long * flags) of_clk_detect_critical() argument
[all...]
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c91 unsigned long flags; in ccp_free_chan_resources() local
127 unsigned long flags; in ccp_do_cleanup() local
194 unsigned long flags; in ccp_handle_active_desc() local
303 unsigned long flags; in ccp_tx_submit() local
332 unsigned long flags) in ccp_alloc_dma_desc()
357 unsigned long flags) in ccp_create_desc()
480 unsigned long flags) in ccp_prep_dma_memcpy()
507 struct dma_chan *dma_chan, unsigned long flags) in ccp_prep_dma_interrupt()
525 unsigned long flags; in ccp_issue_pending() local
548 unsigned long flags; in ccp_tx_status() local
[all …]
/linux/include/linux/gpio/
H A Dconsumer.h199 enum gpiod_flags flags) in gpiod_get()
207 enum gpiod_flags flags) in gpiod_get_index()
214 enum gpiod_flags flags) in gpiod_get_optional()
221 unsigned int index, enum gpiod_flags flags) in gpiod_get_index_optional()
228 enum gpiod_flags flags) in gpiod_get_array()
235 enum gpiod_flags flags) in gpiod_get_array_optional()
268 enum gpiod_flags flags) in devm_gpiod_get()
277 enum gpiod_flags flags) in devm_gpiod_get_index()
284 enum gpiod_flags flags) in devm_gpiod_get_optional()
291 unsigned int index, enum gpiod_flags flags) in devm_gpiod_get_index_optional()
[all …]
/linux/drivers/hv/
H A Dmshv_root_hv_call.c51 unsigned long flags; in hv_call_withdraw_memory() local
89 int hv_call_create_partition(u64 flags, in hv_call_create_partition()
185 u32 flags, struct page **pages, u64 mmio_spa) in hv_do_map_gpa_hcall()
269 u32 flags, struct page **pages) in hv_call_map_gpa_pages()
279 u32 flags = HV_MAP_GPA_READABLE | HV_MAP_GPA_WRITABLE | in hv_call_map_mmio_pages() local
291 u32 flags) in hv_call_unmap_gpa_pages()
346 unsigned long flags; in hv_call_get_gpa_access_states() local
383 unsigned long flags; in hv_call_assert_virtual_interrupt() local
425 unsigned long flags; in hv_call_get_vp_state() local
478 unsigned long flags; in hv_call_set_vp_state() local
[all …]
/linux/drivers/usb/usbip/
H A Dvudc_dev.c151 unsigned long flags; in vgadget_pullup() local
197 unsigned long flags; in vgadget_udc_start() local
210 unsigned long flags; in vgadget_udc_stop() local
235 unsigned long flags; in vep_enable() local
264 unsigned long flags; in vep_disable() local
314 unsigned long flags; in vep_queue() local
339 unsigned long flags; in vep_dequeue() local
374 unsigned long flags; in vep_set_halt_and_wedge() local
433 unsigned long flags; in vudc_shutdown() local
466 unsigned long flags; in vudc_device_reset() local
[all …]
/linux/drivers/scsi/fnic/
H A Dfnic_scsi.c229 unsigned long flags = 0; in __fnic_set_state_flags() local
252 unsigned long flags; in fnic_fw_reset_handler() local
308 unsigned long flags; in fnic_flogi_reg_handler() local
368 int flags; in fnic_queue_wq_copy_desc() local
471 unsigned long flags = 0; in fnic_queuecommand() local
729 unsigned long flags; in fnic_fcpio_fw_reset_cmpl_handler() local
804 unsigned long flags; in fnic_fcpio_flogi_reg_cmpl_handler() local
882 unsigned long flags; in fnic_fcpio_ack_handler() local
920 unsigned long flags; in fnic_fcpio_icmnd_cmpl_handler() local
1191 unsigned long flags; in fnic_fcpio_itmf_cmpl_handler() local
[all …]
/linux/sound/synth/emux/
H A Demux_synth.c52 unsigned long flags; in snd_emux_note_on() local
150 unsigned long flags; in snd_emux_note_off() local
195 unsigned long flags; in snd_emux_timer_callback() local
227 unsigned long flags; in snd_emux_key_press() local
260 unsigned long flags; in snd_emux_update_channel() local
287 unsigned long flags; in snd_emux_update_port() local
368 unsigned long flags; in terminate_note1() local
410 unsigned long flags; in snd_emux_terminate_all() local
441 unsigned long flags; in snd_emux_sounds_off_all() local
475 unsigned long flags; in exclusive_note_off() local
[all …]
/linux/arch/parisc/include/asm/
H A Dbitops.h24 unsigned long flags; in set_bit() local
35 unsigned long flags; in clear_bit() local
46 unsigned long flags; in change_bit() local
58 unsigned long flags; in test_and_set_bit() local
76 unsigned long flags; in test_and_clear_bit() local
94 unsigned long flags; in test_and_change_bit() local
/linux/drivers/hid/
H A Dhid-wiimote-modules.c170 unsigned long flags; in wiimod_rumble_remove() local
205 unsigned long flags; in wiimod_battery_get_property() local
299 unsigned long flags; in wiimod_led_get() local
320 unsigned long flags; in wiimod_led_set() local
344 unsigned long flags; in wiimod_led_probe() local
462 unsigned long flags; in wiimod_accel_open() local
474 unsigned long flags; in wiimod_accel_close() local
610 unsigned long flags; in wiimod_ir_change() local
907 unsigned long flags; in wiimod_nunchuk_open() local
920 unsigned long flags; in wiimod_nunchuk_close() local
[all …]
/linux/drivers/clk/
H A Dclk-fixed-factor.c95 unsigned long flags, unsigned int mult, unsigned int div, in __clk_hw_register_fixed_factor()
164 const char *name, unsigned int index, unsigned long flags, in devm_clk_hw_register_fixed_factor_index()
189 unsigned long flags, unsigned int mult, unsigned int div) in devm_clk_hw_register_fixed_factor_parent_hw()
200 unsigned long flags, unsigned int mult, unsigned int div) in clk_hw_register_fixed_factor_parent_hw()
210 const char *name, const char *parent_name, unsigned long flags, in clk_hw_register_fixed_factor()
222 unsigned long flags, unsigned int mult, unsigned int div) in clk_hw_register_fixed_factor_fwname()
233 unsigned long flags, unsigned int mult, unsigned int div, in clk_hw_register_fixed_factor_with_accuracy_fwname()
245 const char *name, unsigned int index, unsigned long flags, in clk_hw_register_fixed_factor_index()
256 const char *parent_name, unsigned long flags, in clk_register_fixed_factor()
294 const char *name, const char *parent_name, unsigned long flags, in devm_clk_hw_register_fixed_factor()
[all …]
/linux/arch/microblaze/include/asm/
H A Dirqflags.h16 unsigned long flags; in arch_local_irq_save() local
49 unsigned long flags, tmp; in arch_local_irq_save() local
91 unsigned long flags; in arch_local_save_flags() local
100 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
109 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
/linux/drivers/pinctrl/
H A Dpinctrl-amd.c46 unsigned long flags; in amd_gpio_get_direction() local
62 unsigned long flags; in amd_gpio_direction_input() local
79 unsigned long flags; in amd_gpio_direction_output() local
98 unsigned long flags; in amd_gpio_get_value() local
112 unsigned long flags; in amd_gpio_set_value() local
200 unsigned long flags; in amd_gpio_dbg_show() local
383 unsigned long flags; in amd_gpio_irq_enable() local
400 unsigned long flags; in amd_gpio_irq_disable() local
417 unsigned long flags; in amd_gpio_irq_mask() local
431 unsigned long flags; in amd_gpio_irq_unmask() local
[all …]
/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c63 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags); argument
64 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); argument
143 unsigned long flags; in simple_feature_tweak() local
165 unsigned long flags; in ohare_htw_scc_enable() local
319 unsigned long flags; in heathrow_modem_enable() local
371 unsigned long flags; in heathrow_mesh_enable() local
430 unsigned long flags; in heathrow_bmac_enable() local
459 unsigned long flags; in heathrow_sound_enable() local
602 unsigned long flags; in core99_scc_enable() local
704 unsigned long flags; in core99_modem_enable() local
[all …]
/linux/arch/powerpc/kernel/
H A Deeh_cache.c46 unsigned long flags; member
85 unsigned long flags; in eeh_addr_cache_get_dev() local
119 resource_size_t ahi, unsigned long flags) in eeh_addr_cache_insert()
185 unsigned long flags = pci_resource_flags(dev,i); in __eeh_addr_cache_insert_dev() local
206 unsigned long flags; in eeh_addr_cache_insert_dev() local
245 unsigned long flags; in eeh_addr_cache_rmv_dev() local
267 unsigned long flags; in eeh_addr_cache_show() local
/linux/drivers/gpio/
H A Dgpiolib-devres.c49 enum gpiod_flags flags) in devm_gpiod_get()
72 enum gpiod_flags flags) in devm_gpiod_get_optional()
97 enum gpiod_flags flags) in devm_gpiod_get_index()
146 enum gpiod_flags flags, in devm_fwnode_gpiod_get_index()
184 enum gpiod_flags flags) in devm_gpiod_get_index_optional()
214 enum gpiod_flags flags) in devm_gpiod_get_array()
250 enum gpiod_flags flags) in devm_gpiod_get_array_optional()
H A Dgpio-xtensa.c44 unsigned long flags; in enable_cp() local
52 static inline void disable_cp(unsigned long flags, unsigned long cpenable) in disable_cp()
66 static inline void disable_cp(unsigned long flags, unsigned long cpenable) in disable_cp()
79 unsigned long flags, saved_cpenable; in xtensa_impwire_get_value() local
96 unsigned long flags, saved_cpenable; in xtensa_expstate_get_value() local
109 unsigned long flags, saved_cpenable; in xtensa_expstate_set_value() local
/linux/mm/
H A Dballoon_compaction.c45 unsigned long flags; in balloon_page_list_enqueue() local
81 unsigned long flags; in balloon_page_list_dequeue() local
146 unsigned long flags; in balloon_page_enqueue() local
176 unsigned long flags; in balloon_page_dequeue() local
207 unsigned long flags; in balloon_page_isolate() local
223 unsigned long flags; in balloon_page_putback() local
/linux/drivers/net/mctp/
H A Dmctp-i2c.c220 unsigned long flags; in mctp_i2c_device_select() local
232 unsigned long flags; in mctp_i2c_slave_cb() local
277 unsigned long flags; in mctp_i2c_recv() local
361 unsigned long flags; in mctp_i2c_get_tx_flow_state() local
402 unsigned long flags; in mctp_i2c_lock_nest() local
416 unsigned long flags; in mctp_i2c_unlock_nest() local
432 unsigned long flags; in mctp_i2c_unlock_reset() local
449 unsigned long flags; in mctp_i2c_invalidate_tx_flow() local
561 unsigned long flags; in mctp_i2c_flow_release() local
618 unsigned long flags; in mctp_i2c_tx_thread() local
[all …]
/linux/drivers/scsi/bfa/
H A Dbfad.c195 unsigned long flags; in bfad_sm_created() local
272 unsigned long flags; in bfad_sm_initializing() local
640 unsigned long flags; in bfad_vport_create() local
690 unsigned long flags; in bfad_bfa_tmo() local
809 unsigned long flags; in bfad_drv_init() local
849 unsigned long flags; in bfad_drv_start() local
865 unsigned long flags; in bfad_fcs_stop() local
880 unsigned long flags; in bfad_stop() local
937 unsigned long flags; in bfad_start_ops() local
1042 unsigned long flags; in bfad_worker() local
[all …]
/linux/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c68 unsigned long flags; in socrates_fpga_pic_get_irq() local
109 unsigned long flags; in socrates_fpga_pic_ack() local
124 unsigned long flags; in socrates_fpga_pic_mask() local
140 unsigned long flags; in socrates_fpga_pic_mask_ack() local
157 unsigned long flags; in socrates_fpga_pic_unmask() local
173 unsigned long flags; in socrates_fpga_pic_eoi() local
190 unsigned long flags; in socrates_fpga_pic_set_type() local
277 unsigned long flags; in socrates_fpga_pic_init() local
/linux/drivers/parport/
H A Dparport_atari.c27 unsigned long flags; in parport_atari_read_data() local
40 unsigned long flags; in parport_atari_write_data() local
51 unsigned long flags; in parport_atari_read_control() local
65 unsigned long flags; in parport_atari_write_control() local
122 unsigned long flags; in parport_atari_data_forward() local
176 unsigned long flags; in parport_atari_init() local
/linux/drivers/cxl/core/
H A Dtrace.h219 #define show_hdr_flags(flags) __print_flags(flags, " | ", \ argument
323 #define show_dpa_flags(flags) __print_flags(flags, "|", \ argument
335 #define show_comp_id_pldm_flags(flags) __print_flags(flags, " | ", \ argument
340 #define show_pldm_entity_id(flags, valid_comp_id, valid_id_format, comp_id) \ argument
345 #define show_pldm_resource_id(flags, valid_comp_id, valid_id_format, comp_id) \ argument
357 #define show_event_desc_flags(flags) __print_flags(flags, "|", \ argument
406 #define show_valid_flags(flags) __print_flags(flags, "|", \ argument
416 #define show_cme_threshold_ev_flags(flags) __print_flags(flags, "|", \ argument
578 #define show_dram_valid_flags(flags) __print_flags(flags, "|", \ argument
735 #define show_health_status_flags(flags) __print_flags(flags, "|", \ argument
[all …]
/linux/drivers/gpu/ipu-v3/
H A Dipu-smfc.c39 unsigned long flags; in ipu_smfc_set_burstsize() local
59 unsigned long flags; in ipu_smfc_map_channel() local
79 unsigned long flags; in ipu_smfc_set_watermark() local
99 unsigned long flags; in ipu_smfc_enable() local
117 unsigned long flags; in ipu_smfc_disable() local
139 unsigned long flags; in ipu_smfc_get() local
164 unsigned long flags; in ipu_smfc_put() local

12345678910>>...291